|
Class Summary |
| BlankFileFilter |
Implementation of FileFilter that only displays directories. |
| CodeUtils |
Various static utility methods |
| DateUtility |
General utility for handling dates Can be used either by creating an instance
with a java.util.Date in constructor argument, or by invoking the static
methods, sending the java.util.Date as input argument. |
| GridSPanel |
Class will create a panel based on a SPanel with a Gridbag layout. |
| Prefs |
This class is a simple implementation of the *real* Prefs class to make it
possible to compile with JDK 1.3 and older. |
| Prefs14 |
Wrapper around java.util.prefs.Preferences which simplifies the API and makes
it easier to handle NoClassDefFoundError in non JDK 1.4 environments |
| StringUtils |
A rich set of methods that can be used to manipulate strings. |
| User |
Keeps track of the user data, specifically the user's name, company, and
e-mail address. |
| UserGuide |
Class used to create the help file. |