Uses of Enum Class
javafx.scene.AccessibleRole
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of AccessibleRole in javafx.scene
Modifier and TypeMethodDescriptionfinal AccessibleRole
Node.getAccessibleRole()
Gets the value of theaccessibleRole
property.static AccessibleRole
Returns the enum constant of this class with the specified name.static AccessibleRole[]
AccessibleRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty
<AccessibleRole> Node.accessibleRoleProperty()
The accessible role for thisNode
.Modifier and TypeMethodDescriptionfinal void
Node.setAccessibleRole
(AccessibleRole value) Sets the value of theaccessibleRole
property.