Uses of Enum Class
javafx.scene.TraversalDirection
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of TraversalDirection in javafx.scene
Modifier and TypeClassDescriptionenum
Specifies the direction of focus traversal.Modifier and TypeMethodDescriptionstatic TraversalDirection
Returns the enum constant of this class with the specified name.static TraversalDirection[]
TraversalDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal boolean
Node.requestFocusTraversal
(TraversalDirection direction) Requests to move the focus from thisNode
in the specified direction.