Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.event | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
Modifier and Type | Method and Description |
---|---|
void |
CControl.addStateListener(CDockableStateListener listener)
Adds a global state listener.
|
void |
CControl.removeStateListener(CDockableStateListener listener)
Removes a global state listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CDockableAdapter
A class implementing all methods of
CDockableStateListener
and CDockablePropertyListener . |
Modifier and Type | Method and Description |
---|---|
CDockableStateListener |
CListenerCollection.getCDockableStateListener()
Gets a
CDockableStateListener which forwards all calls to its
methods to the listeners registered at this collection. |
CDockableStateListener[] |
CListenerCollection.getCDockableStateListeners()
Gets all currently registered
CDockableStateListener s collected
in an array. |
protected CDockableStateListener[] |
AbstractCDockable.stateListeners()
Deprecated.
subclasses should use
CListenerCollection.getCDockableStateListener()
of AbstractCDockable.listenerCollection if they want to fire an event |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.addCDockableStateListener(CDockableStateListener listener) |
void |
CDockable.addCDockableStateListener(CDockableStateListener listener)
Adds a state listener to this dockable, the listener will be informed of
changes of this dockable.
|
void |
CListenerCollection.addCDockableStateListener(CDockableStateListener listener)
Stores an additional
CDockableStateListener in this collection. |
void |
AbstractCDockable.removeCDockableStateListener(CDockableStateListener listener) |
void |
CDockable.removeCDockableStateListener(CDockableStateListener listener)
Removes a state listener from this dockable.
|
void |
CListenerCollection.removeCDockableStateListener(CDockableStateListener listener)
Removes a listener from this collection
|