Mnemonic

scalafx.scene.input.Mnemonic
See theMnemonic companion object
class Mnemonic(val delegate: Mnemonic) extends FireDelegate[Mnemonic], SFXDelegate[Mnemonic]

Attributes

Companion
object
Graph
Supertypes
trait FireDelegate[Mnemonic]
trait SFXDelegate[Mnemonic]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(node: Node, keyCombination: KeyCombination)

Constructs a Mnemonic with the specified target Node and trigger KeyCombination.

Constructs a Mnemonic with the specified target Node and trigger KeyCombination.

Attributes

Concrete methods

The KeyCombination

The KeyCombination

Attributes

def node: Node

Returns the Node

Returns the Node

Attributes

def node_=(n: Node): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def fire(): Unit

Fires some kind of event.

Fires some kind of event.

Attributes

Inherited from:
FireDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: Mnemonic

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes