Package | Description |
---|---|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
Modifier and Type | Method and Description |
---|---|
CDockableLocationListener |
CListenerCollection.getCDockableLocationListener()
Gets a
CDockableLocationListener which forwards all calls to its
methods to the listeners registered at this collection. |
CDockableLocationListener[] |
CListenerCollection.getCDockableLocationListeners()
Gets all currently registered
CDockableLocationListener s collected
in an array. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCDockable.addCDockableLocationListener(CDockableLocationListener listener) |
void |
CDockable.addCDockableLocationListener(CDockableLocationListener listener)
Adds a listener to this dockable which gets informed if the location or
the visibility changes.
|
void |
CListenerCollection.addCDockableLocationListener(CDockableLocationListener listener)
Stores an additional
CDockableLocationListener in this collection. |
void |
AbstractCDockable.removeCDockableLocationListener(CDockableLocationListener listener) |
void |
CDockable.removeCDockableLocationListener(CDockableLocationListener listener)
Removes
listener from this dockable |
void |
CListenerCollection.removeCDockableLocationListener(CDockableLocationListener listener)
Removes a listener from this collection
|
void |
CDockableLocationListenerManager.setListener(CDockableLocationListener listener)
Sets the listener which will be informed about changes.
|