|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dragable
An interface implemented by nodes that can be dragged with a mouse.
| Method Summary | |
|---|---|
void |
drag(DragContext dc)
During dragging, this method is called when the mouse moves. |
void |
dragBegin(DragContext dc)
Begins dragging. |
void |
dragEnd(DragContext dc)
Ends dragging. |
| Method Detail |
|---|
void dragBegin(DragContext dc)
dc - the drag context.void drag(DragContext dc)
dc - the drag context.void dragEnd(DragContext dc)
dc - the drag context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||