Package com.jidesoft.utils
The package contains several utililities for JIDE Common Layer.
-
Interface Summary 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 Summary Class Description AbstractWildcardSupport Abstract implementation ofWildcardSupport
.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 ABase64.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 ABase64.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-levelHashMap
.ColorUtils Several useful methods for Color.DateUtils DateUtils
contains many useful methods related to Date and Calendar.DefaultWildcardSupport Default implementation ofWildcardSupport
.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 AnAWTEvent
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 ofjava.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.htmlTimeUtils TypeUtils Utils methods for data type. -
Enum Summary Enum Description SwingWorker.StateValue Values for thestate
bound property.