| 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 transferring 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
MouseEvents that lead to focus changes |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMouseFocusObserver
This implementation of a
MouseFocusObserver offers methods to handle
FocusVetoListeners and registers a VetoableDockRelocatorListener. |
Copyright © 2017 Docking Frames. All rights reserved.