Uses of Package
bibliothek.gui.dock.event

Packages that use bibliothek.gui.dock.event
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
bibliothek.gui.dock.common.behavior   
bibliothek.gui.dock.common.event Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them. 
bibliothek.gui.dock.common.grouping   
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.focus The focus sub-system is responsible for transfering the focus to the currently active Dockable
bibliothek.gui.dock.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap.button Contains the ButtonContentFilter, which allows clients to decide which DockActions to show on a FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack.action Contains the DockActionDistributor interface which allows clients to tell where a DockAction appears, either as part of a tab, of the info panel, or on the DockTitle.
Clients can make use of the annotations InfoDockAction, TabDockAction and TitleDockAction to easily mark the location of their actions. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
 

Classes in bibliothek.gui.dock.event used by bibliothek.extension.gui.dock.theme.bubble
DockableFocusEvent
          An event describing the focus transfer from one Dockable to another.
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
 

Classes in bibliothek.gui.dock.event used by bibliothek.extension.gui.dock.theme.flat
DockableFocusEvent
          An event describing the focus transfer from one Dockable to another.
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
DockableListener
          A listener which is added to a Dockable.
DockableSelectionListener
          A listener that gets called when the selected Dockable of a DockStation changes.
DockControllerRepresentativeListener
          A listener added to DockController, gets informed about changes in the set of DockElementRepresentatives.
DockFrontendListener
          A listener to a DockFrontend.
DockHierarchyListener
          A listener that is added to a Dockable and is informed whenever the path of the element changes.
DockStationListener
          This listener is added to a DockStation.
DockTitleBindingListener
          A listener added to a DockController, receives notifications when a DockTitle is bound or unbound.
VetoableDockFrontendListener
          This listener is added to a DockFrontend.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock
DockableListener
          A listener which is added to a Dockable.
DockHierarchyListener
          A listener that is added to a Dockable and is informed whenever the path of the element changes.
DockStationListener
          This listener is added to a DockStation.
FlapDockListener
          A listener that is added to a FlapDockStation.
SplitDockListener
          A listener which is added to a SplitDockStation.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.action
DockableListener
          A listener which is added to a Dockable.
DockActionSourceListener
          A listener that is added to DockActionSource.
DropDownActionListener
          A listener of a DropDownAction.
SelectableDockActionListener
          An observer of a SelectableDockAction.
StandardDockActionListener
          This listener is added to a StandardDockAction.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.action.actions
DropDownActionListener
          A listener of a DropDownAction.
SelectableDockActionListener
          An observer of a SelectableDockAction.
StandardDockActionListener
          This listener is added to a StandardDockAction.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.common.behavior
DockStationAdapter
          An abstract implementation of DockStationListener.
DockStationListener
          This listener is added to a DockStation.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.common.event
VetoableDockFrontendEvent
          Event that is received by a VetoableDockFrontendListener.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.common.grouping
DockableFocusEvent
          An event describing the focus transfer from one Dockable to another.
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
DockRegisterAdapter
          A DockRegisterListener that contains only empty methods.
DockRegisterListener
          A listener receiving events from a DockRegister.
DockRegister can be stalled and some events may have a great delay when arriving.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.common.intern
DockRegisterAdapter
          A DockRegisterListener that contains only empty methods.
DockRegisterListener
          A listener receiving events from a DockRegister.
DockRegister can be stalled and some events may have a great delay when arriving.
FocusVetoListener
          This listener is added to the FocusController and allows to interrupt a change of the focus.
FocusVetoListener.FocusVeto
          Tells how to react on a potential change of the focus.
VetoableDockFrontendEvent
          Event that is received by a VetoableDockFrontendListener.
VetoableDockFrontendListener
          This listener is added to a DockFrontend.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.common.intern.ui
SingleTabDeciderListener
          This listener is added to a SingleTabDecider.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.control
