Modifier and Type | Interface and Description |
---|---|
interface |
Gateway
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGateway
Abstract superclass for
Gateway implementations. |
class |
Context
Top-level SciJava application context, which initializes and maintains a list
of services.
|
class |
SciJava
Main entry point into SciJava.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AppService
Interface for application-level functionality.
|
interface |
StatusService
Interface for the status notification service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppService
Default service for application-level functionality.
|
class |
DefaultStatusService
Default service for status notifications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchService |
Modifier and Type | Class and Description |
---|---|
class |
FileBatchService |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheService
Base interface for cache services in SciJava
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheService
Trivial
CacheService implementation. |
class |
GuavaCacheService
CacheService implementation wrapping a guava Cache . |
Modifier and Type | Interface and Description |
---|---|
interface |
CommandService
Interface for service that keeps track of available commands.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandService
Default service for working with
Command s. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConsoleService
Interface for service that manages interaction with the console.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConsoleService
Default service for managing interaction with the console.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConvertService
Service for converting between types using an extensible plugin:
Converter . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConvertService
Abstract superclass for
ConvertService implementations. |
class |
DefaultConvertService
Default
ConvertService implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
DisplayService
Interface for service that tracks available
Display s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDisplayService
Default service for working with
Display s. |
Modifier and Type | Interface and Description |
---|---|
interface |
DownloadService
Service for managing retrieval of remote resources.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDownloadService
Default implementation of
DownloadService . |
Modifier and Type | Interface and Description |
---|---|
interface |
EventHistory
Interface for service that keeps a history of SciJava events.
|
interface |
EventService
Interface for the event handling service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventHistory
Default service for keeping a history of SciJava events.
|
class |
DefaultEventService
Default service for publishing and subscribing to SciJava events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GrabService
Interface for services which acquire dependencies at runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGrabService
Default implementation of
GrabService . |
Modifier and Type | Interface and Description |
---|---|
interface |
InputService
Interface for service that tracks the current status of input devices
(keyboard and mouse in particular).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInputService
Default implementation of
InputService . |
Modifier and Type | Interface and Description |
---|---|
interface |
IOService
Interface for high-level data I/O: opening and saving data.
|
interface |
RecentFileService
Interface for services that manage the Recently Used Files menu.
|
interface |
TypedIOService<D>
Interface for high-level data I/O: opening and saving data of a specific type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTypedIOService<D>
Abstract base class for typed
IOPlugin s. |
class |
DefaultIOService
Default implementation of
IOService . |
class |
DefaultRecentFileService
Default service for managing the Recently Used Files menu.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataHandleService
Interface for low-level data I/O: reading and writing bytes using
DataHandle s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataHandleService
Default implementation of
DataHandleService . |
Modifier and Type | Interface and Description |
---|---|
interface |
LocationService
A service that allows resolving of URIs to Locations, using
LocationResolver plugins for translation. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocationService
Default
LocationService implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
NIOService
Interface for services that work with the
java.nio package,
particularly NIO ByteBuffer objects. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNIOService
Default service for working with the
java.nio package, particularly
NIO ByteBuffer objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
Java3DService
Interface for services which work with Java 3D.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJava3DService
Default service for working with Java 3D.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogService
Interface for the logging service.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogService
Base class for
LogService implementations. |
class |
StderrLogService
Implementation of
LogService using the standard error stream. |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLogService
Logging service implemented using SLF4J.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MainService
Interface for services which manage dynamic execution of main methods.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMainService
Default implementation of
MainService . |
Modifier and Type | Interface and Description |
---|---|
interface |
MenuService
Interface for service that tracks the application's menu structure.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMenuService
Default service for keeping track of the application's menu structure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModuleService
Interface for service that tracks and executes available modules.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultModuleService
Default service for keeping track of and executing available modules.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectService
Interface for object management service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectService
Default service for keeping track of registered objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OptionsService
Interface for the options handling service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOptionsService
Default service for keeping track of the available options and their
settings.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParseService
Interface for service that parses strings.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultParseService
Default service for parsing strings.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AppEventService
Deprecated.
Use
AppService and App instead. |
interface |
Platform
An interface for configuring a specific deployment platform, defined by
criteria such as operating system, machine architecture or Java version.
|
interface |
PlatformService
Interface for service that handles platform-specific deployment issues.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlatform
Abstract superclass of platform implementations.
|
class |
DefaultAppEventService
Deprecated.
Use
AppService and App instead. |
class |
DefaultPlatform
A platform implementation for default handling of platform issues.
|
class |
DefaultPlatformService
Default service for handling platform-specific deployment issues.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HandlerService<DT,PT extends HandlerPlugin<DT>>
A service for managing
HandlerPlugin s of a particular type. |
interface |
PluginService
Interface for service that keeps track of available plugins.
|
interface |
PTService<PT extends SciJavaPlugin>
A service for managing a particular sort of
SciJavaPlugin . |
interface |
SingletonService<PT extends SingletonPlugin>
A service for managing
SingletonPlugin s of a particular type. |
interface |
TypedService<DT,PT extends TypedPlugin<DT>>
A service for managing a particular sort of
TypedPlugin . |
interface |
WrapperService<DT,PT extends WrapperPlugin<DT>>
A service for managing
WrapperPlugin s of a particular type. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandlerService<DT,PT extends HandlerPlugin<DT>>
Abstract base class for
HandlerService s. |
class |
AbstractPTService<PT extends SciJavaPlugin>
Abstract base class for
PTService s. |
class |
AbstractSingletonService<PT extends SingletonPlugin>
Abstract base class for
SingletonService s. |
class |
AbstractTypedService<DT,PT extends TypedPlugin<DT>>
Abstract base class for
TypedService s. |
class |
AbstractWrapperService<DT,PT extends WrapperPlugin<DT>>
Abstract base class for
WrapperService s. |
class |
DefaultPluginService
Default service for keeping track of available plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
MacOSPlatform
A platform implementation for handling Apple macOS platform issues:
Application events are rebroadcast as ImageJ events.
macOS screen menu bar is enabled.
Special screen menu bar menu items are handled.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowsPlatform
A platform implementation for handling Windows platform issues.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MATLABService
Service performing any utility operations required for MATLAB. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMATLABService
Default
MATLABService implementation. |
Modifier and Type | Interface and Description |
---|---|
interface |
PrefService
Service for storing and retrieving arbitrary preferences. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrefService
Abstract
PrefService implementation. |
class |
DefaultPrefService
Default
PrefService implementation, which persists preferences to
disk using the Preferences API. |
Modifier and Type | Interface and Description |
---|---|
interface |
RunService
Interface for service that manages available
CodeRunner plugins. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRunService
Default service for managing available
CodeRunner plugins. |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptHeaderService
|
interface |
ScriptService
Interface for service that works with scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptHeaderService
Default
ScriptHeaderService implementation. |
class |
DefaultScriptService
Default service for working with scripts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptProcessorService
Interface for service that processes scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptProcessorService
Default implementation of
ScriptProcessorService . |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchService
A service that performs asynchronous searches.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSearchService
Default implementation of
SearchService . |
Modifier and Type | Interface and Description |
---|---|
interface |
JavadocService
Service for mapping packages to Javadoc URLs.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavadocService
Default implementation of
JavadocService . |
Modifier and Type | Interface and Description |
---|---|
interface |
SciJavaService
Marker interface for core SciJava Common
Service s. |
interface |
Service
A SciJava service, for a particular area of functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
Abstract superclass of
Service implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
StartupService
Interface for service managing startup operations.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStartupService
Default implementation of
StartupService . |
Modifier and Type | Interface and Description |
---|---|
interface |
TableIOService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableIOService |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskService
Service for working with
Task s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTaskService
Default implementation of
TaskService . |
Modifier and Type | Interface and Description |
---|---|
interface |
TextService
Interface for service that works with text formats.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTextService
Default service for working with text formats.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextIOService
TypedIOService for opening and saving text data |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTextIOService
Default
TextIOService implementation for opening and saving text data |
Modifier and Type | Interface and Description |
---|---|
interface |
ThreadService
Interface for the thread handling service.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultThreadService
Default service for managing active threads.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IconService
|
interface |
ToolService
Interface for service that tracks available tools.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolService
Default service for keeping track of available tools, including which tool is
active, and delegating UI events to the active tool.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UIService
Interface for service that handles user interfaces.
|
interface |
UserInterface
An end-user SciJava application user interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserInterface
Abstract superclass for
UserInterface implementations. |
class |
DefaultUIService
Default service for handling SciJava user interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
AWTUI
AWT-based user interface for ImageJ.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DragAndDropService
Interface for service that handles drag and drop events.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDragAndDropService
Default service for handling drag and drop events.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadlessDisplayViewer
A display viewer used when running headless.
|
class |
HeadlessUI
A no-op user interface used when the application is running headless.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingUI
Abstract superclass for Swing-based user interfaces.
|
class |
SwingIconService
Swing implementation of the
IconService . |
Modifier and Type | Class and Description |
---|---|
class |
SwingMdiUI
Swing-based MDI user interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LanguageSupportService
Service which manages
LanguageSupportPlugin s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLanguageSupportService
Default
LanguageSupportService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
SwingSDIUI
Swing-based MDI user interface.
|
Modifier and Type | Class and Description |
---|---|
class |
EasySwingDisplayViewer<T>
|
Modifier and Type | Class and Description |
---|---|
class |
SwingTableDisplayViewer
|
Modifier and Type | Class and Description |
---|---|
class |
SwingTextDisplayViewer
A Swing text display viewer, which displays strings in a simple text panel.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DisplayViewer<T>
A display viewer is a UI widget that shows a display to a user.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDisplayViewer<T>
The AbstractDisplayViewer provides some basic generic implementations for a
DisplayViewer such as storing and providing the display, window and panel for
a DisplayViewer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TableDisplayViewer
A display viewer for a display of
Table s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableDisplayViewer
Implements the UI-independent elements of a
Table viewer. |
Modifier and Type | Interface and Description |
---|---|
interface |
TextDisplayViewer
A display viewer for
String s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextDisplayViewer
Implements the UI-independent elements of a text viewer.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WelcomeService
Interface for services to display the welcome greeting when the UI is shown
for the first time.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWelcomeService
Default service for displaying the welcome greeting.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WidgetService
Interface for services that manage available
InputWidget s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWidgetService
Default service for managing available
InputWidget s. |
Copyright © 2015–2022 SciJava. All rights reserved.