| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
PressKeystroke |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteEventHandler |
class |
DrawEventHandler |
class |
RejectEventHandler |
class |
StyleEventHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
GestureActionManager.registerEventHandler(String className,
GestureAction event)
Registers an event.
|
void |
GestureActionManager.registerRejectEvent(GestureAction rejectEventHandler)
Register the reject event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseApplication
Example implementation of an event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandExecutor
Class encapsulating the execution of a command.
|
class |
KeyboardSimulation |
| Modifier and Type | Field and Description |
|---|---|
protected GestureAction |
GestureToActionMapping.action |
| Modifier and Type | Method and Description |
|---|---|
GestureAction |
GestureToActionMapping.getAction()
Returns the action
|
| Constructor and Description |
|---|
GestureToActionMapping(GestureClass gesture,
GestureAction action)
Constructor
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.