ComponentHierarchyObserverListener
          A listener of a ComponentHierarchyObserver, this listener gets informed whenever some Components enter or leave the realm of a DockController.
ControllerSetupListener
          A listener added to a ControllerSetupCollection, this listener is informed when a DockController has finished setting up its objects.
DockControllerRepresentativeListener
          A listener added to DockController, gets informed about changes in the set of DockElementRepresentatives.
DockRegisterAdapter
          A DockRegisterListener that contains only empty methods.
DockRegisterListener
          A listener receiving events from a DockRegister.
DockRegister can be stalled and some events may have a great delay when arriving.
DoubleClickListener
          A DoubleClickListener is added to the DoubleClickController and may receive an event if a Dockable, which is child or equal to LocatedListener.getTreeLocation(), was clicked twice.
FocusVetoListener.FocusVeto
          Tells how to react on a potential change of the focus.
KeyboardListener
          A listener added to the KeyboardController, this listener receives a notification whenever a keyevent is dispatched in a DockElement below the location of this listener.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.control.focus
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
FocusVetoListener
          This listener is added to the FocusController and allows to interrupt a change of the focus.
FocusVetoListener.FocusVeto
          Tells how to react on a potential change of the focus.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.displayer
SingleTabDeciderListener
          This listener is added to a SingleTabDecider.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.dockable
DockableListener
          A listener which is added to a Dockable.
DockHierarchyEvent
          Contains information about the path of a Dockable.
DockHierarchyListener
          A listener that is added to a Dockable and is informed whenever the path of the element changes.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.event
ComponentHierarchyObserverEvent
          An event telling that Components have been added or removed from a ComponentHierarchyObserver.
DockableFocusEvent
          An event describing the focus transfer from one Dockable to another.
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
DockableListener
          A listener which is added to a Dockable.
DockableSelectionEvent
          An event that tells which Dockable was selected on wich DockStation
DockActionSourceListener
          A listener that is added to DockActionSource.
DockFrontendListener
          A listener to a DockFrontend.
DockHierarchyEvent
          Contains information about the path of a Dockable.
DockListener
          Deprecated. clients should use the listeners they require directly
DockRegisterListener
          A listener receiving events from a DockRegister.
DockRegister can be stalled and some events may have a great delay when arriving.
DockStationListener
          This listener is added to a DockStation.
FocusVetoListener.FocusVeto
          Tells how to react on a potential change of the focus.
LocatedListener
          A located listener receives events only if they belong to a specific DockElement or a child of that element.
StandardDockActionListener
          This listener is added to a StandardDockAction.
VetoableDockFrontendEvent
          Event that is received by a VetoableDockFrontendListener.
VetoableDockFrontendListener
          This listener is added to a DockFrontend.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.facile.action
DockActionSourceListener
          A listener that is added to DockActionSource.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.facile.menu
DockableListener
          A listener which is added to a Dockable.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.frontend
VetoableDockFrontendListener
          This listener is added to a DockFrontend.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.station
DockStationListener
          This listener is added to a DockStation.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.station.flap.button
DockableListener
          A listener which is added to a Dockable.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.station.screen
DockActionSourceListener
          A listener that is added to DockActionSource.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.station.split
DockHierarchyEvent
          Contains information about the path of a Dockable.
DockHierarchyListener
          A listener that is added to a Dockable and is informed whenever the path of the element changes.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.station.stack.action
DockActionSourceListener
          A listener that is added to DockActionSource.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.station.support
DockStationAdapter
          An abstract implementation of DockStationListener.
DockStationListener
          This listener is added to a DockStation.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.support.mode
DockActionSourceListener
          A listener that is added to DockActionSource.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.themes
UIListener
          A listener added to the DockController.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.themes.basic
DockableFocusEvent
          An event describing the focus transfer from one Dockable to another.
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.themes.basic.action
StandardDockActionListener
          This listener is added to a StandardDockAction.