Uses of Interface
org.scijava.service.SciJavaService
-
-
Uses of SciJavaService in org.scijava.app
Subinterfaces of SciJavaService in org.scijava.app Modifier and Type Interface Description interfaceAppServiceInterface for application-level functionality.interfaceStatusServiceInterface for the status notification service.Classes in org.scijava.app that implement SciJavaService Modifier and Type Class Description classDefaultAppServiceDefault service for application-level functionality.classDefaultStatusServiceDefault service for status notifications. -
Uses of SciJavaService in org.scijava.cache
Subinterfaces of SciJavaService in org.scijava.cache Modifier and Type Interface Description interfaceCacheServiceBase interface for cache services in SciJavaClasses in org.scijava.cache that implement SciJavaService Modifier and Type Class Description classDefaultCacheServiceTrivialCacheServiceimplementation. -
Uses of SciJavaService in org.scijava.command
Subinterfaces of SciJavaService 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 SciJavaService Modifier and Type Class Description classDefaultCommandServiceDefault service for working withCommands. -
Uses of SciJavaService in org.scijava.console
Subinterfaces of SciJavaService 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 SciJavaService Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console. -
Uses of SciJavaService in org.scijava.convert
Subinterfaces of SciJavaService in org.scijava.convert Modifier and Type Interface Description interfaceConvertServiceService for converting between types using anConverterplugins.Classes in org.scijava.convert that implement SciJavaService Modifier and Type Class Description classAbstractConvertServiceAbstract superclass forConvertServiceimplementations.classDefaultConvertServiceDefaultConvertServiceimplementation. -
Uses of SciJavaService in org.scijava.display
Subinterfaces of SciJavaService in org.scijava.display Modifier and Type Interface Description interfaceDisplayServiceInterface for service that tracks availableDisplays.Classes in org.scijava.display that implement SciJavaService Modifier and Type Class Description classDefaultDisplayServiceDefault service for working withDisplays. -
Uses of SciJavaService in org.scijava.download
Subinterfaces of SciJavaService in org.scijava.download Modifier and Type Interface Description interfaceDownloadServiceService for managing retrieval of remote resources.Classes in org.scijava.download that implement SciJavaService Modifier and Type Class Description classDefaultDownloadServiceDefault implementation ofDownloadService. -
Uses of SciJavaService in org.scijava.event
Subinterfaces of SciJavaService in org.scijava.event Modifier and Type Interface Description interfaceEventHistoryInterface for service that keeps a history of SciJava events.interfaceEventServiceInterface for the event handling service.Classes in org.scijava.event that implement SciJavaService Modifier and Type Class Description classDefaultEventHistoryDefault service for keeping a history of SciJava events.classDefaultEventServiceDefault service for publishing and subscribing to SciJava events. -
Uses of SciJavaService in org.scijava.input
Subinterfaces of SciJavaService in org.scijava.input Modifier and Type Interface Description interfaceInputServiceInterface for service that tracks the current status of input devices (keyboard and mouse in particular).Classes in org.scijava.input that implement SciJavaService Modifier and Type Class Description classDefaultInputServiceDefault implementation ofInputService. -
Uses of SciJavaService in org.scijava.io
Subinterfaces of SciJavaService in org.scijava.io Modifier and Type Interface Description interfaceIOServiceInterface for high-level data I/O: opening and saving data.interfaceRecentFileServiceInterface for services that manage the Recently Used Files menu.interfaceTypedIOService<D>Interface for high-level data I/O: opening and saving data of a specific type.Classes in org.scijava.io that implement SciJavaService Modifier and Type Class Description classAbstractTypedIOService<D>Abstract base class for typedIOPlugins.classDefaultIOServiceDefault implementation ofIOService.classDefaultRecentFileServiceDefault service for managing the Recently Used Files menu. -
Uses of SciJavaService in org.scijava.io.handle
Subinterfaces of SciJavaService 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 SciJavaService Modifier and Type Class Description classDefaultDataHandleServiceDefault implementation ofDataHandleService. -
Uses of SciJavaService in org.scijava.io.location
Subinterfaces of SciJavaService 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 SciJavaService Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation. -
Uses of SciJavaService in org.scijava.io.nio
Subinterfaces of SciJavaService in org.scijava.io.nio Modifier and Type Interface Description interfaceNIOServiceInterface for services that work with thejava.niopackage, particularly NIOByteBufferobjects.Classes in org.scijava.io.nio that implement SciJavaService Modifier and Type Class Description classDefaultNIOServiceDefault service for working with thejava.niopackage, particularly NIOByteBufferobjects. -
Uses of SciJavaService in org.scijava.log
Subinterfaces of SciJavaService in org.scijava.log Modifier and Type Interface Description interfaceLogServiceInterface for the logging service.Classes in org.scijava.log that implement SciJavaService Modifier and Type Class Description classAbstractLogServiceBase class forLogServiceimplementations.classStderrLogServiceImplementation ofLogServiceusing the standard error stream. -
Uses of SciJavaService in org.scijava.main
Subinterfaces of SciJavaService in org.scijava.main Modifier and Type Interface Description interfaceMainServiceInterface for services which manage dynamic execution of main methods.Classes in org.scijava.main that implement SciJavaService Modifier and Type Class Description classDefaultMainServiceDefault implementation ofMainService. -
Uses of SciJavaService in org.scijava.menu
Subinterfaces of SciJavaService in org.scijava.menu Modifier and Type Interface Description interfaceMenuServiceInterface for service that tracks the application's menu structure.Classes in org.scijava.menu that implement SciJavaService Modifier and Type Class Description classDefaultMenuServiceDefault service for keeping track of the application's menu structure. -
Uses of SciJavaService in org.scijava.module
Subinterfaces of SciJavaService in org.scijava.module Modifier and Type Interface Description interfaceModuleServiceInterface for service that tracks and executes available modules.Classes in org.scijava.module that implement SciJavaService Modifier and Type Class Description classDefaultModuleServiceDefault service for keeping track of and executing available modules. -
Uses of SciJavaService in org.scijava.object
Subinterfaces of SciJavaService in org.scijava.object Modifier and Type Interface Description interfaceObjectServiceInterface for object management service.Classes in org.scijava.object that implement SciJavaService Modifier and Type Class Description classDefaultObjectServiceDefault service for keeping track of registered objects. -
Uses of SciJavaService in org.scijava.options
Subinterfaces of SciJavaService in org.scijava.options Modifier and Type Interface Description interfaceOptionsServiceInterface for the options handling service.Classes in org.scijava.options that implement SciJavaService Modifier and Type Class Description classDefaultOptionsServiceDefault service for keeping track of the available options and their settings. -
Uses of SciJavaService in org.scijava.parse
Subinterfaces of SciJavaService in org.scijava.parse Modifier and Type Interface Description interfaceParseServiceInterface for service that parses strings.Classes in org.scijava.parse that implement SciJavaService Modifier and Type Class Description classDefaultParseServiceDefault service for parsing strings. -
Uses of SciJavaService in org.scijava.platform
Subinterfaces of SciJavaService in org.scijava.platform Modifier and Type Interface Description interfaceAppEventServiceDeprecated.UseAppServiceandAppinstead.interfacePlatformServiceInterface for service that handles platform-specific deployment issues.Classes in org.scijava.platform that implement SciJavaService Modifier and Type Class Description classDefaultAppEventServiceDeprecated.UseAppServiceandAppinstead.classDefaultPlatformServiceDefault service for handling platform-specific deployment issues. -
Uses of SciJavaService in org.scijava.plugin
Subinterfaces of SciJavaService in org.scijava.plugin Modifier and Type Interface Description interfacePluginServiceInterface for service that keeps track of available plugins.Classes in org.scijava.plugin that implement SciJavaService Modifier and Type Class Description classDefaultPluginServiceDefault service for keeping track of available plugins. -
Uses of SciJavaService in org.scijava.prefs
Subinterfaces of SciJavaService in org.scijava.prefs Modifier and Type Interface Description interfacePrefServiceServicefor storing and retrieving arbitrary preferences.Classes in org.scijava.prefs that implement SciJavaService Modifier and Type Class Description classAbstractPrefServiceAbstractPrefServiceimplementation.classDefaultPrefServiceDefaultPrefServiceimplementation, which persists preferences to disk using thePreferencesAPI. -
Uses of SciJavaService in org.scijava.run
Subinterfaces of SciJavaService in org.scijava.run Modifier and Type Interface Description interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement SciJavaService Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of SciJavaService in org.scijava.script
Subinterfaces of SciJavaService in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderServiceinterfaceScriptServiceInterface for service that works with scripts.Classes in org.scijava.script that implement SciJavaService Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation.classDefaultScriptServiceDefault service for working with scripts. -
Uses of SciJavaService in org.scijava.script.process
Subinterfaces of SciJavaService in org.scijava.script.process Modifier and Type Interface Description interfaceScriptProcessorServiceInterface for service that processes scripts.Classes in org.scijava.script.process that implement SciJavaService Modifier and Type Class Description classDefaultScriptProcessorServiceDefault implementation ofScriptProcessorService. -
Uses of SciJavaService in org.scijava.startup
Subinterfaces of SciJavaService in org.scijava.startup Modifier and Type Interface Description interfaceStartupServiceInterface for service managing startup operations.Classes in org.scijava.startup that implement SciJavaService Modifier and Type Class Description classDefaultStartupServiceDefault implementation ofStartupService. -
Uses of SciJavaService in org.scijava.task
Subinterfaces of SciJavaService in org.scijava.task Modifier and Type Interface Description interfaceTaskServiceService for working withTasks.Classes in org.scijava.task that implement SciJavaService Modifier and Type Class Description classDefaultTaskServiceDefault implementation ofTaskService. -
Uses of SciJavaService in org.scijava.text
Subinterfaces of SciJavaService in org.scijava.text Modifier and Type Interface Description interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement SciJavaService Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of SciJavaService in org.scijava.text.io
Subinterfaces of SciJavaService in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement SciJavaService Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text data -
Uses of SciJavaService in org.scijava.thread
Subinterfaces of SciJavaService in org.scijava.thread Modifier and Type Interface Description interfaceThreadServiceInterface for the thread handling service.Classes in org.scijava.thread that implement SciJavaService Modifier and Type Class Description classDefaultThreadServiceDefault service for managing active threads. -
Uses of SciJavaService in org.scijava.tool
Subinterfaces of SciJavaService in org.scijava.tool Modifier and Type Interface Description interfaceIconServiceinterfaceToolServiceInterface for service that tracks available tools.Classes in org.scijava.tool that implement SciJavaService 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 SciJavaService in org.scijava.ui
Subinterfaces of SciJavaService in org.scijava.ui Modifier and Type Interface Description interfaceUIServiceInterface for service that handles user interfaces.Classes in org.scijava.ui that implement SciJavaService Modifier and Type Class Description classDefaultUIServiceDefault service for handling SciJava user interfaces. -
Uses of SciJavaService in org.scijava.ui.dnd
Subinterfaces of SciJavaService 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 SciJavaService Modifier and Type Class Description classDefaultDragAndDropServiceDefault service for handling drag and drop events. -
Uses of SciJavaService in org.scijava.welcome
Subinterfaces of SciJavaService in org.scijava.welcome Modifier and Type Interface Description interfaceWelcomeServiceInterface for services to display the welcome greeting when the UI is shown for the first time.Classes in org.scijava.welcome that implement SciJavaService Modifier and Type Class Description classDefaultWelcomeServiceDefault service for displaying the welcome greeting. -
Uses of SciJavaService in org.scijava.widget
Subinterfaces of SciJavaService in org.scijava.widget Modifier and Type Interface Description interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement SciJavaService Modifier and Type Class Description classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-