|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use GestureAction | |
|---|---|
| org.igesture.app.keyboard | Mapping gestures to keystrokes (for example copy/paste). |
| org.ximtec.igesture.app.showcaseapp.eventhandler | Event handlers for the drawing application. |
| org.ximtec.igesture.event | Different iGesture events. |
| org.ximtec.igesture.event.example | Different types of events. |
| org.ximtec.igesture.geco.action | |
| org.ximtec.igesture.geco.mapping | |
| Uses of GestureAction in org.igesture.app.keyboard |
|---|
| Classes in org.igesture.app.keyboard that implement GestureAction | |
|---|---|
class |
PressKeystroke
|
| Uses of GestureAction in org.ximtec.igesture.app.showcaseapp.eventhandler |
|---|
| Classes in org.ximtec.igesture.app.showcaseapp.eventhandler that implement GestureAction | |
|---|---|
class |
DeleteEventHandler
|
class |
DrawEventHandler
|
class |
RejectEventHandler
|
class |
StyleEventHandler
|
| Uses of GestureAction in org.ximtec.igesture.event |
|---|
| Methods in org.ximtec.igesture.event with parameters of type GestureAction | |
|---|---|
void |
GestureActionManager.registerEventHandler(String className,
GestureAction event)
Registers an event. |
void |
GestureActionManager.registerRejectEvent(GestureAction rejectEventHandler)
Register the reject event handler. |
| Uses of GestureAction in org.ximtec.igesture.event.example |
|---|
| Classes in org.ximtec.igesture.event.example that implement GestureAction | |
|---|---|
class |
CloseApplication
Example implementation of an event handler. |
| Uses of GestureAction in org.ximtec.igesture.geco.action |
|---|
| Classes in org.ximtec.igesture.geco.action that implement GestureAction | |
|---|---|
class |
CommandExecutor
Class encapsulating the execution of a command. |
class |
KeyboardSimulation
|
| Uses of GestureAction in org.ximtec.igesture.geco.mapping |
|---|
| Fields in org.ximtec.igesture.geco.mapping declared as GestureAction | |
|---|---|
protected GestureAction |
GestureToActionMapping.action
|
| Methods in org.ximtec.igesture.geco.mapping that return GestureAction | |
|---|---|
GestureAction |
GestureToActionMapping.getAction()
Returns the action |
| Constructors in org.ximtec.igesture.geco.mapping with parameters of type GestureAction | |
|---|---|
GestureToActionMapping(GestureClass gesture,
GestureAction action)
Constructor |
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||