Uses of Enum Class
javafx.scene.AccessibleRole
Packages that use AccessibleRole
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of AccessibleRole in javafx.scene
Methods in javafx.scene that return AccessibleRoleModifier 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.Methods in javafx.scene that return types with arguments of type AccessibleRoleModifier and TypeMethodDescriptionfinal ObjectProperty<AccessibleRole>
Node.accessibleRoleProperty()
The accessible role for thisNode
.Methods in javafx.scene with parameters of type AccessibleRoleModifier and TypeMethodDescriptionfinal void
Node.setAccessibleRole
(AccessibleRole value) Sets the value of theaccessibleRole
property.