public abstract class AbstractFileDropHandler extends AbstractModuleDropHandler
Constructor and Description |
---|
AbstractFileDropHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(IScriptEngine scriptEngine,
java.lang.Object element)
Verify that object can be handled.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
performDrop
public boolean accepts(IScriptEngine scriptEngine, java.lang.Object element)
IShellDropHandler
scriptEngine
- script engine to execute drop actionelement
- element to be droppedtrue
when element can be handled