Class Summary |
Exceptions |
Utility class for managing exceptions. |
Files |
|
FilteredEventListenerList |
Modified version of EventListenerList ,
for implementing FilteredEventSupport .
|
FilteredEventSupport |
|
FilteredEventSupport.ListenerEntry |
|
FlagSet |
Implements a set of boolean variables, and associated tests. |
LoopingThread |
Enhanced Thread allowing the runnable part to be called repeatingly (without
creating a new java.lang.Thread instance each time.
|
SafeEnumeration |
Base class for strongly-typed enumerations, which know the name that
was used to declare them in the Java source code.
|
SafeEnumerationPropertyEditor |
Generic JavaBean property editor for a property derived from
SafeEnumeration .
|
SwingWorker |
3rd version of the SwingWorker , an abstract class
to override for GUI-related operation, in a dedicated thread.
This class has been imported from Sun's site.
|
Version |
Base class for version info. |