Package | Description |
---|---|
bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable . |
Modifier and Type | Method and Description |
---|---|
protected LocationModeListener[] |
AbstractLocationMode.listeners()
Gets all the listeners that are currently registered at this mode.
|
Modifier and Type | Method and Description |
---|---|
void |
LocationModeManager.addListener(Path identifier,
LocationModeListener listener)
Adds a listener to the mode with unique identifier
identifier . |
void |
AbstractLocationMode.addLocationModeListener(LocationModeListener listener) |
void |
LocationMode.addLocationModeListener(LocationModeListener listener)
Adds a listener to this mode.
|
java.lang.Object |
LocationModeEvent.getClientObject(LocationModeListener key)
Gets some object that was stored earlier using key
key . |
void |
LocationModeManager.removeListener(Path identifier,
LocationModeListener listener)
Removes a listener from the mode
identifier . |
void |
AbstractLocationMode.removeLocationModeListener(LocationModeListener listener) |
void |
LocationMode.removeLocationModeListener(LocationModeListener listener)
Removes
listener from this mode. |
void |
LocationModeEvent.setClientObject(LocationModeListener key,
java.lang.Object value)
Stores
object in a map using listener as key. |