Modifier and Type | Interface and Description |
---|---|
interface |
AppService
Interface for application-level functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAppService
Default service for application-level functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchService |
Modifier and Type | Class and Description |
---|---|
class |
FileBatchService |
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 |
IOService
Interface for high-level data I/O: opening and saving data.
|
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 . |
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 |
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 |
PlatformService
Interface for service that handles platform-specific deployment issues.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandlerService<DT,PT extends HandlerPlugin<DT>>
Abstract base class for
HandlerService s. |
class |
AbstractSingletonService<PT extends SingletonPlugin>
Abstract base class for
SingletonService s. |
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 |
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 |
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 |
TableIOService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableIOService |
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 |
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 |
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 | Interface and Description |
---|---|
interface |
LanguageSupportService
Service which manages
LanguageSupportPlugin s. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLanguageSupportService
Default
LanguageSupportService implementation. |
Copyright © 2015–2022 SciJava. All rights reserved.