Uses of Enum Class
javafx.scene.AccessibleAttribute
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
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.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of AccessibleAttribute in javafx.scene
Modifier and TypeMethodDescriptionstatic AccessibleAttribute
Returns the enum constant of this class with the specified name.static AccessibleAttribute[]
AccessibleAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal 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.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
Modifier and TypeMethodDescriptionprotected Object
SkinBase.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.skin
Modifier and TypeMethodDescriptionComboBoxListViewSkin.queryAccessibleAttribute
(AccessibleAttribute attribute, Object... parameters) This method is called by the assistive technology to request the value for an attribute.MenuButtonSkin.queryAccessibleAttribute
(AccessibleAttribute attribute, Object... parameters) This method is called by the assistive technology to request the value for an attribute.TableViewSkin.queryAccessibleAttribute
(AccessibleAttribute attribute, Object... parameters) This method is called by the assistive technology to request the value for an attribute.TabPaneSkin.queryAccessibleAttribute
(AccessibleAttribute attribute, Object... parameters)