Package com.iizigo.editor
Class PropEditorPart.DragSourceDelegator
java.lang.Object
com.iizigo.editor.PropEditorPart.DragSourceDelegator
- All Implemented Interfaces:
EventListener
,org.eclipse.swt.dnd.DragSourceListener
,org.eclipse.swt.internal.SWTEventListener
- Enclosing class:
- PropEditorPart
protected final class PropEditorPart.DragSourceDelegator extends Object implements org.eclipse.swt.dnd.DragSourceListener
Class used to delegate DragSource events to the listener, making it possible to know when drag-drop is in effect.
Constructor Summary
ModifierConstructorDescriptionprotected
DragSourceDelegator
(org.eclipse.swt.dnd.DragSourceListener listener) Method Summary
Modifier and TypeMethodDescriptionvoid
dragFinished
(org.eclipse.swt.dnd.DragSourceEvent e) void
dragSetData
(org.eclipse.swt.dnd.DragSourceEvent e) void
dragStart
(org.eclipse.swt.dnd.DragSourceEvent e)
Constructor Details
DragSourceDelegator
protected DragSourceDelegator(org.eclipse.swt.dnd.DragSourceListener listener)
Method Details
dragStart
public void dragStart(org.eclipse.swt.dnd.DragSourceEvent e) - Specified by:
dragStart
in interfaceorg.eclipse.swt.dnd.DragSourceListener
dragSetData
public void dragSetData(org.eclipse.swt.dnd.DragSourceEvent e) - Specified by:
dragSetData
in interfaceorg.eclipse.swt.dnd.DragSourceListener
dragFinished
public void dragFinished(org.eclipse.swt.dnd.DragSourceEvent e) - Specified by:
dragFinished
in interfaceorg.eclipse.swt.dnd.DragSourceListener