Interface | Description |
---|---|
CControlListener | |
CDockableLocationListener |
This listeners allows clients to keep track of the location of a
CDockable . |
CDockablePropertyListener | |
CDockableStateListener | |
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 | |
ColorMapListener |
A listener to a
ColorMap , gets informed whenever a
Color of the map changes. |
CVetoClosingListener | |
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 | Description |
---|---|
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 CDockable s is closed. |