scalafx.scene.input

KeyCombination

object KeyCombination extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. KeyCombination
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class Modifier extends SFXDelegate[Modifier]

  2. sealed case class ModifierValue(delegate: ModifierValue) extends SFXEnumDelegate[ModifierValue] with Product with Serializable

    Wraps http://docs.oracle.com/javafx/2/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 extends AnyRef

  13. object ModifierValue extends SFXEnumDelegateCompanion[ModifierValue, ModifierValue] with Serializable

  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Constructs a new KeyCombination from the specified string.

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

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

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

    Definition Classes
    AnyRef
  31. implicit def sfxKeyCombination2jfx(kc: KeyCombination): KeyCombination

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. 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