scalafx.scene

AccessibleRole

object AccessibleRole extends SFXEnumDelegateCompanion[javafx.scene.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

Source
AccessibleRole.scala
Linear Supertypes
SFXEnumDelegateCompanion[javafx.scene.AccessibleRole, AccessibleRole], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccessibleRole
  2. SFXEnumDelegateCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Button extends AccessibleRole with Product with Serializable

    Button role.

  7. object CheckBox extends AccessibleRole with Product with Serializable

    Check Box role.

  8. object CheckMenuItem extends AccessibleRole with Product with Serializable

    Check Menu Item role.

  9. object ComboBox extends AccessibleRole with Product with Serializable

    Combo Box role.

  10. object ContextMenu extends AccessibleRole with Product with Serializable

    Context Menu role.

  11. object DatePicker extends AccessibleRole with Product with Serializable

    Date Picker role.

  12. object DecrementButton extends AccessibleRole with Product with Serializable

    Decrement Button role.

  13. object Hyperlink extends AccessibleRole with Product with Serializable

    Hyperlink role.

  14. object ImageView extends AccessibleRole with Product with Serializable

    Image View role.

  15. object IncrementButton extends AccessibleRole with Product with Serializable

    Increment Button role.

  16. object ListItem extends AccessibleRole with Product with Serializable

    List Item role.

  17. object ListView extends AccessibleRole with Product with Serializable

    List View role.

  18. object Menu extends AccessibleRole with Product with Serializable

    Menu role.

  19. object MenuBar extends AccessibleRole with Product with Serializable

    Menu Bar role.

  20. object MenuButton extends AccessibleRole with Product with Serializable

    Menu Button role.

  21. object MenuItem extends AccessibleRole with Product with Serializable

    Menu Item role.

  22. object Node extends AccessibleRole with Product with Serializable

    Node role.

  23. object PageItem extends AccessibleRole with Product with Serializable

    Page role.

  24. object Pagination extends AccessibleRole with Product with Serializable

    Pagination role.

  25. object Parent extends AccessibleRole with Product with Serializable

    Parent role.

  26. object PasswordField extends AccessibleRole with Product with Serializable

    Password Field role.

  27. object ProgressIndicator extends AccessibleRole with Product with Serializable

    Progress Indicator role.

  28. object RadioButton extends AccessibleRole with Product with Serializable

    Radio Button role.

  29. object RadioMenuItem extends AccessibleRole with Product with Serializable

    Radio Menu Item role.

  30. object ScrollBar extends AccessibleRole with Product with Serializable

    Scroll Bar role.

  31. object ScrollPane extends AccessibleRole with Product with Serializable

    Scroll Pane role.

  32. object Slider extends AccessibleRole with Product with Serializable

    Slider role.

  33. object Spinner extends AccessibleRole with Product with Serializable

    Spinner role.

  34. object SplitMenuButton extends AccessibleRole with Product with Serializable

    Split Menu Button role.

  35. object TabItem extends AccessibleRole with Product with Serializable

    Tab Item role.

  36. object TabPane extends AccessibleRole with Product with Serializable

    Tab Pane role.

  37. object TableCell extends AccessibleRole with Product with Serializable

    Table Cell role.

  38. object TableColumn extends AccessibleRole with Product with Serializable

    Table Column role.

  39. object TableRow extends AccessibleRole with Product with Serializable

    Table Row role.

  40. object TableView extends AccessibleRole with Product with Serializable

    Table View role.

  41. object Text extends AccessibleRole with Product with Serializable

    Text role.

  42. object TextArea extends AccessibleRole with Product with Serializable

    Text Area role.

  43. object TextField extends AccessibleRole with Product with Serializable

    Text Field role.

  44. object Thumb extends AccessibleRole with Product with Serializable

    Thumb role.

  45. object TitledPane extends AccessibleRole with Product with Serializable

    Titled Pane role.

  46. object ToggleButton extends AccessibleRole with Product with Serializable

    Toggle Button role.

  47. object ToolBar extends AccessibleRole with Product with Serializable

    Tool Bar role.

  48. object Tooltip extends AccessibleRole with Product with Serializable

    Tooltip role.

  49. object TreeItem extends AccessibleRole with Product with Serializable

    Tree Item role.

  50. object TreeTableCell extends AccessibleRole with Product with Serializable

    Tree Table Cell role.

  51. object TreeTableRow extends AccessibleRole with Product with Serializable

    Tree Table Row role.

  52. object TreeTableView extends AccessibleRole with Product with Serializable

    Tree Table View role.

  53. object TreeView extends AccessibleRole with Product with Serializable

    Tree View role.

  54. def apply(e: javafx.scene.AccessibleRole): AccessibleRole

    Converts a JavaFX enum to its respective SFXEnumDelegate.

    Converts a JavaFX enum to its respective SFXEnumDelegate.

    e

    JavaFX enum

    returns

    scalafx.delegate.SFXEnumDelegate equivalent to argument.

    Definition Classes
    SFXEnumDelegateCompanion
  55. def apply(name: String): AccessibleRole

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

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

    name

    the name of the constant to return

    Definition Classes
    SFXEnumDelegateCompanion
    Exceptions thrown
    IllegalArgumentException

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

  56. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  57. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  59. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  60. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  61. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  62. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  63. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  64. def jfxEnum2sfx(e: javafx.scene.AccessibleRole): AccessibleRole

    Converts a JavaFX enum to its respective SFXEnumDelegate.

    Converts a JavaFX enum to its respective SFXEnumDelegate.

    e

    JavaFX enum

    returns

    scalafx.delegate.SFXEnumDelegate equivalent to argument.

    Definition Classes
    SFXEnumDelegateCompanion
  65. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  66. final def notify(): Unit

    Definition Classes
    AnyRef
  67. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  68. implicit def sfxEnum2jfx(s: AccessibleRole): javafx.scene.AccessibleRole

    Converts a SFXEnumDelegate to its respective JavaFX Enum.

    Converts a SFXEnumDelegate to its respective JavaFX Enum.

    s

    SFXEnumDelegate instance

    returns

    Delegated enum

    Definition Classes
    SFXEnumDelegateCompanion
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  70. def toString(): String

    Definition Classes
    AnyRef → Any
  71. def unsortedValues: Array[AccessibleRole]

    Contain constants which will be source for values List

    Contain constants which will be source for values List

    Attributes
    protected
    Definition Classes
    AccessibleRoleSFXEnumDelegateCompanion
  72. lazy val values: List[AccessibleRole]

    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.

    Definition Classes
    SFXEnumDelegateCompanion
  73. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXEnumDelegateCompanion[javafx.scene.AccessibleRole, AccessibleRole]

Inherited from AnyRef

Inherited from Any

Ungrouped