Package | Description |
---|---|
bibliothek.gui.dock.control.focus |
The focus sub-system is responsible for transfering the focus to the currently
active
Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFocusStrategy
The
DefaultFocusStrategy keeps track of the last focused Component of any
Dockable that is registered at a DockController . |
Modifier and Type | Method and Description |
---|---|
FocusStrategy |
AbstractFocusController.getStrategy() |
FocusStrategy |
FocusController.getStrategy()
Gets the strategy that selects the
Component s to focus. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFocusController.setStrategy(FocusStrategy strategy) |
void |
FocusController.setStrategy(FocusStrategy strategy)
Sets the strategy which will be used to focus components.
|