Packages

object KeyCombination

Source
KeyCombination.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyCombination
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Modifier extends SFXDelegate[javafx.scene.input.KeyCombination.Modifier]
  2. sealed abstract class ModifierValue extends SFXEnumDelegate[javafx.scene.input.KeyCombination.ModifierValue]

    Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/input/KeyCombination.ModifierValue.html

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. val AltAny: Modifier

    Modifier which specifies that the alt key can be either up or down.

  5. val AltDown: Modifier

    Modifier which specifies that the alt key must be down.

  6. val ControlAny: Modifier

    Modifier which specifies that the control key can be either up or down.

  7. val ControlDown: Modifier

    Modifier which specifies that the control key must be down.

  8. val MetaAny: Modifier

    Modifier which specifies that the meta key can be either up or down.

  9. val MetaDown: Modifier

    Modifier which specifies that the meta key must be down.

  10. val ShiftAny: Modifier

    Modifier which specifies that the shift key can be either up or down.

  11. val ShiftDown: Modifier

    Modifier which specifies that the shift key must be down.

  12. val ShortcutAny: Modifier

    Modifier which specifies that the shortcut key can be either up or down.

  13. val ShortcutDown: Modifier

    Modifier which specifies that the shortcut key must be down.

  14. def apply(value: String): KeyCombination

    Constructs a new KeyCombination from the specified string.

  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def keyCombination(name: String): KeyCombination

    Constructs a new KeyCombination from the specified string.

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. implicit def sfxKeyCombination2jfx(kc: KeyCombination): javafx.scene.input.KeyCombination
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    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])
  32. object Modifier
  33. object ModifierValue extends SFXEnumDelegateCompanion[javafx.scene.input.KeyCombination.ModifierValue, ModifierValue]

Deprecated Value Members

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

    Constructs a new KeyCombination from the specified string.

    Constructs a new KeyCombination from the specified string.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.0) Use apply instead

Inherited from AnyRef

Inherited from Any

Ungrouped