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 |
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 |
HandlerService<DT,PT extends HandlerPlugin<DT>>
A service for managing
HandlerPlugin s of a particular type. |
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 |
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. |
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
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptHeaderService
Default
ScriptHeaderService implementation. |
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 |
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 |
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.