Top Description Fields Constructors Methods
javafx.scene

public final Enum AccessibleRole

extends Enum<AccessibleRole>
Class Inheritance

This enum describes the accessible role for a Node. The role is used by assistive technologies such as screen readers to decide the set of actions and attributes for a node. For example, when the screen reader needs the current value of a slider, it will request it using the value attribute. When the screen reader changes the value of the slider, it will use an action to set the current value of the slider. The slider must respond appropriately to both these requests.
Since
JavaFX 8u40
See Also
Node#setAccessibleRole(AccessibleRole), Node#getAccessibleRole(), AccessibleAttribute#ROLE, Node#queryAccessibleAttribute(AccessibleAttribute, Object...), Node#executeAccessibleAction(AccessibleAction, Object...)

Field Summary

Modifier and TypeField and Description
public static final AccessibleRole
BUTTON

Button role.

public static final AccessibleRole
CHECK_BOX

Check Box role.

public static final AccessibleRole
CHECK_BOX_TREE_ITEM

Check Box Tree Item role.

public static final AccessibleRole
CHECK_MENU_ITEM

Check Menu Item role.

public static final AccessibleRole
COMBO_BOX

Combo Box role.

public static final AccessibleRole
CONTEXT_MENU

Context Menu role.

public static final AccessibleRole
DATE_PICKER

Date Picker role.

public static final AccessibleRole
DECREMENT_BUTTON

Decrement Button role.

public static final AccessibleRole
DIALOG

Dialog role.

public static final AccessibleRole
HYPERLINK

Hyperlink role.

public static final AccessibleRole
IMAGE_VIEW

Image View role.

public static final AccessibleRole
INCREMENT_BUTTON

Increment Button role.

public static final AccessibleRole
LIST_ITEM

List Item role.

public static final AccessibleRole
LIST_VIEW

List View role.

public static final AccessibleRole
NODE

Node role.

public static final AccessibleRole
PAGE_ITEM

Page role.

public static final AccessibleRole
PAGINATION

Pagination role.

public static final AccessibleRole
PARENT

Parent role.

public static final AccessibleRole
PASSWORD_FIELD

Password Field role.

public static final AccessibleRole
PROGRESS_INDICATOR

Progress Indicator role.

public static final AccessibleRole
RADIO_BUTTON

Radio Button role.

public static final AccessibleRole
RADIO_MENU_ITEM

Radio Menu Item role.

public static final AccessibleRole
SCROLL_BAR

Scroll Bar role.

public static final AccessibleRole
SCROLL_PANE

Scroll Pane role.

public static final AccessibleRole
SLIDER

Slider role.

public static final AccessibleRole
SPINNER

Spinner role.

public static final AccessibleRole
SPLIT_MENU_BUTTON

Split Menu Button role.

public static final AccessibleRole
TAB_ITEM

Tab Item role.

public static final AccessibleRole
TAB_PANE

Tab Pane role.

public static final AccessibleRole
TABLE_CELL

Table Cell role.

public static final AccessibleRole
TABLE_COLUMN

Table Column role.

public static final AccessibleRole
TABLE_ROW

Table Row role.

public static final AccessibleRole
TABLE_VIEW

Table View role.

public static final AccessibleRole
TEXT

Text role.

public static final AccessibleRole
TEXT_AREA

Text Area role.

public static final AccessibleRole
TEXT_FIELD

Text Field role.

public static final AccessibleRole
THUMB

Thumb role.

public static final AccessibleRole
TITLED_PANE

Titled Pane role.

public static final AccessibleRole
TOGGLE_BUTTON

Toggle Button role.

public static final AccessibleRole
TOOL_BAR

Tool Bar role.

public static final AccessibleRole
TOOLTIP

Tooltip role.

public static final AccessibleRole
TREE_ITEM

Tree Item role.

public static final AccessibleRole
TREE_TABLE_CELL

Tree Table Cell role.

public static final AccessibleRole
TREE_TABLE_ROW

Tree Table Row role.

public static final AccessibleRole
TREE_TABLE_VIEW

Tree Table View role.

public static final AccessibleRole
TREE_VIEW

Tree View role.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static AccessibleRole
public static AccessibleRole[]
Inherited from java.lang.Enum:
clonecompareTodescribeConstableequalsfinalizegetDeclaringClasshashCodenameordinaltoStringvalueOf

Field Detail

BUTTONback to summary
public static final AccessibleRole BUTTON

Button role.

Attributes:

Actions:
CHECK_BOXback to summary
public static final AccessibleRole CHECK_BOX

Check Box role.

Attributes:

Actions:
CHECK_BOX_TREE_ITEMback to summary
public static final AccessibleRole CHECK_BOX_TREE_ITEM

Check Box Tree Item role.

Attributes:

Actions:
Since
21
CHECK_MENU_ITEMback to summary
public static final AccessibleRole CHECK_MENU_ITEM

Check Menu Item role.

Attributes:

Actions:
COMBO_BOXback to summary
public static final AccessibleRole COMBO_BOX

Combo Box role.

Attributes:

Actions:
CONTEXT_MENUback to summary
public static final AccessibleRole CONTEXT_MENU

Context Menu role.

Attributes:

DATE_PICKERback to summary
public static final AccessibleRole DATE_PICKER

Date Picker role.

Attributes:

DECREMENT_BUTTONback to summary
public static final AccessibleRole DECREMENT_BUTTON

