Uses of Package
bibliothek.gui.dock.common.event

Packages that use bibliothek.gui.dock.common.event
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
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.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
 

Classes in bibliothek.gui.dock.common.event used by bibliothek.gui.dock.common
CControlListener
          A listener to a CControl, gets informed when CDockables are added or removed, opened or closed.
CDockablePropertyListener
          A listener added to a CDockable, this listener will get informed about property changes of CDockable.
CDockableStateListener
          A listener added to a CDockable, this listener will get informed about state changes of CDockable.
CDoubleClickListener
          A listener that gets informed when the user makes a double click onto a dockable.
CFocusListener
          A CFocusListener gets informed when a CDockable gains or looses the focus, or is selected or deselected by its parent.
CKeyboardListener
          A CKeyboardListener gets informed about KeyEvents which happen on certain CDockables.
ColorMapListener
          A listener to a ColorMap, gets informed whenever a Color of the map changes.
CVetoClosingListener
          This listener can be called before a CDockable or a set of CDockables are closed.
CVetoFocusListener
          This listener is used to prevent a CDockable from loosing or gaining the focus.
FontMapListener
          A listener to a FontMap, gets informed when an entry of the map changes.
ResizeRequestListener
          A listener added to a CControl.
 

Classes in bibliothek.gui.dock.common.event used by bibliothek.gui.dock.common.event
CDockableLocationEvent
          This event object is given to a CDockableLocationListener if the location or the visibility to the user of a CDockable changed.
Please note that any location can be null.
CDockablePropertyListener
          A listener added to a CDockable, this listener will get informed about property changes of CDockable.
CDockableStateListener
          A listener added to a CDockable, this listener will get informed about state changes of CDockable.
CVetoClosingEvent
          Event that is delivered to a CVetoClosingListener before and after a set of CDockables is closed.
 

Classes in bibliothek.gui.dock.common.event used by bibliothek.gui.dock.common.intern
CDockableLocationListener
          This listeners allows clients to keep track of the location of a CDockable.
CDockablePropertyListener
          A listener added to a CDockable, this listener will get informed about property changes of CDockable.
CDockableStateListener
          A listener added to a CDockable, this listener will get informed about state changes of CDockable.
CDoubleClickListener
          A listener that gets informed when the user makes a double click onto a dockable.
CFocusListener
          A CFocusListener gets informed when a CDockable gains or looses the focus, or is selected or deselected by its parent.
CKeyboardListener
          A CKeyboardListener gets informed about KeyEvents which happen on certain CDockables.
CVetoClosingListener
          This listener can be called before a CDockable or a set of CDockables are closed.
CVetoFocusListener
          This listener is used to prevent a CDockable from loosing or gaining the focus.
 

Classes in bibliothek.gui.dock.common.event used by bibliothek.gui.dock.common.intern.station
ResizeRequestListener
          A listener added to a CControl.