| Interface | Description |
|---|---|
| UpdateListener |
UpdateListener
|
| Class | Description |
|---|---|
| ArrayMath |
Provide some simple array math operations.
|
| ArrayTool |
ArrayTool is a class that adds common convenience methods for dealing with arrays.
|
| ArrayValue |
ArrayStore is the base class of a class cluster which manages the storage
of an array of primitive types and String.
|
| FreshProcessor |
process on a separate thread pending requests dropping any previous ones
|
| IconLib |
Fetch icons by name
|
| LatentProcessor |
Process events with latency and replace any pending requests with the latest request
|
| LinearInterpolator |
LinearInterpolator calculates the linear interpolated value at at any point
within the bounds of an array of values.
|
| RealNumericIndexer<T> |
Order objects by their specified numeric index and assign a corresponding integer index based on sequential order and provide mapping between the two indices.
|
| ResourceManager |
Provide normalized methods for getting resources
There are two separate mechanisms for getting resources (jar based and file based)
- The jar based resource manager is the standard mechanism and it searches for resources in the binary's jar files. |
| StringJoiner |
String joiner is a utility class for joining items as strings with an arbitrary separator.
|
| URLReference |
URLReference
|
| URLUtil |
URLUtil is a convenience class of static methods that allow the user to
convert between file path and URL specifications.
|
| Enum | Description |
|---|---|
| IconLib.IconGroup |
Enum for groups of icons in the library
|
| Exception | Description |
|---|---|
| ExceptionWrapper |
Convenience class to wrap an exception with a runtime exception so
exception handling isn't so irritating.
|
| URLUtil.FilePathException |
Exception for bad file path specification.
|
| URLUtil.UrlSpecException |
Exception for bad file path specification.
|