Interface | Description |
---|---|
ApplicationCallback |
Denotes a callback for some "main events" in an application.
|
ExportUtils.CsvExporter |
Provides a simple CSV data exporter, which is basically a set of (optional)
headers at the first line followed by a number of comma-separated values.
|
ExportUtils.HtmlExporter |
Provides a simple HTML exporter, which is kind of a tree-structure of
HTML-elements (containing attributes).
|
ExportUtils.HtmlExporter.Attribute |
Denotes a HTML attribute, or name/value pair.
|
ExportUtils.HtmlExporter.Element |
Denotes a HTML element.
|
ExportUtils.HtmlExporter.MacroResolver |
Denotes a very simple macro resolver, which is basically a
|
ExportUtils.HtmlFileExporter | |
HostInfo |
Provides information about the host the application is currently running
on.
|
HostProperties |
Class | Description |
---|---|
AccumulatingRunnable<T> |
Shameless copy from sun.swing.AccumulatingRunnable.
|
ColorUtils |
Provides some utilities for fiddling with colors.
|
ExportUtils |
Provides several export utilities, like exporters for CSV and/or HTML.
|
HostUtils |
Provides some host/OS specific utilities.
|
NumberUtils |
Provides some utility methods for parsing numbers, etc.
|
Pair<T,V> |
Denotes a pair of things with possible different types.
|
StringUtils |
Provides some common string utilities.
|
Enum | Description |
---|---|
NumberUtils.BitOrder |
Denotes in which order bits are to be interpreted in a byte.
|
NumberUtils.UnitDefinition |
Denotes how "k", "M" units should be interpreted.
|
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.