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.addPropertyListener(CDockablePropertyListener listener)
Adds a global property listener.
|
void |
CControl.removePropertyListener(CDockablePropertyListener listener)
Removes a global listener from this control.
|
Modifier and Type | Class and Description |
---|---|
class |
CDockableAdapter
A class implementing all methods of
CDockableStateListener
and CDockablePropertyListener . |
Modifier and Type | Method and Description |
---|---|
CDockablePropertyListener |
CListenerCollection.getCDockablePropertyListener()
Gets a
CDockablePropertyListener which forwards all calls to its
methods to the listeners registered at this collection. |
CDockablePropertyListener[] |
CListenerCollection.getCDockablePropertyListeners()
Gets all currently registered
CDockableStateListener s collected
in an array. |
protected CDockablePropertyListener[] |
AbstractCDockable.propertyListeners()
Deprecated.
subclasses should use
CListenerCollection.getCDockablePropertyListener()
of AbstractCDockable.listenerCollection if they want to fire an event |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.addCDockablePropertyListener(CDockablePropertyListener listener) |
void |
CDockable.addCDockablePropertyListener(CDockablePropertyListener listener)
Adds a property listener to this dockable, the listener will be informed of
changes of this dockable.
|
void |
CListenerCollection.addCDockablePropertyListener(CDockablePropertyListener listener)
Stores an additional
CDockablePropertyListener in this collection. |
void |
AbstractCDockable.removeCDockablePropertyListener(CDockablePropertyListener listener) |
void |
CDockable.removeCDockablePropertyListener(CDockablePropertyListener listener)
Removes a property listener from this dockable.
|
void |
CListenerCollection.removeCDockablePropertyListener(CDockablePropertyListener listener)
Removes a listener from this collection.
|