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 |
---|---|
FocusHistory |
DockController.getFocusHistory()
Gets the history of the focused
Dockable s. |
Modifier and Type | Method and Description |
---|---|
FocusHistory |
DefaultDockControllerFactory.createFocusHistory(DockController controller,
ControllerSetupCollection setup) |
FocusHistory |
DockControllerFactory.createFocusHistory(DockController controller,
ControllerSetupCollection setup)
Creates the focus history of
controller |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFocusHistory
The default implementation of
FocusHistory adds listeners to a
DockController to keep the history up to date. |