Uses of Interface
org.scijava.plugin.SingletonService
-
-
Uses of SingletonService in org.scijava.app
Subinterfaces of SingletonService in org.scijava.app Modifier and Type Interface Description interfaceAppServiceInterface for application-level functionality.Classes in org.scijava.app that implement SingletonService Modifier and Type Class Description classDefaultAppServiceDefault service for application-level functionality. -
Uses of SingletonService in org.scijava.console
Subinterfaces of SingletonService 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 SingletonService Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console. -
Uses of SingletonService in org.scijava.convert
Subinterfaces of SingletonService in org.scijava.convert Modifier and Type Interface Description interfaceConvertServiceService for converting between types using anConverterplugins.Classes in org.scijava.convert that implement SingletonService Modifier and Type Class Description classAbstractConvertServiceAbstract superclass forConvertServiceimplementations.classDefaultConvertServiceDefaultConvertServiceimplementation. -
Uses of SingletonService in org.scijava.io
Subinterfaces of SingletonService 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 SingletonService Modifier and Type Class Description classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService. -
Uses of SingletonService in org.scijava.io.location
Subinterfaces of SingletonService 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 SingletonService Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation. -
Uses of SingletonService in org.scijava.options
Subinterfaces of SingletonService in org.scijava.options Modifier and Type Interface Description interfaceOptionsServiceInterface for the options handling service.Classes in org.scijava.options that implement SingletonService Modifier and Type Class Description classDefaultOptionsServiceDefault service for keeping track of the available options and their settings. -
Uses of SingletonService in org.scijava.platform
Subinterfaces of SingletonService in org.scijava.platform Modifier and Type Interface Description interfacePlatformServiceInterface for service that handles platform-specific deployment issues.Classes in org.scijava.platform that implement SingletonService Modifier and Type Class Description classDefaultPlatformServiceDefault service for handling platform-specific deployment issues. -
Uses of SingletonService in org.scijava.plugin
Subinterfaces of SingletonService in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerService<DT,PT extends HandlerPlugin<DT>>A service for managingHandlerPlugins of a particular type.Classes in org.scijava.plugin that implement SingletonService Modifier and Type Class Description classAbstractHandlerService<DT,PT extends HandlerPlugin<DT>>Abstract base class forHandlerServices.classAbstractSingletonService<PT extends SingletonPlugin>Abstract base class forSingletonServices. -
Uses of SingletonService in org.scijava.run
Subinterfaces of SingletonService in org.scijava.run Modifier and Type Interface Description interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement SingletonService Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of SingletonService in org.scijava.script
Subinterfaces of SingletonService in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderServiceinterfaceScriptServiceInterface for service that works with scripts.Classes in org.scijava.script that implement SingletonService Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation.classDefaultScriptServiceDefault service for working with scripts. -
Uses of SingletonService in org.scijava.text
Subinterfaces of SingletonService in org.scijava.text Modifier and Type Interface Description interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement SingletonService Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of SingletonService in org.scijava.text.io
Subinterfaces of SingletonService in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement SingletonService Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text data -
Uses of SingletonService in org.scijava.tool
Subinterfaces of SingletonService in org.scijava.tool Modifier and Type Interface Description interfaceToolServiceInterface for service that tracks available tools.Classes in org.scijava.tool that implement SingletonService Modifier and Type Class Description classDefaultToolServiceDefault service for keeping track of available tools, including which tool is active, and delegating UI events to the active tool. -
Uses of SingletonService in org.scijava.ui.dnd
Subinterfaces of SingletonService 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 SingletonService Modifier and Type Class Description classDefaultDragAndDropServiceDefault service for handling drag and drop events.
-