Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
Modifier and Type | Method and Description |
---|---|
protected DockTitleBindingListener[] |
DockController.dockTitleBindingListeners()
Gets an array of all
DockTitleBindingListener that are currently
registered at this controller. |
Modifier and Type | Method and Description |
---|---|
void |
DockController.addDockTitleBindingListener(DockTitleBindingListener listener)
Adds a listener to this controller, the listener will receive events when
a
DockTitle is bound or unbound. |
void |
DockController.removeDockTitleBindingListener(DockTitleBindingListener listener)
Removes the observer
listener from this controller. |