Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
Modifier and Type | Method and Description |
---|---|
protected DockableSelectionListener[] |
DockController.dockableSelectionListeners()
Gets an array of currently registered
DockableSelectionListener s. |
Modifier and Type | Method and Description |
---|---|
void |
DockController.addDockableSelectionListener(DockableSelectionListener listener)
Adds a listener to this controller, the listener will be informed when
a selected
Dockable changes. |
void |
DockController.removeDockableSelectionListener(DockableSelectionListener listener)
Removes a listener from this controller.
|