AccessibleRole

scalafx.scene.AccessibleRole
See theAccessibleRole companion class
object AccessibleRole extends SFXEnumDelegateCompanion[AccessibleRole, AccessibleRole]

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.

Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/AccessibleRole.html

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[AccessibleRole, AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object Button extends AccessibleRole

Button role.

Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Button.type
case object CheckBox extends AccessibleRole

Check Box role.

Check Box role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#SELECTED]]

  • [[AccessibleAttribute#INDETERMINATE]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
CheckBox.type
case object CheckBoxTreeItem extends AccessibleRole

Check Box Tree Item role.

Check Box Tree Item role.

Attributes:

  • [[AccessibleAttribute# TEXT]]

  • [[AccessibleAttribute# INDEX]]

  • [[AccessibleAttribute# SELECTED]]

  • [[AccessibleAttribute# EXPANDED]]

  • [[AccessibleAttribute# LEAF]]

  • [[AccessibleAttribute# DISCLOSURE_LEVEL]]

  • [[AccessibleAttribute# TREE_ITEM_COUNT]]

  • [[AccessibleAttribute# TREE_ITEM_AT_INDEX]]

  • [[AccessibleAttribute# TREE_ITEM_PARENT]]

  • [[AccessibleAttribute# TOGGLE_STATE]]

Actions:

  • [[AccessibleAction# EXPAND]]

  • [[AccessibleAction# COLLAPSE]]

  • [[AccessibleAction# REQUEST_FOCUS]]

Attributes

Since

21

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object CheckMenuItem extends AccessibleRole

Check Menu Item role.

Check Menu Item role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#ACCELERATOR]]

  • [[AccessibleAttribute#MNEMONIC]]

  • [[AccessibleAttribute#DISABLED]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object ComboBox extends AccessibleRole

Combo Box role.

Combo Box role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#EXPANDED]]

  • [[AccessibleAttribute#EDITABLE]]

Actions:

  • [[AccessibleAction#EXPAND]]

  • [[AccessibleAction#COLLAPSE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ComboBox.type
case object ContextMenu extends AccessibleRole

Context Menu role.

Context Menu role.

Attributes:

  • [[AccessibleAttribute#PARENT_MENU]]

  • [[AccessibleAttribute#VISIBLE]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object DatePicker extends AccessibleRole

Date Picker role.

Date Picker role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#DATE]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
DatePicker.type
case object DecrementButton extends AccessibleRole

Decrement Button role.

Decrement Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object Dialog extends AccessibleRole

Dialog role.

Dialog role.

Attributes:

  • [[AccessibleAttribute# TEXT]]

  • [[AccessibleAttribute# ROLE_DESCRIPTION]]

  • [[AccessibleAttribute# CHILDREN]]

Attributes

Since

20

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Dialog.type
case object Hyperlink extends AccessibleRole

Hyperlink role.

Hyperlink role.

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#VISITED]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Hyperlink.type
case object ImageView extends AccessibleRole

Image View role.

Image View role.

Attributes:

Actions:

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

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ImageView.type
case object IncrementButton extends AccessibleRole

Increment Button role.

Increment Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object ListItem extends AccessibleRole

List Item role.

List Item role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#INDEX]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#REQUEST_FOCUS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ListItem.type
case object ListView extends AccessibleRole

List View role.

List View role.

Attributes:

  • [[AccessibleAttribute#ITEM_AT_INDEX]]

  • [[AccessibleAttribute#ITEM_COUNT]]

  • [[AccessibleAttribute#SELECTED_ITEMS]]

  • [[AccessibleAttribute#MULTIPLE_SELECTION]]

  • [[AccessibleAttribute#VERTICAL_SCROLLBAR]]

  • [[AccessibleAttribute#HORIZONTAL_SCROLLBAR]]

  • [[AccessibleAttribute#FOCUS_ITEM]]

Actions:

  • [[AccessibleAction#SHOW_ITEM]]

  • [[AccessibleAction#SET_SELECTED_ITEMS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ListView.type
case object Menu extends AccessibleRole

Menu role.

Menu role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#ACCELERATOR]]

  • [[AccessibleAttribute#MNEMONIC]]

  • [[AccessibleAttribute#DISABLED]]

  • [[AccessibleAttribute#SUBMENU]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Menu.type
case object MenuBar extends AccessibleRole

Menu Bar role.

Menu Bar role.

Attributes:

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
MenuBar.type
case object MenuButton extends AccessibleRole

Menu Button role.

Menu Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
MenuButton.type
case object MenuItem extends AccessibleRole

Menu Item role.

Menu Item role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#ACCELERATOR]]

  • [[AccessibleAttribute#MNEMONIC]]

  • [[AccessibleAttribute#DISABLED]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
MenuItem.type
case object Node extends AccessibleRole

Node role.

Node role.

Attributes:

  • [[AccessibleAttribute#ROLE]]

  • [[AccessibleAttribute#PARENT]]

  • [[AccessibleAttribute#SCENE]]

  • [[AccessibleAttribute#BOUNDS]]

  • [[AccessibleAttribute#DISABLED]]

  • [[AccessibleAttribute#FOCUSED]]

  • [[AccessibleAttribute#VISIBLE]]

Actions:

  • [[AccessibleAction#REQUEST_FOCUS]]

Optional Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#LABELED_BY]]

  • [[AccessibleAttribute#ROLE_DESCRIPTION]]

  • [[AccessibleAttribute#HELP]]

Optional Actions:

  • [[AccessibleAction#SHOW_MENU]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Node.type
case object PageItem extends AccessibleRole

Page role.

Page role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#REQUEST_FOCUS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
PageItem.type
case object Pagination extends AccessibleRole

Pagination role.

Pagination role.

Attributes:

  • [[AccessibleAttribute#ITEM_AT_INDEX]]

  • [[AccessibleAttribute#ITEM_COUNT]]

  • [[AccessibleAttribute#FOCUS_ITEM]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Pagination.type
case object Parent extends AccessibleRole

Parent role.

Parent role.

Attributes:

  • [[AccessibleAttribute#CHILDREN]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Parent.type
case object PasswordField extends AccessibleRole

Password Field role.

Password Field role.

Attributes:

  • [[AccessibleAttribute#TEXT]] - must return null or empty string

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object ProgressIndicator extends AccessibleRole

Progress Indicator role.

Progress Indicator role.

Attributes:

  • [[AccessibleAttribute#VALUE]]

  • [[AccessibleAttribute#MIN_VALUE]]

  • [[AccessibleAttribute#MAX_VALUE]]

  • [[AccessibleAttribute#INDETERMINATE]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object RadioButton extends AccessibleRole

Radio Button role.

Radio Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object RadioMenuItem extends AccessibleRole

Radio Menu Item role.

Radio Menu Item role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#ACCELERATOR]]

  • [[AccessibleAttribute#MNEMONIC]]

  • [[AccessibleAttribute#DISABLED]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object ScrollBar extends AccessibleRole

Scroll Bar role.

Scroll Bar role.

Attributes:

  • [[AccessibleAttribute#VALUE]]

  • [[AccessibleAttribute#MAX_VALUE]]

  • [[AccessibleAttribute#MIN_VALUE]]

  • [[AccessibleAttribute#ORIENTATION]]

Actions:

  • [[AccessibleAction#INCREMENT]]

  • [[AccessibleAction#DECREMENT]]

  • [[AccessibleAction#BLOCK_INCREMENT]]

  • [[AccessibleAction#BLOCK_DECREMENT]]

  • [[AccessibleAction#SET_VALUE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ScrollBar.type
case object ScrollPane extends AccessibleRole

Scroll Pane role.

Scroll Pane role.

Attributes:

  • [[AccessibleAttribute#CONTENTS]]

  • [[AccessibleAttribute#HORIZONTAL_SCROLLBAR]]

  • [[AccessibleAttribute#VERTICAL_SCROLLBAR]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ScrollPane.type
case object Slider extends AccessibleRole

Slider role.

Slider role.

Attributes:

  • [[AccessibleAttribute#VALUE]]

  • [[AccessibleAttribute#MIN_VALUE]]

  • [[AccessibleAttribute#MAX_VALUE]]

  • [[AccessibleAttribute#ORIENTATION]]

Actions:

  • [[AccessibleAction#INCREMENT]]

  • [[AccessibleAction#DECREMENT]]

  • [[AccessibleAction#SET_VALUE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Slider.type
case object Spinner extends AccessibleRole

Spinner role.

Spinner role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

Actions:

  • [[AccessibleAction#INCREMENT]]

  • [[AccessibleAction#DECREMENT]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Spinner.type
case object SplitMenuButton extends AccessibleRole

Split Menu Button role.

Split Menu Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#EXPANDED]]

Actions:

  • [[AccessibleAction#FIRE]]

  • [[AccessibleAction#EXPAND]]

  • [[AccessibleAction#COLLAPSE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object TabItem extends AccessibleRole

Tab Item role.

Tab Item role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#REQUEST_FOCUS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TabItem.type
case object TabPane extends AccessibleRole

Tab Pane role.

Tab Pane role.

Attributes:

  • [[AccessibleAttribute#ITEM_AT_INDEX]]

  • [[AccessibleAttribute#ITEM_COUNT]]

  • [[AccessibleAttribute#FOCUS_ITEM]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TabPane.type
case object TableCell extends AccessibleRole

Table Cell role.

Table Cell role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#ROW_INDEX]]

  • [[AccessibleAttribute#COLUMN_INDEX]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#REQUEST_FOCUS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TableCell.type
case object TableColumn extends AccessibleRole

Table Column role.

Table Column role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#INDEX]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object TableRow extends AccessibleRole

Table Row role.

Table Row role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#INDEX]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TableRow.type
case object TableView extends AccessibleRole

Table View role.

Table View role.

Attributes:

  • [[AccessibleAttribute#ROW_COUNT]]

  • [[AccessibleAttribute#ROW_AT_INDEX]]

  • [[AccessibleAttribute#COLUMN_COUNT]]

  • [[AccessibleAttribute#COLUMN_AT_INDEX]]

  • [[AccessibleAttribute#SELECTED_ITEMS]]

  • [[AccessibleAttribute#CELL_AT_ROW_COLUMN]]

  • [[AccessibleAttribute#HEADER]]

  • [[AccessibleAttribute#MULTIPLE_SELECTION]]

  • [[AccessibleAttribute#VERTICAL_SCROLLBAR]]

  • [[AccessibleAttribute#HORIZONTAL_SCROLLBAR]]

  • [[AccessibleAttribute#FOCUS_ITEM]]

Actions:

  • [[AccessibleAction#SHOW_ITEM]]

  • [[AccessibleAction#SET_SELECTED_ITEMS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TableView.type
case object Text extends AccessibleRole

Text role.

Text role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#FONT]]

Actions:

  • [[AccessibleAction#SET_TEXT]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Text.type
case object TextArea extends AccessibleRole

Text Area role.

Text Area role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#FONT]]

  • [[AccessibleAttribute#EDITABLE]]

  • [[AccessibleAttribute#SELECTION_START]]

  • [[AccessibleAttribute#SELECTION_END]]

  • [[AccessibleAttribute#CARET_OFFSET]]

  • [[AccessibleAttribute#OFFSET_AT_POINT]]

  • [[AccessibleAttribute#LINE_START]]

  • [[AccessibleAttribute#LINE_END]]

  • [[AccessibleAttribute#LINE_FOR_OFFSET]]

  • [[AccessibleAttribute#BOUNDS_FOR_RANGE]]

Actions:

  • [[AccessibleAction#SET_TEXT]]

  • [[AccessibleAction#SET_TEXT_SELECTION]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TextArea.type
case object TextField extends AccessibleRole

Text Field role.

Text Field role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#FONT]]

  • [[AccessibleAttribute#EDITABLE]]

  • [[AccessibleAttribute#SELECTION_START]]

  • [[AccessibleAttribute#SELECTION_END]]

  • [[AccessibleAttribute#CARET_OFFSET]]

  • [[AccessibleAttribute#OFFSET_AT_POINT]]

  • [[AccessibleAttribute#BOUNDS_FOR_RANGE]]

Actions:

  • [[AccessibleAction#SET_TEXT]]

  • [[AccessibleAction#SET_TEXT_SELECTION]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TextField.type
case object Thumb extends AccessibleRole

Thumb role.

Thumb role.

Attributes:

  • [[AccessibleAttribute#VALUE]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Thumb.type
case object TitledPane extends AccessibleRole

Titled Pane role.

Titled Pane role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#EXPANDED]]

Actions:

  • [[AccessibleAction#EXPAND]]

  • [[AccessibleAction#COLLAPSE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TitledPane.type
case object ToggleButton extends AccessibleRole

Toggle Button role.

Toggle Button role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#SELECTED]]

Actions:

  • [[AccessibleAction#FIRE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object ToolBar extends AccessibleRole

Tool Bar role.

Tool Bar role.

Attributes:

  • [[AccessibleAttribute#OVERFLOW_BUTTON]]

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
ToolBar.type
case object Tooltip extends AccessibleRole

Tooltip role.

Tooltip role.

Attributes:

Actions:

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
Tooltip.type
case object TreeItem extends AccessibleRole

Tree Item role.

Tree Item role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#INDEX]]

  • [[AccessibleAttribute#SELECTED]]

  • [[AccessibleAttribute#EXPANDED]]

  • [[AccessibleAttribute#LEAF]]

  • [[AccessibleAttribute#DISCLOSURE_LEVEL]]

  • [[AccessibleAttribute#TREE_ITEM_COUNT]]

  • [[AccessibleAttribute#TREE_ITEM_AT_INDEX]]

  • [[AccessibleAttribute#TREE_ITEM_PARENT]]

Actions:

  • [[AccessibleAction#EXPAND]]

  • [[AccessibleAction#COLLAPSE]]

  • [[AccessibleAction#REQUEST_FOCUS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TreeItem.type
case object TreeTableCell extends AccessibleRole

Tree Table Cell role.

Tree Table Cell role.

Attributes:

  • [[AccessibleAttribute#TEXT]]

  • [[AccessibleAttribute#SELECTED]]

  • [[AccessibleAttribute#ROW_INDEX]]

  • [[AccessibleAttribute#COLUMN_INDEX]]

Actions:

  • [[AccessibleAction#REQUEST_FOCUS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object TreeTableRow extends AccessibleRole

Tree Table Row role.

Tree Table Row role.

Attributes:

  • [[AccessibleAttribute#INDEX]]

  • [[AccessibleAttribute#EXPANDED]]

  • [[AccessibleAttribute#LEAF]]

  • [[AccessibleAttribute#DISCLOSURE_LEVEL]]

  • [[AccessibleAttribute#TREE_ITEM_COUNT]]

  • [[AccessibleAttribute#TREE_ITEM_AT_INDEX]]

  • [[AccessibleAttribute#TREE_ITEM_PARENT]]

Actions:

  • [[AccessibleAction#EXPAND]]

  • [[AccessibleAction#COLLAPSE]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object TreeTableView extends AccessibleRole

Tree Table View role.

Tree Table View role.

Attributes:

  • [[AccessibleAttribute#ROW_COUNT]]

  • [[AccessibleAttribute#ROW_AT_INDEX]]

  • [[AccessibleAttribute#COLUMN_COUNT]]

  • [[AccessibleAttribute#COLUMN_AT_INDEX]]

  • [[AccessibleAttribute#SELECTED_ITEMS]]

  • [[AccessibleAttribute#CELL_AT_ROW_COLUMN]]

  • [[AccessibleAttribute#HEADER]]

  • [[AccessibleAttribute#MULTIPLE_SELECTION]]

  • [[AccessibleAttribute#VERTICAL_SCROLLBAR]]

  • [[AccessibleAttribute#HORIZONTAL_SCROLLBAR]]

  • [[AccessibleAttribute#FOCUS_ITEM]]

Actions:

  • [[AccessibleAction#SHOW_ITEM]]

  • [[AccessibleAction#SET_SELECTED_ITEMS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
case object TreeView extends AccessibleRole

Tree View role.

Tree View role.

Attributes:

  • [[AccessibleAttribute#ROW_COUNT]]

  • [[AccessibleAttribute#ROW_AT_INDEX]]

  • [[AccessibleAttribute#SELECTED_ITEMS]]

  • [[AccessibleAttribute#MULTIPLE_SELECTION]]

  • [[AccessibleAttribute#VERTICAL_SCROLLBAR]]

  • [[AccessibleAttribute#HORIZONTAL_SCROLLBAR]]

  • [[AccessibleAttribute#FOCUS_ITEM]]

Actions:

  • [[AccessibleAction#SHOW_ITEM]]

  • [[AccessibleAction#SET_SELECTED_ITEMS]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[AccessibleRole]
trait SFXDelegate[AccessibleRole]
class Object
trait Matchable
class Any
Show all
Self type
TreeView.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(e: AccessibleRole): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion
def apply(name: String): S

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value parameters

name

the name of the constant to return

Attributes

Throws
IllegalArgumentException

If the specified enum type has no constant with the specified name, or the specified class object does not represent an enum type.

Inherited from:
SFXEnumDelegateCompanion
def jfxEnum2sfx(e: AccessibleRole): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion

Inherited fields

Returns a List containing the constants of this enum type, in the order they are declared.

Returns a List containing the constants of this enum type, in the order they are declared.

Attributes

Inherited from:
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: AccessibleRole): E

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value parameters

s

SFXEnumDelegate instance

Attributes

Returns

Delegated enum

Inherited from:
SFXEnumDelegateCompanion