Package org.scijava.ui.dnd
Class DefaultDragAndDropService
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.service.AbstractService
-
- org.scijava.plugin.AbstractPTService<PT>
-
- org.scijava.plugin.AbstractSingletonService<PT>
-
- org.scijava.plugin.AbstractHandlerService<Object,DragAndDropHandler<Object>>
-
- org.scijava.ui.dnd.DefaultDragAndDropService
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Disposable,Identifiable,Initializable,Locatable,Logged,HandlerService<Object,DragAndDropHandler<Object>>,HasPluginInfo,PTService<DragAndDropHandler<Object>>,RichPlugin,SciJavaPlugin,SingletonService<DragAndDropHandler<Object>>,TypedService<Object,DragAndDropHandler<Object>>,Prioritized,SciJavaService,Service,Typed<Object>,DragAndDropService,Versioned
public class DefaultDragAndDropService extends AbstractHandlerService<Object,DragAndDropHandler<Object>> implements DragAndDropService
Default service for handling drag and drop events.- Author:
- Curtis Rueden
-
-
Constructor Summary
Constructors Constructor Description DefaultDragAndDropService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonEvent(DragEnterEvent e)protected voidonEvent(DragExitEvent e)protected voidonEvent(DragOverEvent e)protected voidonEvent(DropEvent e)-
Methods inherited from class org.scijava.plugin.AbstractSingletonService
getInstance, getInstances, objectService, onEvent, onEvent
-
Methods inherited from class org.scijava.plugin.AbstractPTService
pluginService
-
Methods inherited from class org.scijava.service.AbstractService
getContext, setContext, toString
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority
-
Methods inherited from class org.scijava.AbstractContextual
context
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.Disposable
dispose
-
Methods inherited from interface org.scijava.ui.dnd.DragAndDropService
drop, drop, getHandler, getHandler, getInstances, getPluginType, getType, supports, supports
-
Methods inherited from interface org.scijava.plugin.HandlerService
getHandler, supports
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.PTService
getPlugins, getPluginService, pluginService
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.service.Service
registerEventHandlers
-
Methods inherited from interface org.scijava.plugin.SingletonService
create, filterInstances, getInstance, initialize, objectService
-
Methods inherited from interface org.scijava.plugin.TypedService
find
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(DragEnterEvent e)
-
onEvent
protected void onEvent(DragExitEvent e)
-
onEvent
protected void onEvent(DragOverEvent e)
-
onEvent
protected void onEvent(DropEvent e)
-
-