Package planetj.util

Interface Summary
IExternallyNamed An object which has an internal name, external name, and a value
IFilter Interface for filters.
ILogin An object which can be used to login to a secured resource
INamed An object which has a name and value
INamedCollection A Collection of named objects
ITaskListener  
 

Class Summary
AndFilter A filter which accepts an item only if both of its subfilters accept the item.
CMTimer  
CMTimerTask  
CoderUtility Used for encoding/decoding objects
CopyrightGenerator Appends copyright info to .java files
DefaultLogin A default implementation of the ILogin interface
NamedValue Deprecated. We already have a property object - use that instead
OrFilter A filter which accepts an item if either of its subfilters accept the item.
PasswordHider This class prompts the user for a password and attempts to mask input with ""
SoundManager  
TaskEvent  
TaskScheduler  
UserPasswordEncoder A routine for encoding a userid/password combination into a String.
WeakCollection A Collection which does not prevent items from being garbage collected.
 

Exception Summary
NoSuchTimerException