Decrement Button role.

Attributes:

Actions:
DIALOGback to summary
public static final AccessibleRole DIALOG

Dialog role.

Attributes:

Since
20
IMAGE_VIEWback to summary
public static final AccessibleRole IMAGE_VIEW

Image View role.

Attributes: Actions:

It is strongly recommended that a text description of the image be provided for each javafx.scene.image.ImageView. This can be done by setting either Node#accessibleTextProperty() for the javafx.scene.image.ImageView or by using AccessibleAttribute#LABELED_BY.

INCREMENT_BUTTONback to summary
public static final AccessibleRole INCREMENT_BUTTON

Increment Button role.

Attributes:

Actions:
LIST_ITEMback to summary
public static final AccessibleRole LIST_ITEM

List Item role.

Attributes:

Actions:
LIST_VIEWback to summary
public static final AccessibleRole LIST_VIEW

List View role.

Attributes:

Actions:
NODEback to summary
public static final AccessibleRole NODE

Node role.

Attributes:

Actions: Optional Attributes: Optional Actions:
PAGE_ITEMback to summary
public static final AccessibleRole PAGE_ITEM

Page role.

Attributes:

Actions:
PAGINATIONback to summary
public static final AccessibleRole PAGINATION

Pagination role.

Attributes:

Actions:
PARENTback to summary
public static final AccessibleRole PARENT

Parent role.

Attributes:

Actions:
PASSWORD_FIELDback to summary
public static final AccessibleRole PASSWORD_FIELD

Password Field role.

Attributes:

Actions:
PROGRESS_INDICATORback to summary
public static final AccessibleRole PROGRESS_INDICATOR

Progress Indicator role.

Attributes:

Actions:
RADIO_BUTTONback to summary
public static final AccessibleRole RADIO_BUTTON

Radio Button role.

Attributes:

Actions:
RADIO_MENU_ITEMback to summary
public static final AccessibleRole RADIO_MENU_ITEM

Radio Menu Item role.

Attributes:

Actions:
SCROLL_BARback to summary
public static final AccessibleRole SCROLL_BAR

Scroll Bar role.

Attributes:

Actions:
SCROLL_PANEback to summary
public static final AccessibleRole SCROLL_PANE

Scroll Pane role.

Attributes:

Actions:
SLIDERback to summary
public static final AccessibleRole SLIDER

Slider role.

Attributes:

Actions:
SPINNERback to summary
public static final AccessibleRole SPINNER

Spinner role.

Attributes:

Actions:
SPLIT_MENU_BUTTONback to summary
public static final AccessibleRole SPLIT_MENU_BUTTON

Split Menu Button role.

Attributes:

Actions:
TAB_ITEMback to summary
public static final AccessibleRole TAB_ITEM

Tab Item role.

Attributes:

Actions:
TAB_PANEback to summary
public static final AccessibleRole TAB_PANE

Tab Pane role.

Attributes:

Actions:
TABLE_CELLback to summary
public static final AccessibleRole TABLE_CELL

Table Cell role.

Attributes:

Actions:
TABLE_COLUMNback to summary
public static final AccessibleRole TABLE_COLUMN

Table Column role.

Attributes:

Actions:
TABLE_ROWback to summary
public static final AccessibleRole TABLE_ROW

Table Row role.

Attributes:

Actions:
TABLE_VIEWback to summary
public static final AccessibleRole TABLE_VIEW

Table View role.

Attributes:

Actions:
TEXTback to summary
public static final AccessibleRole TEXT

Text role.

Attributes:

Actions:
TEXT_AREAback to summary
public static final AccessibleRole TEXT_AREA

Text Area role.

Attributes:

Actions:
TEXT_FIELDback to summary
public static final AccessibleRole TEXT_FIELD

Text Field role.

Attributes:

Actions:
THUMBback to summary
public static final AccessibleRole THUMB

Thumb role.

Attributes:

Actions:
TITLED_PANEback to summary
public static final AccessibleRole TITLED_PANE

Titled Pane role.

Attributes:

Actions:
TOGGLE_BUTTONback to summary
public static final AccessibleRole TOGGLE_BUTTON

Toggle Button role.

Attributes:

Actions:
TOOL_BARback to summary
public static final AccessibleRole TOOL_BAR

Tool Bar role.

Attributes:

Actions:
TOOLTIPback to summary
public static final AccessibleRole TOOLTIP

Tooltip role.

Attributes: Actions:

TREE_ITEMback to summary
public static final AccessibleRole TREE_ITEM

Tree Item role.

Attributes:

Actions:
TREE_TABLE_CELLback to summary
public static final AccessibleRole TREE_TABLE_CELL

Tree Table Cell role.

Attributes:

Actions:
TREE_TABLE_ROWback to summary
public static final AccessibleRole TREE_TABLE_ROW

Tree Table Row role.

Attributes:

Actions:
TREE_TABLE_VIEWback to summary
public static final AccessibleRole TREE_TABLE_VIEW

Tree Table View role.

Attributes:

Actions:
TREE_VIEWback to summary
public static final AccessibleRole TREE_VIEW

Tree View role.

Attributes:

Actions:

Constructor Detail

AccessibleRoleback to summary
private AccessibleRole()

Method Detail

valueOfback to summary
public static AccessibleRole valueOf(String name)
valuesback to summary
public static AccessibleRole[] values()