Package bibliothek.gui.dock.common.event

Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them.

See:
          Description

Interface Summary
CControlListener A listener to a CControl, gets informed when CDockables are added or removed, opened or closed.
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.
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.
 

Class Summary
CDockableAdapter A class implementing all methods of CDockableStateListener and CDockablePropertyListener.
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.
CVetoClosingEvent Event that is delivered to a CVetoClosingListener before and after a set of CDockables is closed.
 

Package bibliothek.gui.dock.common.event Description

Various listeners and adapters that can be added to CControl, CDockable and other classes associated with them.