Class | Description |
---|---|
Base64 |
Used to encrypt and decrypt bytes -- string using Base64 encoding and decoding.
|
Base64.InputStream |
A InputStream will read data from another
InputStream , given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A outputStream will write data to another
OutputStream , given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
BrowserLauncher | |
ByteFormat |
A formatter for formatting byte sizes.
|
ColorPick |
A simple Colorpicker with sliders
|
ColorUtil | |
DummySSLSocketFactory |
An SSL socket factory that will let any certifacte past, even if it's expired or
not singed by a root CA.
|
Encryptor |
Encrypts and Decrypts text based on DESede keys.
|
GraphicUtils |
GraphicsUtils class defines common user-interface related
utility functions. |
ImageCombiner |
ImageCombiner
|
ModelUtil |
Utility methods frequently used by data classes and design-time
classes.
|
ResourceUtils |
Utility class to make using resources easier.
|
StringUtils |
Utility class to peform common String manipulation algorithms.
|
SwingTimerTask |
Allows for handling of TimerTask operations inside of the SwingEventThread.
|
SwingWorker |
Improvement version of the javax SwingWorker class to avoid deadlocks.
|
TaskEngine |
Performs tasks using worker threads.
|
UIComponentRegistry |
This is a registry for components that may be replaced by plugins.
|
URLFileSystem |
URLFileSystem class handles some of the most common
functionallity when working with URLs. |
WindowsFileSystemView |
WindowsFileSystemView
|
WinRegistry |
Read and Write to the Windows Registry
|