See: Description
| Interface | Description |
|---|---|
| ClearableTableModel |
This interface identifies a table model within YAAC whose contents can be completely removed by user
request.
|
| PrintableView |
This interface identifies the class within a view window of YAAC that
can print the contents of the window to the Java Printing subsystem.
|
| SaveableTable<TM> |
This interface identifies the class within a view window of YAAC that
can save the contents of the tabular view to a CSV file.
|
| Class | Description |
|---|---|
| CheckpointingLogger |
This class defines a rolling logger that checkpoints the last N bytes of a log file
to a disk file.
|
| EnumNameLocalizer |
This class provides a generalized mapping of Java enum constants to localized name
strings without requiring the enum definitions to know about the source of the localized names.
|
| Json |
This class is a limited-function decoder and encoder for JSON messages, sufficient to
support the implementation used by gpsd.
|
| LatLonFormatter |
Provide a formatter for a latitude or longitude value in degrees/minutes/fractional minutes
and direction (or some other format style for GUI display).
|
| LatLongDistance |
This class defines a static method that implements the WGS84
cartesian distance formula.
|
| Enum | Description |
|---|---|
| ClearableTableModel.ClearType |
Enumeration specifying which types of records should be cleared when deleteAllRows is called.
|
| LatLonFormatter.Format |
Define the supported different formats for latitude and longitude display.
|
This package contains YAAC-specific classes and interfaces providing various utility functions that don't fit into any other package.