Package javafx.scene

Enum Class AccessibleAction

java.lang.Object
java.lang.Enum<AccessibleAction>
javafx.scene.AccessibleAction
All Implemented Interfaces:
Serializable, Comparable<AccessibleAction>, Constable

public enum AccessibleAction extends Enum<AccessibleAction>
This enum describes the actions that an assistive technology such as a screen reader can request from the scene graph. The AccessibleRole dictates the set of actions that the screen reader will request for a particular control. For example, a push button normally fires an event to indicate that it was pressed in response to the FIRE action.

An action may have any number of parameters, depending on the particular action.

Since:
JavaFX 8u40
See Also: