| org.eclipse.ui.internal.dnd.IDropTarget2
IDropTarget2 | public interface IDropTarget2 extends IDropTarget(Code) | | This interface allows a particular drop target to be informed that
the drag operation was cancelled. This allows the target to clean
up any extended drag feedback.
since: 3.2 |
Method Summary | |
public void | dragFinished(boolean dropPerformed) |
dragFinished | public void dragFinished(boolean dropPerformed)(Code) | | This is called whenever a drag operation is cancelled
|
|
|