See: Description
| Interface | Description |
|---|---|
| PersistenceUtilsCallback |
This interface is used by several PersistenceUtils classes inside JIDE to register a callback when writing or reading
the xml element.
|
| PersistenceUtilsCallback.Load | |
| PersistenceUtilsCallback.Save | |
| ProductNames |
A list of product names from JIDE Software, Inc.
|
| RegistrationListener |
The listener interface for receiving registration change events.
|
| ResourceProvider | |
| WildcardSupport |
| Class | Description |
|---|---|
| AbstractWildcardSupport |
Abstract implementation of
WildcardSupport. |
| ActionSupportForJDK5 |
In JDK6, Swing adds three new properties on Action class: SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY and LARGE_ICON.
|
| 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.
|
| BigDecimalMathUtils |
A collection of several util methods related to BigDecimal.
|
| BooleanUtils | |
| CachedArrayList<E> |
This is a fast access ArrayList that sacrifices memory for speed.
|
| CachedArrayList.IntegerWrapper | |
| CachedVector<E> |
This is a fast access Vector that sacrifices memory for speed.
|
| CachedVector.IntegerWrapper | |
| CacheMap<T,K> |
CacheMap is a two-level HashMap. |
| ColorUtils |
Several useful methods for Color.
|
| DateUtils |
DateUtils contains many useful methods related to Date and Calendar. |
| DefaultWildcardSupport |
Default implementation of
WildcardSupport. |
| HtmlUtils | |
| JideFocusTracker |
For internal usage only.
|
| LoggerUtils |
LoggerUtils contains two methods to allow logger to print certain level of message to console.
|
| MathUtils |
A collection of several util methods related to Math.
|
| PortingUtils |
A class that keeps all 1.4/1.3 different stuff.
|
| ReflectionUtils |
Utility class to use reflection to call methods.
|
| RegistrationEvent |
An
AWTEvent that adds support for registration objects as the event source. |
| SecurityUtils |
A class that keeps all the security stuff so that an application can safely run in applet or webstart environment.
|
| SortedList<E> | |
| StringUtils | |
| SwingPropertyChangeSupport |
This subclass of
java.beans.PropertyChangeSupport is almost identical in functionality. |
| SwingWorker<T,V> |
An abstract class to perform lengthy GUI-interacting tasks in a dedicated thread.
|
| SystemInfo |
A utility class can detect OS system information.
|
| SystemInfo.JavaVersion | |
| ThreadCheckingRepaintManager |
For usage of this class, please refer to http://weblogs.java.net/blog/alexfromsun/archive/2006/02/debugging_swing.html
|
| TimeUtils | |
| TypeUtils |
Utils methods for data type.
|
| Enum | Description |
|---|---|
| SwingWorker.StateValue |
Values for the
state bound property. |