Package | Description |
---|---|
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transferring the focus to the currently
active
Dockable . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFocusController.addVetoListener(FocusVetoListener listener)
Adds a listener to this controller which can cancel a call to
the
DockController . |
void |
FocusController.addVetoListener(FocusVetoListener listener)
Adds a listener to this controller which can cancel a call to the
DockController . |
void |
AbstractFocusController.removeVetoListener(FocusVetoListener listener)
Removes a listener from this controller
|
void |
FocusController.removeVetoListener(FocusVetoListener listener)
Removes a listener from this controller
|