Uses of Class
javafx.scene.AccessibleAttribute
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
-
Uses of AccessibleAttribute in javafx.scene
Methods in javafx.scene that return AccessibleAttribute Modifier and Type Method Description static AccessibleAttribute
AccessibleAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessibleAttribute[]
AccessibleAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javafx.scene with parameters of type AccessibleAttribute Modifier and Type Method Description void
Node. notifyAccessibleAttributeChanged(AccessibleAttribute attributes)
This method is called by the application to notify the assistive technology that the value for an attribute has changed.Object
Node. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute. -
Uses of AccessibleAttribute in javafx.scene.control
Methods in javafx.scene.control with parameters of type AccessibleAttribute Modifier and Type Method Description protected Object
SkinBase. queryAccessibleAttribute(AccessibleAttribute attribute, Object... parameters)
This method is called by the assistive technology to request the value for an attribute.