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.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of AccessibleAction in javafx.scene
Methods in javafx.scene that return AccessibleActionModifier and TypeMethodDescriptionstatic AccessibleActionReturns 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 TypeMethodDescriptionvoidNode.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 TypeMethodDescriptionvoidButtonBase.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidChoiceBox.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidComboBoxBase.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidControl.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidListCell.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidMenuButton.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidScrollBar.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.protected voidSkinBase.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidSlider.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidSpinner.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidSplitMenuButton.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidTableCell.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidTextInputControl.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidTitledPane.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidTreeCell.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidTreeTableCell.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.voidTreeTableRow.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.skin
Methods in javafx.scene.control.skin with parameters of type AccessibleActionModifier and TypeMethodDescriptionprotected voidListViewSkin.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.protected voidTableViewSkin.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.protected voidTextInputControlSkin.executeAccessibleAction(AccessibleAction action, Object... parameters) protected voidToolBarSkin.executeAccessibleAction(AccessibleAction action, Object... parameters) protected voidTreeTableViewSkin.executeAccessibleAction(AccessibleAction action, Object... parameters) protected voidTreeViewSkin.executeAccessibleAction(AccessibleAction action, Object... parameters) This method is called by the assistive technology to request the action indicated by the argument should be executed.