Package org.eclipse.ease.ui.dnd
Class JarDropHandler
java.lang.Object
org.eclipse.ease.ui.dnd.AbstractModuleDropHandler
org.eclipse.ease.ui.dnd.AbstractFileDropHandler
org.eclipse.ease.ui.dnd.JarDropHandler
- All Implemented Interfaces:
IShellDropHandler
Drop handler accepting jar files. Calls loadJar() on dropped files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
performDrop
(IScriptEngine scriptEngine, Object element) Perform the drop action.Methods inherited from class org.eclipse.ease.ui.dnd.AbstractFileDropHandler
accepts
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.ease.ui.dnd.IShellDropHandler
performDrop
-
Constructor Details
-
JarDropHandler
public JarDropHandler()
-
-
Method Details
-
performDrop
Description copied from interface:IShellDropHandler
Perform the drop action.- Parameters:
scriptEngine
- script engine to execute drop actionelement
- element to be dropped
-