scalafx.scene.input

KeyCombination

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
Learn more about member selection
Visibility
  1. Public
  2. All

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

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

  7. val AltDown: Modifier

    Modifier which specifies that the alt key must be down.

  8. val ControlAny: Modifier

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

  9. val ControlDown: Modifier

    Modifier which specifies that the control key must be down.

  10. val MetaAny: Modifier

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

  11. val MetaDown: Modifier

    Modifier which specifies that the meta key must be down.

  12. object Modifier

  13. object ModifierValue extends SFXEnumDelegateCompanion[javafx.scene.input.KeyCombination.ModifierValue, ModifierValue]

  14. val ShiftAny: Modifier

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

  15. val ShiftDown: Modifier

    Modifier which specifies that the shift key must be down.

  16. val ShortcutAny: Modifier

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

  17. val ShortcutDown: Modifier

    Modifier which specifies that the shortcut key must be down.

  18. def apply(value: String): KeyCombination

    Constructs a new KeyCombination from the specified string.

  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def keyCombination(name: String): KeyCombination

    Constructs a new KeyCombination from the specified string.

  27. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. implicit def sfxKeyCombination2jfx(kc: KeyCombination): javafx.scene.input.KeyCombination

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def valueOf(value: String): javafx.scene.input.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