|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.dnd.SwtDropTargetAdapter
This class is a simple adapter for the SwtDropTargetListener
interface. All methods have an empty implementation and methods returning a boolean
return false.
| Constructor Summary | |
SwtDropTargetAdapter()
Default constructor. |
|
| Method Summary | |
void |
dragAccept(org.eclipse.swt.dnd.DropTargetEvent arg0)
TODO SG: Comment method |
void |
dragEnter(org.eclipse.swt.dnd.DropTargetEvent arg0)
|
void |
dragLeave(org.eclipse.swt.dnd.DropTargetEvent arg0)
|
void |
dragOperationChanged(org.eclipse.swt.dnd.DropTargetEvent arg0)
|
void |
dragOver(org.eclipse.swt.dnd.DropTargetEvent arg0)
|
boolean |
dragOverInternal(org.eclipse.swt.dnd.DropTargetEvent dtde)
This method should be invoked as the first thing in the dragOver handler. |
void |
drop(org.eclipse.swt.dnd.DropTargetEvent arg0)
|
void |
dropAccept(org.eclipse.swt.dnd.DropTargetEvent arg0)
|
boolean |
dropInternal(org.eclipse.swt.dnd.DropTargetEvent dtde)
This method should be invoked as the first thing in the drop handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SwtDropTargetAdapter()
Default constructor.
| Method Detail |
public void dragAccept(org.eclipse.swt.dnd.DropTargetEvent arg0)
SwtDropTargetListenerTODO SG: Comment method
dragAccept in interface SwtDropTargetListenerarg0 - the dnd even that occured.public boolean dragOverInternal(org.eclipse.swt.dnd.DropTargetEvent dtde)
SwtDropTargetListenerfalse is returned the subclass
is allowed to do further processing, otherwise the derived class
must return straight from its dragOver.
dragOverInternal in interface SwtDropTargetListenerdtde - the dnd even that occured.
public boolean dropInternal(org.eclipse.swt.dnd.DropTargetEvent dtde)
SwtDropTargetListenerfalse is returned the subclass
is allowed to do further processing, otherwise it
must return straight from its drop.
dropInternal in interface SwtDropTargetListenerdtde - the dnd even that occured.
public void dragEnter(org.eclipse.swt.dnd.DropTargetEvent arg0)
dragEnter in interface org.eclipse.swt.dnd.DropTargetListenerpublic void dragLeave(org.eclipse.swt.dnd.DropTargetEvent arg0)
dragLeave in interface org.eclipse.swt.dnd.DropTargetListenerpublic void dragOperationChanged(org.eclipse.swt.dnd.DropTargetEvent arg0)
dragOperationChanged in interface org.eclipse.swt.dnd.DropTargetListenerpublic void dragOver(org.eclipse.swt.dnd.DropTargetEvent arg0)
dragOver in interface org.eclipse.swt.dnd.DropTargetListenerpublic void drop(org.eclipse.swt.dnd.DropTargetEvent arg0)
drop in interface org.eclipse.swt.dnd.DropTargetListenerpublic void dropAccept(org.eclipse.swt.dnd.DropTargetEvent arg0)
dropAccept in interface org.eclipse.swt.dnd.DropTargetListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||