Uses of Interface
org.scijava.plugin.HandlerService
-
-
Uses of HandlerService in org.scijava.console
Subinterfaces of HandlerService in org.scijava.console Modifier and Type Interface Description interfaceConsoleServiceInterface for service that manages interaction with the console.Classes in org.scijava.console that implement HandlerService Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console. -
Uses of HandlerService in org.scijava.convert
Subinterfaces of HandlerService in org.scijava.convert Modifier and Type Interface Description interfaceConvertServiceService for converting between types using anConverterplugins.Classes in org.scijava.convert that implement HandlerService Modifier and Type Class Description classAbstractConvertServiceAbstract superclass forConvertServiceimplementations.classDefaultConvertServiceDefaultConvertServiceimplementation. -
Uses of HandlerService in org.scijava.io
Subinterfaces of HandlerService in org.scijava.io Modifier and Type Interface Description interfaceIOServiceInterface for high-level data I/O: opening and saving data.interfaceTypedIOService<D>Interface for high-level data I/O: opening and saving data of a specific type.Classes in org.scijava.io that implement HandlerService Modifier and Type Class Description classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService. -
Uses of HandlerService in org.scijava.io.location
Subinterfaces of HandlerService in org.scijava.io.location Modifier and Type Interface Description interfaceLocationServiceA service that allows resolving of URIs to Locations, usingLocationResolverplugins for translation.Classes in org.scijava.io.location that implement HandlerService Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation. -
Uses of HandlerService in org.scijava.plugin
Classes in org.scijava.plugin that implement HandlerService Modifier and Type Class Description classAbstractHandlerService<DT,PT extends HandlerPlugin<DT>>Abstract base class forHandlerServices. -
Uses of HandlerService in org.scijava.run
Subinterfaces of HandlerService in org.scijava.run Modifier and Type Interface Description interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement HandlerService Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of HandlerService in org.scijava.script
Subinterfaces of HandlerService in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderServiceClasses in org.scijava.script that implement HandlerService Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation. -
Uses of HandlerService in org.scijava.text
Subinterfaces of HandlerService in org.scijava.text Modifier and Type Interface Description interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement HandlerService Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of HandlerService in org.scijava.text.io
Subinterfaces of HandlerService in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement HandlerService Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text data -
Uses of HandlerService in org.scijava.ui.dnd
Subinterfaces of HandlerService in org.scijava.ui.dnd Modifier and Type Interface Description interfaceDragAndDropServiceInterface for service that handles drag and drop events.Classes in org.scijava.ui.dnd that implement HandlerService Modifier and Type Class Description classDefaultDragAndDropServiceDefault service for handling drag and drop events.
-