|
GEF v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.eclipse.gef.KeyStroke
Encapsulates a Keyboard gesture (press or release) from the User.
| Method Summary | |
boolean |
equals(Object obj)
|
static KeyStroke |
getPressed(char character,
int stateMask)
|
static KeyStroke |
getPressed(int keyCode,
int stateMask)
|
static KeyStroke |
getReleased(char character,
int stateMask)
|
static KeyStroke |
getReleased(int keyCode,
int stateMask)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean equals(Object obj)
equals in class Object
public static KeyStroke getPressed(char character,
int stateMask)
public static KeyStroke getPressed(int keyCode,
int stateMask)
public static KeyStroke getReleased(char character,
int stateMask)
public static KeyStroke getReleased(int keyCode,
int stateMask)
public int hashCode()
hashCode in class Object
|
GEF v2.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||