Interface | Description |
---|---|
ProgressMonitor |
The ProgressMonitor interface is implemented by objects that monitor the progress
of an activity; the methods in this interface are invoked by code that performs
the activity.
|
Class | Description |
---|---|
SimpleProgressMonitor |
A simple implementation of ProgressMonitor
|
StringUtil |
A utility class that provides useful methods that handle strings.
|
StringUtilDemo | |
ToStringBuilder |
A generic implementation for the toString() method, based by introspection.
|
ToStringBuilderDemo | |
WildcardsToRegex |