Package org.eclipse.ui.part
Interface IDropActionDelegate
-
public interface IDropActionDelegateInterface 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 booleanrun(Object source, Object target)Runs the drop action on the given source and target.
-