scalafx.scene

AccessibleAction

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

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

Source
AccessibleAction.scala
Linear Supertypes
SFXEnumDelegateCompanion[javafx.scene.AccessibleAction, AccessibleAction], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccessibleAction
  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 BlockDecrement extends AccessibleAction with Product with Serializable

    Request that the node be decremented by a large value.

  7. object BlockIncrement extends AccessibleAction with Product with Serializable

    Request that the node be incremented by a large value.

  8. object Collapse extends AccessibleAction with Product with Serializable

    Request that the node should become collapsed.

  9. object Decrement extends AccessibleAction with Product with Serializable

    Request that the node be decremented by a small value.

  10. object Expand extends AccessibleAction with Product with Serializable

    Request that the node should become expanded.

  11. object Fire extends AccessibleAction with Product with Serializable

    Fires the primary action for the node.

  12. object Increment extends AccessibleAction with Product with Serializable

    Request that the node be incremented by a small value.

  13. object RequestFocus extends AccessibleAction with Product with Serializable

    Request that the node take focus.

  14. object SetSelectedItems extends AccessibleAction with Product with Serializable

    Request the node to set the selection to a list of items.

  15. object SetText extends AccessibleAction with Product with Serializable

    Request the node to set the current text.

  16. object SetTextSelection extends AccessibleAction with Product with Serializable

    Request the node to set the selection to range of text.

  17. object SetValue extends AccessibleAction with Product with Serializable

    Request the node to set the current value.

  18. object ShowItem extends AccessibleAction with Product with Serializable

    Request the node to show an item, scrolling if required.

  19. object ShowMenu extends AccessibleAction with Product with Serializable

    Request the node to show a menu.

  20. object ShowTextRange extends AccessibleAction with Product with Serializable

    Request the node to show a text range, scrolling if required.

  21. def apply(e: javafx.scene.AccessibleAction): AccessibleAction

    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
  22. def apply(name: String): AccessibleAction

    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.

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  31. def jfxEnum2sfx(e: javafx.scene.AccessibleAction): AccessibleAction

    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
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. implicit def sfxEnum2jfx(s: AccessibleAction): javafx.scene.AccessibleAction

    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
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def unsortedValues: Array[AccessibleAction]

    Contain constants which will be source for values List

    Contain constants which will be source for values List

    Attributes
    protected
    Definition Classes
    AccessibleActionSFXEnumDelegateCompanion
  39. lazy val values: List[AccessibleAction]

    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
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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

Inherited from AnyRef

Inherited from Any

Ungrouped