Uses of Interface
org.scijava.plugin.PTService
-
-
Uses of PTService in org.scijava.app
Subinterfaces of PTService in org.scijava.app Modifier and Type Interface Description interfaceAppServiceInterface for application-level functionality.Classes in org.scijava.app that implement PTService Modifier and Type Class Description classDefaultAppServiceDefault service for application-level functionality. -
Uses of PTService in org.scijava.command
Subinterfaces of PTService in org.scijava.command Modifier and Type Interface Description interfaceCommandServiceInterface for service that keeps track of available commands.Classes in org.scijava.command that implement PTService Modifier and Type Class Description classDefaultCommandServiceDefault service for working withCommands. -
Uses of PTService in org.scijava.console
Subinterfaces of PTService 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 PTService Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console. -
Uses of PTService in org.scijava.convert
Subinterfaces of PTService in org.scijava.convert Modifier and Type Interface Description interfaceConvertServiceService for converting between types using anConverterplugins.Classes in org.scijava.convert that implement PTService Modifier and Type Class Description classAbstractConvertServiceAbstract superclass forConvertServiceimplementations.classDefaultConvertServiceDefaultConvertServiceimplementation. -
Uses of PTService in org.scijava.io
Subinterfaces of PTService 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 PTService Modifier and Type Class Description classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService. -
Uses of PTService in org.scijava.io.handle
Subinterfaces of PTService 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 PTService Modifier and Type Class Description classDefaultDataHandleServiceDefault implementation ofDataHandleService. -
Uses of PTService in org.scijava.io.location
Subinterfaces of PTService 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 PTService Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation. -
Uses of PTService in org.scijava.options
Subinterfaces of PTService in org.scijava.options Modifier and Type Interface Description interfaceOptionsServiceInterface for the options handling service.Classes in org.scijava.options that implement PTService Modifier and Type Class Description classDefaultOptionsServiceDefault service for keeping track of the available options and their settings. -
Uses of PTService in org.scijava.platform
Subinterfaces of PTService 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 PTService Modifier and Type Class Description classDefaultPlatformServiceDefault service for handling platform-specific deployment issues. -
Uses of PTService in org.scijava.plugin
Subinterfaces of PTService in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerService<DT,PT extends HandlerPlugin<DT>>A service for managingHandlerPlugins of a particular type.interfaceSingletonService<PT extends SingletonPlugin>A service for managingSingletonPlugins of a particular type.interfaceTypedService<DT,PT extends TypedPlugin<DT>>A service for managing a particular sort ofTypedPlugin.interfaceWrapperService<DT,PT extends WrapperPlugin<DT>>A service for managingWrapperPlugins of a particular type.Classes in org.scijava.plugin that implement PTService Modifier and Type Class Description classAbstractHandlerService<DT,PT extends HandlerPlugin<DT>>Abstract base class forHandlerServices.classAbstractPTService<PT extends SciJavaPlugin>Abstract base class forPTServices.classAbstractSingletonService<PT extends SingletonPlugin>Abstract base class forSingletonServices.classAbstractTypedService<DT,PT extends TypedPlugin<DT>>Abstract base class forTypedServices.classAbstractWrapperService<DT,PT extends WrapperPlugin<DT>>Abstract base class forWrapperServices. -
Uses of PTService in org.scijava.run
Subinterfaces of PTService in org.scijava.run Modifier and Type Interface Description interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement PTService Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of PTService in org.scijava.script
Subinterfaces of PTService in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderServiceinterfaceScriptServiceInterface for service that works with scripts.Classes in org.scijava.script that implement PTService Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation.classDefaultScriptServiceDefault service for working with scripts. -
Uses of PTService in org.scijava.script.process
Subinterfaces of PTService in org.scijava.script.process Modifier and Type Interface Description interfaceScriptProcessorServiceInterface for service that processes scripts.Classes in org.scijava.script.process that implement PTService Modifier and Type Class Description classDefaultScriptProcessorServiceDefault implementation ofScriptProcessorService. -
Uses of PTService in org.scijava.text
Subinterfaces of PTService in org.scijava.text Modifier and Type Interface Description interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement PTService Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of PTService in org.scijava.text.io
Subinterfaces of PTService in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement PTService Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text data -
Uses of PTService in org.scijava.tool
Subinterfaces of PTService in org.scijava.tool Modifier and Type Interface Description interfaceToolServiceInterface for service that tracks available tools.Classes in org.scijava.tool that implement PTService 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 PTService in org.scijava.ui.dnd
Subinterfaces of PTService 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 PTService Modifier and Type Class Description classDefaultDragAndDropServiceDefault service for handling drag and drop events. -
Uses of PTService in org.scijava.widget
Subinterfaces of PTService in org.scijava.widget Modifier and Type Interface Description interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement PTService Modifier and Type Class Description classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-