| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Draggable
An interface that can be implemented by an object that can be dragged with the mouse.
| Method Summary | |
|---|---|
 void | 
continueDrag(java.awt.event.MouseEvent evt)
Continue a drag that was started in startDrag().  | 
 void | 
finishDrag(java.awt.event.MouseEvent evt)
Finish a draw that was started in startDrag().  | 
 boolean | 
startDrag(java.awt.event.MouseEvent evt)
Tell the object that a drag operation might be beginning.  | 
| Method Detail | 
|---|
boolean startDrag(java.awt.event.MouseEvent evt)
evt - the event created when user drags the mouse
void continueDrag(java.awt.event.MouseEvent evt)
evt - the event created when user drags the mousevoid finishDrag(java.awt.event.MouseEvent evt)
evt - the event created when user stops dragging the mouse
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||