Class Summary |
ConnectionUtil |
A utility class for getting a URL connection in a background thread
without hanging. |
Convert |
Utility methods for various conversions between primitive data types. |
FileUtil |
Contains static utility methods for dealing with files and URLs. |
Format |
A class for formatting numbers that follows printf conventions. |
FormatUtilities |
This is an all-static class that contains methods
are generic in value and related to format objects. |
I18N |
Simple utility class for accessing property file resource bundles for
internationalization. |
IntHashtable |
|
JarManager |
Jar file manager: keep jar files up to date with copies on a given remote server. |
JavaExpr |
This class is a simple wrapper for the JEL package and provides support
for evaluating dynamic, numerical expressions in Java. |
ListenerHandler |
encapsulation of thread proof method of managing a set of listeners. |
Logger |
Replacement logger that uses the Jarkarta commons logging system. |
NameValue |
A simple class containing a name and an associated value. |
Preferences |
Simple class to save and reload user preferences. |
ProxyServerUtil |
A utility class for managing access to a proxy server. |
QuickSort |
Quick sort class, highly optimized and very specific. |
ReplacementEvent |
This event to indicate that an object is to be replaced in its entirety by
a new object. |
ResourceMap |
A ResourceMap provdes a map of resources such that frequently used
resources, such as images and icons can be reused. |
Resources |
Resources provides a central class with methods for accessing
project resources. |
SaxParserUtil |
Utility bass class for parsing an XML stream using a SAX parser. |
StringTokenizerUtil |
Modified version of the jdk1.2 StringTokenizer class
that does not skip empty tokens. |
StringUtil |
Contains static String utility methods. |
SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread. |
TclUtil |
Utility class for dealing with Tcl style lists and evaluating Tcl style expressions. |
TransferableList |
An ArrayList that implements the Transferable interface. |