JIDE 3.5.15

Package com.jidesoft.utils

The package contains several utililities for JIDE Common Layer.

See:
          Description

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.
RegistrationListener The listener interface for receiving registration change events.
ResourceProvider  
WildcardSupport  
 

Class Summary
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.
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.
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.
Lm License manager.
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.
Q  
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  
TableHelper Helper class for dealing with Swing's TableModel.
TableHelper.ColumnStatistics  
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 Summary
SwingWorker.StateValue Values for the state bound property.
 

Package com.jidesoft.utils Description

The package contains several utililities for JIDE Common Layer.


JIDE 3.5.15