Package | Description |
---|---|
bibliothek.gui.dock.support.mode |
Basic interfaces and classes for a framework that assigns modes to
Dockable s. |
Modifier and Type | Method and Description |
---|---|
protected ModeManagerListener<? super H,? super M>[] |
ModeManager.listeners()
Gets all the listeners that are currently registered in this manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ModeManager.addModeManagerListener(ModeManagerListener<? super H,? super M> listener)
Adds a listener to this manager, the listener will be informed about
changes in this manager.
|
void |
ModeManager.removeModeManagerListener(ModeManagerListener<? super H,? super M> listener)
Removes
listener from this manager. |