-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ActionOnKey extends Enum<ActionOnKey>
The TriggerAction objects regarding key strokes.
-
-
Method Summary
Modifier and Type Method Description final KeyboardTriggerActionwith(KeyCode key)Returns a KeyboardTriggerAction initialized with this ActionOnKey and the given KeyCode. final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
with
final KeyboardTriggerAction with(KeyCode key)
Returns a KeyboardTriggerAction initialized with this ActionOnKey and the given KeyCode.
- Parameters:
key- the KeyCode used to initialize the KeyboardTriggerAction.
-
getOrdinal
final Integer getOrdinal()
-
-
-
-