JIDE Common Layer 2.7.1

Package com.jidesoft.utils

Interface Summary
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.
ResourceProvider  
WildcardSupport  
 

Class Summary
AbstractWildcardSupport Abstract implementation of WildcardSupport.
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.
CachedArrayList<E> This is a fast access ArrayList that sacrifices memory for speed.
CachedVector<E> This is a fast access Vector that sacrifices memory for speed.
ColorUtils Several useful methods for Color.
DateUtils DateUtils contains many useful methods related to Date and Calendar.
DefaultWildcardSupport Default implementation of WildcardSupport.
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.
SecurityUtils A class that keeps all the security stuff so that an application can safely run in applet or webstart environment.
SortedList<E>  
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
TypeUtils Utils methods for data type.
 

Enum Summary
SwingWorker.StateValue Values for the state bound property.
 


JIDE Common Layer 2.7.1