Packages

case object Divide extends KeyCode with Product with Serializable

Source
KeyCode.scala
Linear Supertypes
Serializable, Product, Equals, KeyCode, SFXEnumDelegate[javafx.scene.input.KeyCode], SFXDelegate[javafx.scene.input.KeyCode], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Divide
  2. Serializable
  3. Product
  4. Equals
  5. KeyCode
  6. SFXEnumDelegate
  7. SFXDelegate
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val delegate: javafx.scene.input.KeyCode

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    KeyCodeSFXDelegate
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  11. def isArrowKey: Boolean

    Left, right, up, down keys (including the keypad arrows)

    Left, right, up, down keys (including the keypad arrows)

    Definition Classes
    KeyCode
  12. def isDigitKey: Boolean

    All Digit keys (including the keypad digits)

    All Digit keys (including the keypad digits)

    Definition Classes
    KeyCode
  13. def isFunctionKey: Boolean

    Function keys like F1, F2, etc...

    Function keys like F1, F2, etc...

    Definition Classes
    KeyCode
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isKeypadKey: Boolean

    All keys on the keypad

    All keys on the keypad

    Definition Classes
    KeyCode
  16. def isLetterKey: Boolean

    All keys with letters

    All keys with letters

    Definition Classes
    KeyCode
  17. def isMediaKey: Boolean

    All multimedia keys (channel up/down, volume control, etc...)

    All multimedia keys (channel up/down, volume control, etc...)

    Definition Classes
    KeyCode
  18. def isModifierKey: Boolean

    Keys that could act as a modifier

    Keys that could act as a modifier

    Definition Classes
    KeyCode
  19. def isNavigationKey: Boolean

    Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)

    Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)

    Definition Classes
    KeyCode
  20. def isWhitespaceKey: Boolean

    Space, tab and enter

    Space, tab and enter

    Definition Classes
    KeyCode
  21. def name: String

    Gets name of this key code.

    Gets name of this key code.

    Definition Classes
    KeyCode
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def productElementName(n: Int): String
    Definition Classes
    Product
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String

    Return the same string value as enum delegate.

    Return the same string value as enum delegate.

    This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXEnumDelegateSFXDelegate → AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from KeyCode

Inherited from SFXEnumDelegate[javafx.scene.input.KeyCode]

Inherited from SFXDelegate[javafx.scene.input.KeyCode]

Inherited from AnyRef

Inherited from Any

Ungrouped