JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Eclipse Platform
2026-09 (4.41)
org.eclipse.ui.part
IDropActionDelegate
Contents
Description
Method Summary
Method Details
run(Object, Object)
Hide sidebar
Show sidebar
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.
Method Details
run
boolean
run
(
Object
source,
Object
target)
Runs the drop action on the given source and target.
Parameters:
source
- The object that is being dragged.
target
- The object that the drop is occurring over.
Returns:
boolean True if the drop was successful, and false otherwise.