|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.qfs.lib.option.KeyOption.Data
Struct that contains the data for the KeyOption.
Field Summary | |
char |
keyChar
The keyChar value. |
int |
keyCode
The keyCode value. |
int |
modifiers
The modifiers value. |
Constructor Summary | |
KeyOption.Data(int keyCode,
char keyChar,
int modifiers)
Create a new Data. |
Method Summary | |
java.lang.Object |
clone()
Create a copy of the Data. |
boolean |
equals(java.lang.Object o)
Test whether an Object is equal to the Data. |
int |
hashCode()
Get the hash code for the Data. |
java.lang.String |
toString()
Get a String representation for the data. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public int keyCode
public char keyChar
public int modifiers
Constructor Detail |
public KeyOption.Data(int keyCode, char keyChar, int modifiers)
keyCode
- The initial keyCode value.keyChar
- The initial keyChar value.modifiers
- The initial modifiers value.Method Detail |
public java.lang.Object clone()
public int hashCode()
public boolean equals(java.lang.Object o)
o
- The Object to test.
public java.lang.String toString()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |