Package org.eclipse.ui.part
Interface IDropActionDelegate
-
public interface IDropActionDelegate
Interface for actions supplied by extensions to the org.eclipse.ui.dropActions extension point.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
run(Object source, Object target)
Runs the drop action on the given source and target.
-