Uses of Enum Class
javafx.scene.AccessibleAction
Packages that use AccessibleAction
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.
Contains RichTextArea skin and related classes.
-
Uses of AccessibleAction in javafx.scene
Subclasses with type arguments of type AccessibleAction in javafx.sceneModifier and TypeClassDescriptionenum
This enum describes the actions that an assistive technology such as a screen reader can request from the scene graph.Methods in javafx.scene that return AccessibleActionModifier and TypeMethodDescriptionstatic AccessibleAction
Returns the enum constant of this class with the specified name.static AccessibleAction[]
AccessibleAction.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 AccessibleActionModifier and TypeMethodDescriptionvoid
Node.executeAccessibleAction
(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed. -
Uses of AccessibleAction in javafx.scene.control
Methods in javafx.scene.control with parameters of type AccessibleActionModifier and TypeMethodDescriptionprotected void
SkinBase.executeAccessibleAction
(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed. -
Uses of AccessibleAction in jfx.incubator.scene.control.richtext.skin
Methods in jfx.incubator.scene.control.richtext.skin with parameters of type AccessibleActionModifier and TypeMethodDescriptionvoid
RichTextAreaSkin.executeAccessibleAction
(AccessibleAction action, Object... parameters)