|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TableBase.DragListener
| Method Summary | |
|---|---|
void |
dragCanceled()
Called when the mouse drag is canceled (eg by pressing ESCAPE) |
MouseCursor |
dragged(Event evt)
Mouse dragging in progress |
boolean |
dragStarted(int row,
int col,
Event evt)
Signals the start of the drag operation |
void |
dragStopped(Event evt)
Mouse dragging stopped |
| Method Detail |
|---|
boolean dragStarted(int row,
int col,
Event evt)
row - the row where the drag startedcol - the column where the drag startedevt - the mouse event which started the drag
MouseCursor dragged(Event evt)
evt - the MOUSE_DRAGGED event
void dragStopped(Event evt)
evt - the event which stopped the mouse dragvoid dragCanceled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||