| Class | Description |
|---|---|
| AlphanumComparator |
Class for sorting numeric strings in numeric order (as opposed to default lexicographic)
Use this class as a Comparator in Collections.sort(list, comparator) method.
|
| AutofitTableColumns | |
| ConfirmingFileChooser |
Extended dialog for choosing files.
|
| L10N |
Class containing useful methods when doing internacionalization and localization
|
| LogSupport |
Support class for configuring logging capabilities
|
| MiscUtils |
Various helper methods.
|
| RuntimeUtils |
Methods for detecting current runtime environment (operating system,
java version).
|
| Enum | Description |
|---|---|
| MiscUtils.Direction | |
| RuntimeUtils.OSType |
Enum of operating system types
|