| Interface | Description |
|---|---|
| Extension |
An interface implemented by all extension classes.
|
| TaskGraphExporterInterface |
Interface used to provide dynamic discovery of taskgraph/workflow export filters.
|
| TaskGraphImporterInterface |
Interface used to provide dynamic discovery of taskgraph/workflow import filters.
|
| ToolImporterInterface |
Interface used to provide dynamic discovery of Tool or component import filters.
|
| Class | Description |
|---|---|
| AbstractFormatFilter |
Common methods used by all format filters in Triana.
|
| ExtensionManager |
The manager responsible for handling extension classes.
|
| FileImportExportDecorator |
Decorator design pattern implementation that adds import and export specific plugin functionality to file dialogs in
Triana.
|
| ImportExportRegistry |