Uses of Interface
org.scijava.Disposable
-
-
Uses of Disposable in org.scijava
Subinterfaces of Disposable in org.scijava Modifier and Type Interface Description interfaceGatewayClasses in org.scijava that implement Disposable Modifier and Type Class Description classAbstractGatewayAbstract superclass forGatewayimplementations.classContextTop-level SciJava application context, which initializes and maintains a list of services.classSciJavaMain entry point into SciJava. -
Uses of Disposable in org.scijava.app
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultAppServiceDefault service for application-level functionality.classDefaultStatusServiceDefault service for status notifications. -
Uses of Disposable in org.scijava.cache
Subinterfaces of Disposable in org.scijava.cache Modifier and Type Interface Description interfaceCacheServiceBase interface for cache services in SciJavaClasses in org.scijava.cache that implement Disposable Modifier and Type Class Description classDefaultCacheServiceTrivialCacheServiceimplementation. -
Uses of Disposable in org.scijava.command
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultCommandServiceDefault service for working withCommands. -
Uses of Disposable in org.scijava.console
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultConsoleServiceDefault service for managing interaction with the console. -
Uses of Disposable in org.scijava.convert
Subinterfaces of Disposable in org.scijava.convert Modifier and Type Interface Description interfaceConvertServiceService for converting between types using anConverterplugins.Classes in org.scijava.convert that implement Disposable Modifier and Type Class Description classAbstractConvertServiceAbstract superclass forConvertServiceimplementations.classDefaultConvertServiceDefaultConvertServiceimplementation. -
Uses of Disposable in org.scijava.display
Subinterfaces of Disposable in org.scijava.display Modifier and Type Interface Description interfaceDisplayServiceInterface for service that tracks availableDisplays.Classes in org.scijava.display that implement Disposable Modifier and Type Class Description classDefaultDisplayServiceDefault service for working withDisplays. -
Uses of Disposable in org.scijava.download
Subinterfaces of Disposable in org.scijava.download Modifier and Type Interface Description interfaceDownloadServiceService for managing retrieval of remote resources.Classes in org.scijava.download that implement Disposable Modifier and Type Class Description classDefaultDownloadServiceDefault implementation ofDownloadService. -
Uses of Disposable in org.scijava.event
Subinterfaces of Disposable 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 Disposable 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 Disposable in org.scijava.input
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultInputServiceDefault implementation ofInputService. -
Uses of Disposable in org.scijava.io
Subinterfaces of Disposable 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 Disposable 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 Disposable in org.scijava.io.handle
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultDataHandleServiceDefault implementation ofDataHandleService. -
Uses of Disposable in org.scijava.io.location
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultLocationServiceDefaultLocationServiceimplementation. -
Uses of Disposable in org.scijava.io.nio
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultNIOServiceDefault service for working with thejava.niopackage, particularly NIOByteBufferobjects. -
Uses of Disposable in org.scijava.log
Subinterfaces of Disposable in org.scijava.log Modifier and Type Interface Description interfaceLogServiceInterface for the logging service.Classes in org.scijava.log that implement Disposable Modifier and Type Class Description classAbstractLogServiceBase class forLogServiceimplementations.classStderrLogServiceImplementation ofLogServiceusing the standard error stream. -
Uses of Disposable in org.scijava.main
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultMainServiceDefault implementation ofMainService. -
Uses of Disposable in org.scijava.menu
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultMenuServiceDefault service for keeping track of the application's menu structure. -
Uses of Disposable in org.scijava.module
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultModuleServiceDefault service for keeping track of and executing available modules. -
Uses of Disposable in org.scijava.object
Subinterfaces of Disposable in org.scijava.object Modifier and Type Interface Description interfaceObjectServiceInterface for object management service.Classes in org.scijava.object that implement Disposable Modifier and Type Class Description classDefaultObjectServiceDefault service for keeping track of registered objects. -
Uses of Disposable in org.scijava.options
Subinterfaces of Disposable in org.scijava.options Modifier and Type Interface Description interfaceOptionsServiceInterface for the options handling service.Classes in org.scijava.options that implement Disposable Modifier and Type Class Description classDefaultOptionsServiceDefault service for keeping track of the available options and their settings. -
Uses of Disposable in org.scijava.parse
Subinterfaces of Disposable in org.scijava.parse Modifier and Type Interface Description interfaceParseServiceInterface for service that parses strings.Classes in org.scijava.parse that implement Disposable Modifier and Type Class Description classDefaultParseServiceDefault service for parsing strings. -
Uses of Disposable in org.scijava.platform
Subinterfaces of Disposable in org.scijava.platform Modifier and Type Interface Description interfaceAppEventServiceDeprecated.UseAppServiceandAppinstead.interfacePlatformAn interface for configuring a specific deployment platform, defined by criteria such as operating system, machine architecture or Java version.interfacePlatformServiceInterface for service that handles platform-specific deployment issues.Classes in org.scijava.platform that implement Disposable Modifier and Type Class Description classAbstractPlatformAbstract superclass of platform implementations.classDefaultAppEventServiceDeprecated.UseAppServiceandAppinstead.classDefaultPlatformA platform implementation for default handling of platform issues.classDefaultPlatformServiceDefault service for handling platform-specific deployment issues. -
Uses of Disposable in org.scijava.plugin
Subinterfaces of Disposable in org.scijava.plugin Modifier and Type Interface Description interfaceHandlerService<DT,PT extends HandlerPlugin<DT>>A service for managingHandlerPlugins of a particular type.interfacePluginServiceInterface for service that keeps track of available plugins.interfacePTService<PT extends SciJavaPlugin>A service for managing a particular sort ofSciJavaPlugin.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 Disposable 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.classDefaultPluginServiceDefault service for keeping track of available plugins. -
Uses of Disposable in org.scijava.prefs
Subinterfaces of Disposable in org.scijava.prefs Modifier and Type Interface Description interfacePrefServiceServicefor storing and retrieving arbitrary preferences.Classes in org.scijava.prefs that implement Disposable Modifier and Type Class Description classAbstractPrefServiceAbstractPrefServiceimplementation.classDefaultPrefServiceDefaultPrefServiceimplementation, which persists preferences to disk using thePreferencesAPI. -
Uses of Disposable in org.scijava.run
Subinterfaces of Disposable in org.scijava.run Modifier and Type Interface Description interfaceRunServiceInterface for service that manages availableCodeRunnerplugins.Classes in org.scijava.run that implement Disposable Modifier and Type Class Description classDefaultRunServiceDefault service for managing availableCodeRunnerplugins. -
Uses of Disposable in org.scijava.script
Subinterfaces of Disposable in org.scijava.script Modifier and Type Interface Description interfaceScriptHeaderServiceinterfaceScriptServiceInterface for service that works with scripts.Classes in org.scijava.script that implement Disposable Modifier and Type Class Description classDefaultScriptHeaderServiceDefaultScriptHeaderServiceimplementation.classDefaultScriptServiceDefault service for working with scripts. -
Uses of Disposable in org.scijava.script.process
Subinterfaces of Disposable in org.scijava.script.process Modifier and Type Interface Description interfaceScriptProcessorServiceInterface for service that processes scripts.Classes in org.scijava.script.process that implement Disposable Modifier and Type Class Description classDefaultScriptProcessorServiceDefault implementation ofScriptProcessorService. -
Uses of Disposable in org.scijava.service
Subinterfaces of Disposable in org.scijava.service Modifier and Type Interface Description interfaceSciJavaServiceMarker interface for core SciJava CommonServices.interfaceServiceA SciJava service, for a particular area of functionality.Classes in org.scijava.service that implement Disposable Modifier and Type Class Description classAbstractServiceAbstract superclass ofServiceimplementations. -
Uses of Disposable in org.scijava.startup
Subinterfaces of Disposable in org.scijava.startup Modifier and Type Interface Description interfaceStartupServiceInterface for service managing startup operations.Classes in org.scijava.startup that implement Disposable Modifier and Type Class Description classDefaultStartupServiceDefault implementation ofStartupService. -
Uses of Disposable in org.scijava.task
Subinterfaces of Disposable in org.scijava.task Modifier and Type Interface Description interfaceTaskServiceService for working withTasks.Classes in org.scijava.task that implement Disposable Modifier and Type Class Description classDefaultTaskServiceDefault implementation ofTaskService. -
Uses of Disposable in org.scijava.text
Subinterfaces of Disposable in org.scijava.text Modifier and Type Interface Description interfaceTextServiceInterface for service that works with text formats.Classes in org.scijava.text that implement Disposable Modifier and Type Class Description classDefaultTextServiceDefault service for working with text formats. -
Uses of Disposable in org.scijava.text.io
Subinterfaces of Disposable in org.scijava.text.io Modifier and Type Interface Description interfaceTextIOServiceTypedIOServicefor opening and saving text dataClasses in org.scijava.text.io that implement Disposable Modifier and Type Class Description classDefaultTextIOServiceDefaultTextIOServiceimplementation for opening and saving text data -
Uses of Disposable in org.scijava.thread
Subinterfaces of Disposable in org.scijava.thread Modifier and Type Interface Description interfaceThreadServiceInterface for the thread handling service.Classes in org.scijava.thread that implement Disposable Modifier and Type Class Description classDefaultThreadServiceDefault service for managing active threads. -
Uses of Disposable in org.scijava.tool
Subinterfaces of Disposable in org.scijava.tool Modifier and Type Interface Description interfaceIconServiceinterfaceToolServiceInterface for service that tracks available tools.Classes in org.scijava.tool that implement Disposable 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 Disposable in org.scijava.ui
Subinterfaces of Disposable in org.scijava.ui Modifier and Type Interface Description interfaceUIServiceInterface for service that handles user interfaces.interfaceUserInterfaceAn end-user SciJava application user interface.Classes in org.scijava.ui that implement Disposable Modifier and Type Class Description classAbstractUserInterfaceAbstract superclass forUserInterfaceimplementations.classDefaultUIServiceDefault service for handling SciJava user interfaces. -
Uses of Disposable in org.scijava.ui.dnd
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultDragAndDropServiceDefault service for handling drag and drop events. -
Uses of Disposable in org.scijava.ui.headless
Classes in org.scijava.ui.headless that implement Disposable Modifier and Type Class Description classHeadlessDisplayViewerA display viewer used when running headless.classHeadlessUIA no-op user interface used when the application is running headless. -
Uses of Disposable in org.scijava.ui.headlessUI
Classes in org.scijava.ui.headlessUI that implement Disposable Modifier and Type Class Description classHeadlessUIDeprecated.UseHeadlessUIinstead. -
Uses of Disposable in org.scijava.ui.viewer
Subinterfaces of Disposable in org.scijava.ui.viewer Modifier and Type Interface Description interfaceDisplayViewer<T>A display viewer is a UI widget that shows a display to a user.Classes in org.scijava.ui.viewer that implement Disposable Modifier and Type Class Description classAbstractDisplayViewer<T>The AbstractDisplayViewer provides some basic generic implementations for a DisplayViewer such as storing and providing the display, window and panel for a DisplayViewer. -
Uses of Disposable in org.scijava.ui.viewer.text
Subinterfaces of Disposable in org.scijava.ui.viewer.text Modifier and Type Interface Description interfaceTextDisplayViewerA display viewer forStrings.Classes in org.scijava.ui.viewer.text that implement Disposable Modifier and Type Class Description classAbstractTextDisplayViewerImplements the UI-independent elements of a text viewer. -
Uses of Disposable in org.scijava.welcome
Subinterfaces of Disposable 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 Disposable Modifier and Type Class Description classDefaultWelcomeServiceDefault service for displaying the welcome greeting. -
Uses of Disposable in org.scijava.widget
Subinterfaces of Disposable in org.scijava.widget Modifier and Type Interface Description interfaceWidgetServiceInterface for services that manage availableInputWidgets.Classes in org.scijava.widget that implement Disposable Modifier and Type Class Description classDefaultWidgetServiceDefault service for managing availableInputWidgets.
-