public class ScriptFileDragAndDropHandler extends AbstractDragAndDropHandler<File>
Constructor and Description |
---|
ScriptFileDragAndDropHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
drop(File file,
Display<?> display)
Performs a drop operation with the given data object in the specified
Display . |
Class<File> |
getType()
Gets the type associated with the object.
|
boolean |
supports(File file)
Gets whether this object is compatible with the given data object.
|
check, convertData, convertDataUnchecked, convertObject, convertObjectUnchecked, dropData, dropObject, supports, supportsData, supportsData, supportsDisplay, supportsObject, supportsObject
compareTo, getInfo, getPriority, setInfo, setPriority, toString
context, getContext, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
public boolean drop(File file, Display<?> display)
DragAndDropHandler
Display
.public boolean supports(File file)
Typed
By default, this method will return true
always, since the type is
known to be compatible. But individual implementations may have other
requirements beyond class assignability.
supports
in interface Typed<File>
supports
in interface DragAndDropHandler<File>
supports
in class AbstractTypedPlugin<File>
Copyright © 2009–2015 SciJava. All rights reserved.