Uses of Interface
org.scijava.plugin.TypedService
-
-
Uses of TypedService in org.scijava.console
Subinterfaces of TypedService 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 TypedService Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console. -
Uses of TypedService in org.scijava.convert
Subinterfaces of TypedService in org.scijava.convert Modifier and Type Interface Description interfaceConvertServiceService for converting between types using anConverterplugins.Classes in org.scijava.convert that implement TypedService Modifier and Type Class Description classAbstractConvertServiceAbstract superclass forConvertServiceimplementations.classDefaultConvertServiceDefaultConvertServiceimplementation. -
Uses of TypedService in org.scijava.io
Subinterfaces of TypedService 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 TypedService Modifier and Type Class Description classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService. -
Uses of TypedService in org.scijava.io.handle
Subinterfaces of TypedService in org.scijava.io.handle Modifier and Type Interface Description interfaceDataHandleServiceInterface for low-level data I/O: reading and writing bytes usingDataHandles.Classes in org.scijava.io.handle that implement TypedService Modifier and Type Class Description classDefaultDataHandleServiceDefault implementation ofDataHandleService. -
Uses of TypedService in org.scijava.io.location
Subinterfaces of TypedService 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 TypedService Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation. -
Uses of TypedService in org.scijava.plugin
Subinterfaces of TypedService in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerService<DT,PT extends HandlerPlugin<DT>>A service for managingHandlerPlugins of a particular type.interfaceWrapperService<DT,PT extends WrapperPlugin<DT>>A service for managingWrapperPlugins of a particular type.Classes in org.scijava.plugin that implement TypedService Modifier and Type Class Description classAbstractHandlerService<DT,PT extends HandlerPlugin<DT>>Abstract base class forHandlerServices.classAbstractTypedService<DT,PT extends TypedPlugin<DT>>Abstract base class forTypedServices.classAbstractWrapperService<DT,PT extends WrapperPlugin<DT>>Abstract base class forWrapperServices. -
Uses of TypedService in org.scijava.run
Subinterfaces of TypedService in org.scijava.run Modifier and Type Interface Description interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement TypedService Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of TypedService in org.scijava.script
Subinterfaces of TypedService in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderServiceClasses in org.scijava.script that implement TypedService Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation. -
Uses of TypedService in org.scijava.text
Subinterfaces of TypedService in org.scijava.text Modifier and Type Interface Description interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement TypedService Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of TypedService in org.scijava.text.io
Subinterfaces of TypedService in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement TypedService Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text data -
Uses of TypedService in org.scijava.ui.dnd
Subinterfaces of TypedService 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 TypedService Modifier and Type Class Description classDefaultDragAndDropServiceDefault service for handling drag and drop events. -
Uses of TypedService in org.scijava.widget
Subinterfaces of TypedService in org.scijava.widget Modifier and Type Interface Description interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement TypedService Modifier and Type Class Description classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-