Uses of Enum Class
javafx.scene.TraversalDirection
Packages that use TraversalDirection
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of TraversalDirection in javafx.scene
Subclasses with type arguments of type TraversalDirection in javafx.sceneModifier and TypeClassDescriptionenum
Specifies the direction of focus traversal.Methods in javafx.scene that return TraversalDirectionModifier 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.Methods in javafx.scene with parameters of type TraversalDirectionModifier and TypeMethodDescriptionfinal boolean
Node.requestFocusTraversal
(TraversalDirection direction) Requests to move the focus from thisNode
in the specified direction.