|
GWT Tk 0.2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DragGesture
An interface for implementing mouse actions.
| Method Summary | |
|---|---|
void |
finish(int x,
int y)
Called at the end of the input operation, after the last movement. |
void |
start(int x,
int y)
Called at beginning of the input operation. |
void |
step(int x,
int y)
Called for each mouse movement during the input operation. |
| Method Detail |
|---|
void start(int x,
int y)
x - y -
void step(int x,
int y)
x - y -
void finish(int x,
int y)
x - y -
|
GWT Tk 0.2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||