|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UIDragDropInterface
Insert package comments here Originally Coded by David Yazel on Oct 4, 2003 at 11:55:20 PM.
| Method Summary | |
|---|---|
boolean |
dragging(java.awt.event.MouseEvent mouseEvent,
UIDraggingInformation info)
Once a legitimate dragging operation is started then windows which implement this interface will get this callback as the icon is moved over their surface. |
boolean |
dropped(java.awt.event.MouseEvent mouseEvent,
UIDraggingInformation info)
When the mouse is released the dragging operation will stop. |
UIDraggingInformation |
startDrag(java.awt.event.MouseEvent mouseEvent)
Called when the overlay manager starts a drag action. |
| Method Detail |
|---|
UIDraggingInformation startDrag(java.awt.event.MouseEvent mouseEvent)
mouseEvent -
boolean dragging(java.awt.event.MouseEvent mouseEvent,
UIDraggingInformation info)
mouseEvent - info -
boolean dropped(java.awt.event.MouseEvent mouseEvent,
UIDraggingInformation info)
mouseEvent - info -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||