| Interface | Description |
|---|---|
| FocusChangeListener |
Receives notifications about focus changes to a GuiControl.
|
| FocusTarget |
Implemented by classes that can receive GUI focus.
|
| FocusTraversal |
Implemented by classes that can provide focus traversal support
for navigation.
|
| Class | Description |
|---|---|
| DefaultFocusTraversalControl |
A default implementation of the FocusTraversal interface that
is a control providing direct access to any child spatials
that have FocusTarget controls that are "focusable".
|
| FocusChangeEvent |
Contains the information about a focus change.
|
| FocusManagerState |
AppState that manages the focus transition between
one FocusTarget and another.
|
| FocusNavigationFunctions |
Defines the standard functions and default mappings
used for UI navigation.
|
| FocusNavigationState |
Manages the input based UI navigation and maybe some minimal
input hookups.
|
| Enum | Description |
|---|---|
| FocusTraversal.TraversalDirection |