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.eclipse.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.extension.gui.dock.theme.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
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.control Classes responsible to handle some global task. 
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.menu   
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications.
DockingFrames monitors mouse- and other events globally. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
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. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

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.
DockTitleEvent
          These events are used for DockTitles, to transfer information between station and title.
 

Classes in bibliothek.gui.dock.event used by bibliothek.extension.gui.dock.theme.eclipse.rex.tab
DockTitleEvent
          These events are used for DockTitles, to transfer information between station and title.
 

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.extension.gui.dock.theme.smooth
DockTitleEvent
          These events are used for DockTitles, to transfer information between station and title.
 

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.addDockHierarchyListener(DockHierarchyListener) and is informed whenever the path of the Dockable 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.
IconManagerListener
          A listener added to a IconManager.
UIListener
          A listener added to the DockController.
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.addDockHierarchyListener(DockHierarchyListener) and is informed whenever the path of the Dockable 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
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.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.
DockableFocusListener
          A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.
DockAdapter
          An implementation of DockListener, doing nothing whenever receiving an event.
DockControllerRepresentativeListener
          A listener added to DockController, gets informed about changes in the set of DockElementRepresentatives.
DockListener
          A collection of listeners that observe most events of a DockController.
DockRegisterListener
          A listener receiving events from a DockRegister.
DockRelocatorListener
          A listener used by a DockRelocator to inform when a Dockable is moved around.
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
          This listener is added to the MouseFocusObserver and allows to interrupt a 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.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.addDockHierarchyListener(DockHierarchyListener) and is informed whenever the path of the Dockable 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
          A collection of listeners that observe most events of a DockController.
DockRegisterListener
          A listener receiving events from a DockRegister.
DockRelocatorListener
          A listener used by a DockRelocator to inform when a Dockable is moved around.
DockStationListener
          This listener is added to a DockStation.
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.menu
DockableListener
          A listener which is added to a Dockable.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.security
DockRelocatorListener
          A listener used by a DockRelocator to inform when a Dockable is moved around.
 

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.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.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.
DockTitleEvent
          These events are used for DockTitles, to transfer information between station and title.
 

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

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.title
DockTitleEvent
          These events are used for DockTitles, to transfer information between station and title.
 

Classes in bibliothek.gui.dock.event used by bibliothek.gui.dock.util
IconManagerListener
          A listener added to a IconManager.