|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The SwtDropTargetListener interface extends the SWT DropTargetListener
with the following methods in order easily integrate the SWT drag-and-drop
functionality into the Tensegrity Graph Framework:
| Method Summary | |
void |
dragAccept(org.eclipse.swt.dnd.DropTargetEvent dte)
TODO SG: Comment method |
boolean |
dragOverInternal(org.eclipse.swt.dnd.DropTargetEvent dte)
This method should be invoked as the first thing in the dragOver handler. |
boolean |
dropInternal(org.eclipse.swt.dnd.DropTargetEvent dte)
This method should be invoked as the first thing in the drop handler. |
| Methods inherited from interface org.eclipse.swt.dnd.DropTargetListener |
dragEnter, dragLeave, dragOperationChanged, dragOver, drop, dropAccept |
| Method Detail |
public void dragAccept(org.eclipse.swt.dnd.DropTargetEvent dte)
TODO SG: Comment method
dte - the dnd even that occured.public boolean dropInternal(org.eclipse.swt.dnd.DropTargetEvent dte)
false is returned the subclass
is allowed to do further processing, otherwise it
must return straight from its drop.
dte - the dnd even that occured.
public boolean dragOverInternal(org.eclipse.swt.dnd.DropTargetEvent dte)
false is returned the subclass
is allowed to do further processing, otherwise the derived class
must return straight from its dragOver.
dte - the dnd even that occured.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||