Interface | Description |
---|---|
ExportAbortInformer |
Allows to inform interested parties performing export (plugins, etc) that
abort has been requested or issued and the process should be halted.
|
ExportProgressMonitor |
An object implementing this interface will be notified of data export
progress.
|
ExportStateMonitor |
Allows to handle different stages of the export process.
|
ImageExporter |
Image export plugin API.
|
ImagePlugin |
Common operations for all image based plugins.
|
Plugin |
Common plugin operations.
|
TextEncrypter |
Scrambling mechanism for securing text information such as user id and
password.
|
Class | Description |
---|---|
AbstractImageExporter |
Base for image export plugins.
|
AbstractImagePlugin |
Image plugin base with selector support.
|
AbstractPlugin |
Raw plugin base with configuration support.
|
AbstractPluginAdapter |
A convenience base for fast plugins that want to run ON the EDT.
|
ExportDef |
A simple struct which holds objects defining and handling generic export
process.
|
ImageExportDef |
A simple struct which holds objects defining and handling the image export
process.
|
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.