KeyCombination

scalafx.scene.input.KeyCombination
See theKeyCombination companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class Modifier(val delegate: Modifier) extends SFXDelegate[Modifier]

Attributes

Companion
object
Supertypes
trait SFXDelegate[Modifier]
class Object
trait Matchable
class Any
object Modifier

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Modifier.type
sealed abstract class ModifierValue(val delegate: ModifierValue) extends SFXEnumDelegate[ModifierValue]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[ModifierValue]
trait SFXDelegate[ModifierValue]
class Object
trait Matchable
class Any
Known subtypes
object Any.type
object Down.type
object Up.type
object ModifierValue extends SFXEnumDelegateCompanion[ModifierValue, ModifierValue]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[ModifierValue, ModifierValue]
class Object
trait Matchable
class Any
Show all
Self type

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.

Attributes

Constructs a new KeyCombination from the specified string.

Constructs a new KeyCombination from the specified string.

Attributes

Deprecated methods

Constructs a new KeyCombination from the specified string.

Constructs a new KeyCombination from the specified string.

Attributes

Deprecated
true

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.

Attributes

Modifier which specifies that the alt key must be down.

Modifier which specifies that the alt key must be down.

Attributes

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.

Attributes

Modifier which specifies that the control key must be down.

Modifier which specifies that the control key must be down.

Attributes

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.

Attributes

Modifier which specifies that the meta key must be down.

Modifier which specifies that the meta key must be down.

Attributes

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.

Attributes

Modifier which specifies that the shift key must be down.

Modifier which specifies that the shift key must be down.

Attributes

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.

Attributes

Modifier which specifies that the shortcut key must be down.

Modifier which specifies that the shortcut key must be down.

Attributes

Implicits

Implicits

implicit def sfxKeyCombination2jfx(kc: KeyCombination): KeyCombination