Package com.iizigo.editor
Class PropEditorPart.DragSourceDelegator
java.lang.Object
com.iizigo.editor.PropEditorPart.DragSourceDelegator
- All Implemented Interfaces:
- EventListener,- DragSourceListener,- SWTEventListener
- Enclosing class:
- PropEditorPart
protected final class PropEditorPart.DragSourceDelegator extends Object implements DragSourceListener
Class used to delegate DragSource events to the listener, making it possible to know when drag-drop is in effect.
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- void- void- void
- Constructor Details- DragSourceDelegator
 
- Method Details- dragStart- Specified by:
- dragStartin interface- DragSourceListener
 
- dragSetData- Specified by:
- dragSetDatain interface- DragSourceListener
 
- dragFinished- Specified by:
- dragFinishedin interface- DragSourceListener