| Interface | Description |
|---|---|
| Platform.SpecialMacHandler |
Handler for events from the Application Menu on MacOS.
|
| ProgressShow |
Callback for indicating progress made by long running functions.
|
| Class | Description |
|---|---|
| ByteCountInputStream | |
| FileUtil |
Static file utility functions.
|
| Histogram |
Histogram for data samples.
|
| HtmlUtil |
Static utility functions related to HTML writing.
|
| LineReader |
Allows to read lines from a buffer without blocking.
|
| ObjectUtil |
Utils for using class java.lang.Object.
|
| Options |
Parser for command line options.
|
| Platform |
Static utility functions for platform detection and platform-dependent
behavior.
|
| PrefUtil |
Utils for using java.util.prefs package.
|
| ProcessUtil |
Static utility functions and classes related to processes.
|
| ProcessUtil.StdErrThread |
Copies standard error of a process to System.err.
|
| Statistics |
Collects statistical features of sample values.
|
| StreamCopy |
Thread copying the output of one stream to another stream.
|
| StreamDiscard |
Thread discarding an output stream.
|
| StringUtil |
Static utility functions related to strings.
|
| Table |
Table of string elements.
|
| TableUtil |
Utility functions for class Table.
|
| XmlUtil |
Static utility functions related to XML.
|
| Exception | Description |
|---|---|
| ErrorMessage |
Error with error message.
|
| Table.InvalidElement |
Error thrown if table element has not the expected type.
|
| Table.InvalidFormat |
Error thrown on invalid file format when reading a table.
|
| Table.InvalidLocation |
Error thrown on invalid table location argument.
|