Modifier and Type | Class and Description |
---|---|
public static enum | KeyBinding.
A tri-state boolean used with KeyBinding. |
Modifier and Type | Field and Description |
---|---|
private KeyBinding. | |
private final KeyCode | |
private KeyBinding. | |
private final EventType | |
private KeyBinding. | |
private KeyBinding. |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public final KeyBinding | |
public final KeyBinding | |
public final KeyBinding | |
public final KeyBinding | |
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public final KeyBinding. | |
public final KeyCode | |
public final KeyBinding. | |
public final KeyBinding. | |
public final KeyBinding. | |
public int | |
public final EventType | |
public int | |
public final KeyBinding | |
public final KeyBinding | |
public final KeyBinding | |
public final KeyBinding | |
public final KeyBinding | |
public static KeyBinding | |
public String |
alt | back to summary |
---|---|
private KeyBinding. |
code | back to summary |
---|---|
private final KeyCode code |
ctrl | back to summary |
---|---|
private KeyBinding. |
eventType | back to summary |
---|---|
private final EventType<KeyEvent> eventType |
meta | back to summary |
---|---|
private KeyBinding. |
shift | back to summary |
---|---|
private KeyBinding. |
KeyBinding | back to summary |
---|---|
public KeyBinding(KeyCode code) |
KeyBinding | back to summary |
---|---|
public KeyBinding(EventType<KeyEvent> type) Designed for 'catch-all' situations, e.g. all KeyTyped events. |
KeyBinding | back to summary |
---|---|
public KeyBinding(KeyCode code, EventType<KeyEvent> type) |
alt | back to summary |
---|---|
public final KeyBinding alt() |
alt | back to summary |
---|---|
public final KeyBinding alt(KeyBinding. |
ctrl | back to summary |
---|---|
public final KeyBinding ctrl() |
ctrl | back to summary |
---|---|
public final KeyBinding ctrl(KeyBinding. |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getAlt | back to summary |
---|---|
public final KeyBinding. |
getCode | back to summary |
---|---|
public final KeyCode getCode() |
getCtrl | back to summary |
---|---|
public final KeyBinding. |
getMeta | back to summary |
---|---|
public final KeyBinding. |
getShift | back to summary |
---|---|
public final KeyBinding. |
getSpecificity | back to summary |
---|---|
public int getSpecificity(KeyEvent event) |
getType | back to summary |
---|---|
public final EventType |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
meta | back to summary |
---|---|
public final KeyBinding meta() |
meta | back to summary |
---|---|
public final KeyBinding meta(KeyBinding. |
shift | back to summary |
---|---|
public final KeyBinding shift() |
shift | back to summary |
---|---|
public final KeyBinding shift(KeyBinding. |
shortcut | back to summary |
---|---|
public final KeyBinding shortcut() |
toKeyBinding | back to summary |
---|---|
public static KeyBinding toKeyBinding(KeyEvent keyEvent) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
Modifier and Type | Field and Description |
---|---|
public static final KeyBinding. | |
public static final KeyBinding. | |
public static final KeyBinding. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public static KeyBinding. | |
public static KeyBinding. |
ANY | back to summary |
---|---|
public static final KeyBinding. |
FALSE | back to summary |
---|---|
public static final KeyBinding. |
TRUE | back to summary |
---|---|
public static final KeyBinding. |
OptionalBoolean | back to summary |
---|---|
private OptionalBoolean() |
equals | back to summary |
---|---|
public boolean equals(boolean b) |
valueOf | back to summary |
---|---|
public static KeyBinding. |
values | back to summary |
---|---|
public static KeyBinding. |