| Interfaces | |
|---|---|
| ProductNames | A list of product names from JIDE Software, Inc. |
| Classes | |
|---|---|
| Base64 | Encodes and decodes to and from Base64 notation. |
| Base64.InputStream | A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream | A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. |
| BasicTransferable | A transferable implementation for the default data transfer of some Swing components. |
| CachedArrayList | This is a fast access ArrayList that sacrifices memory for speed. |
| ColorUtils | Several useful methods for Color. |
| JideFocusTracker | For internal usage only. |
| PortingUtils | A class that keeps all 1.4/1.3 different stuff. |
| SecurityUtils | A class that keeps all the security stuff so that an application can safely run in applet or webstart environment. |
| SortedList | No description provided. |
| SystemInfo | A utility class can detect OS system information. |
| ThreadCheckingRepaintManager | No description provided. |