| 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. |
| bibliothek.gui.dock.event |
Listeners, adapters and events used in the whole framework.
|
| Modifier and Type | Method and Description |
|---|---|
FocusController |
DockController.getFocusController()
Gets the manager which is responsible for transferring focus between
Dockables. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFocusController
Default implementation of
FocusController. |
| Modifier and Type | Method and Description |
|---|---|
FocusController |
DefaultDockControllerFactory.createFocusController(DockController controller,
ControllerSetupCollection setup) |
FocusController |
DockControllerFactory.createFocusController(DockController controller,
ControllerSetupCollection setup)
Creates the focus-controller of
controller |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFocusController
Abstract implementation of
FocusController offering methods to
handle the listeners. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RepeatingFocusRequest.validate(FocusController controller) |
boolean |
DefaultFocusRequest.validate(FocusController controller) |
boolean |
EnsuringFocusRequest.validate(FocusController controller) |
boolean |
FocusRequest.validate(FocusController controller)
Invoked by
controller right before this request is processed. |
| Modifier and Type | Method and Description |
|---|---|
FocusVetoListener.FocusVeto |
FocusVetoListener.vetoFocus(FocusController controller,
Dockable dockable)
Invoked when the focus should change because the user did something
with
dockable. |
FocusVetoListener.FocusVeto |
FocusVetoListener.vetoFocus(FocusController controller,
DockTitle title)
Invoked when the focus should change because the user did something
with
title. |
Copyright © 2018. All rights reserved.