Mnemonic

class Mnemonic(val delegate: Mnemonic) extends FireDelegate[Mnemonic] with SFXDelegate[Mnemonic]
Companion
object
trait FireDelegate[Mnemonic]
trait SFXDelegate[Mnemonic]
class Object
trait Matchable
class Any

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.

Concrete methods

The KeyCombination

The KeyCombination

def node: Node

Returns the Node

Returns the Node

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
def fire(): Unit

Fires some kind of event.

Fires some kind of event.

Inherited from
FireDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: Mnemonic