public interface FocusTraversal
Modifier and Type | Interface and Description |
---|---|
static class |
FocusTraversal.TraversalDirection |
Modifier and Type | Method and Description |
---|---|
com.jme3.scene.Spatial |
getDefaultFocus()
Returns the focusable element that should receive focus when first
entering this container level.
|
com.jme3.scene.Spatial |
getRelativeFocus(com.jme3.scene.Spatial from,
FocusTraversal.TraversalDirection direction)
Returns the relative focusable element from the specified element in the
specified direction as defined by this focus container's implementation
of that direction's policy.
|
boolean |
isFocusRoot()
Returns true if this is the root of a focus container hierarchy and
navigation should not be permitted out of the container.
|
com.jme3.scene.Spatial getDefaultFocus()
com.jme3.scene.Spatial getRelativeFocus(com.jme3.scene.Spatial from, FocusTraversal.TraversalDirection direction)
boolean isFocusRoot()