Package | Description |
---|---|
org.zimowski.bambi.editor.plugins | |
org.zimowski.bambi.editor.plugins.api |
Modifier and Type | Class and Description |
---|---|
class |
ClearTextProxy
Dummy proxy encrypter which simply passes thru original text value.
|
class |
FilesystemImageExporter
A plugin that will export current image to end user's local filesystem,
essentially providing for "image save" feature.
|
class |
FtpImageUploader
Image upload plugin utilizing FTP protocol.
|
class |
MD5Digest
One way hash encrypter utilizing MD5 digest.
|
class |
MultipartFormPostImageUploader
Sends data using
MultipartFormPost off an EDT thread keeping the GUI
responsive. |
class |
RsaCipher
Encrypter backed by RSA, making it possible to decrypt the result string.
|
class |
SHA1Digest
One way hash encrypter utilizing SHA-1 digest.
|
class |
SHA256Digest
One way hash encrypter utilizing SHA-256 digest.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImageExporter
Image export plugin API.
|
interface |
ImagePlugin
Common operations for all image based plugins.
|
interface |
TextEncrypter
Scrambling mechanism for securing text information such as user id and
password.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImageExporter
Base for image export plugins.
|
class |
AbstractImagePlugin
Image plugin base with selector support.
|
class |
AbstractPlugin
Raw plugin base with configuration support.
|
class |
AbstractPluginAdapter
A convenience base for fast plugins that want to run ON the EDT.
|
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.