| org.eclipse.ui.part.IDropActionDelegate
IDropActionDelegate | public interface IDropActionDelegate (Code) | | Interface for actions supplied by extensions to the
org.eclipse.ui.dropActions extension point.
|
Method Summary | |
public boolean | run(Object source, Object target) Runs the drop action on the given source and target.
Parameters: source - The object that is being dragged. Parameters: target - The object that the drop is occurring over. |
run | public boolean run(Object source, Object target)(Code) | | Runs the drop action on the given source and target.
Parameters: source - The object that is being dragged. Parameters: target - The object that the drop is occurring over. boolean True if the drop was successful, and false otherwise. |
|
|