KeyCombination

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Modifier
Companion
class
class Modifier(val delegate: Modifier) extends SFXDelegate[Modifier]
Companion
object
object ModifierValue extends SFXEnumDelegateCompanion[ModifierValue, ModifierValue]
Companion
class

Value members

Concrete methods

def apply(value: String): KeyCombination

Constructs a new KeyCombination from the specified string.

Constructs a new KeyCombination from the specified string.

def keyCombination(name: String): KeyCombination

Constructs a new KeyCombination from the specified string.

Constructs a new KeyCombination from the specified string.

Deprecated methods

@deprecated("Use apply instead", "1.0")
def valueOf(value: String): KeyCombination

Constructs a new KeyCombination from the specified string.

Constructs a new KeyCombination from the specified string.

Deprecated

Concrete fields

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

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

Modifier which specifies that the alt key must be down.

Modifier which specifies that the alt key must be down.

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

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

Modifier which specifies that the control key must be down.

Modifier which specifies that the control key must be down.

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

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

Modifier which specifies that the meta key must be down.

Modifier which specifies that the meta key must be down.

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

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

Modifier which specifies that the shift key must be down.

Modifier which specifies that the shift key must be down.

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

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

Modifier which specifies that the shortcut key must be down.

Modifier which specifies that the shortcut key must be down.

Implicits

Implicits

implicit def sfxKeyCombination2jfx(kc: KeyCombination): KeyCombination