public static final class KeyCombination.Modifier
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private KeyCode |
key |
private KeyCombination.ModifierValue |
value |
| Modifier | Constructor and Description |
|---|---|
private |
Modifier(KeyCode key,
KeyCombination.ModifierValue value) |
| Modifier and Type | Method and Description |
|---|---|
KeyCode |
getKey()
Gets the modifier key of this
Modifier. |
KeyCombination.ModifierValue |
getValue()
Gets the modifier value of this
Modifier. |
java.lang.String |
toString()
Returns a string representation of the modifier.
|
private final KeyCode key
private final KeyCombination.ModifierValue value
private Modifier(KeyCode key, KeyCombination.ModifierValue value)
public KeyCode getKey()
Modifier.public KeyCombination.ModifierValue getValue()
Modifier.public java.lang.String toString()
toString in class java.lang.Object