|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.ximtec.igesture.geco.action.KeyboardSimulation
public class KeyboardSimulation
| Constructor Summary | |
|---|---|
KeyboardSimulation(String keys)
Constructor. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ResultSet resultSet)
Runs the event handler. |
Key[] |
getAllKeys()
Returns the selected keys |
void |
setKeys(Key[] keys)
Set the keys to be pressed. |
String |
toString()
Returns a description of the action |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyboardSimulation(String keys)
keys - the keys corresponding to the action| Method Detail |
|---|
public void actionPerformed(ResultSet resultSet)
GestureAction
actionPerformed in interface GestureActionresultSet - the result set.public void setKeys(Key[] keys)
keys - the keys corresponding to the actionpublic Key[] getAllKeys()
public String toString()
toString in class Object
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||