Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transfering the focus to the currently
active
Dockable . |
Modifier and Type | Method and Description |
---|---|
MouseFocusObserver |
DockController.getMouseFocusObserver()
Gets the current focus manager that tracks the mouse.
|
Modifier and Type | Method and Description |
---|---|
MouseFocusObserver |
DefaultDockControllerFactory.createMouseFocusObserver(DockController controller,
ControllerSetupCollection setup) |
MouseFocusObserver |
DockControllerFactory.createMouseFocusObserver(DockController controller,
ControllerSetupCollection setup)
Creates an observer for
MouseEvent s that lead to focus changes |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMouseFocusObserver
This implementation of a
MouseFocusObserver offers methods to handle
FocusVetoListener s and registers a VetoableDockRelocatorListener . |