com.exadel.vpe.editor.dnd
Interface IDropCommand
- All Superinterfaces:
- org.eclipse.core.resources.IWorkspaceRunnable
- All Known Implementing Classes:
- DefaultDropCommand
- public interface IDropCommand
- extends org.eclipse.core.resources.IWorkspaceRunnable
run
public void run(org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
- Specified by:
run in interface org.eclipse.core.resources.IWorkspaceRunnable
- Throws:
org.eclipse.core.runtime.CoreException
getDefaultModel
public IDropWizardModel getDefaultModel()
- Returns:
initialize
public void initialize()
execute
public void execute()
execute
public void execute(DropData data)
- Parameters:
data -