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.
|
ServiceDiscovery.SDCallback |
Interface for incrementally receiving the results of a service lookup request.
|
ServiceDiscovery.SDListener |
Interface for receiving possibly asynchronous complete answer for a service lookup request.
|
Class | Description |
---|---|
CBCAPolygon |
This implements the Cell-Based Containment Algorithm for more efficiently
determining whether a point is inside a polygon with a large number of vertices.
|
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.
|
Json.JsonHashMap |
A LinkedHashMap intended to hold JSON-structured data, with a
Json.JsonHashMap.toString() method
that produces JSON text. |
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.
|
Localizer |
This class wraps all the business logic for searching ResourceBundles for localized
text messages for display on the UI and in reports.
|
ServiceDiscovery |
This class handles requests for Service Discovery lookups via RFC 6763, using any of several
means:
if on a system with an avahi daemon, use the daemon as a proxy for the request.
if avahi can't be found, try to open a dnsjava Resolver socket on the Multicast DNS (RFC 6762) port
and do the query directly.
fail if neither scheme can be used.
|
ServiceDiscovery.SDAnswer |
Structure containing one (of possibly several) successful answers for looking up
a service by Service Discovery.
|
Enum | Description |
---|---|
ClearableTableModel.ClearType |
Enumeration specifying which types of records should be cleared when deleteAllRows is called.
|
EnumNameLocalizer.Type |
Enum of different types of localizations for an Enum value.
|
LatLonFormatter.Format |
Define the supported different formats for latitude and longitude display.
|
ServiceDiscovery.Protocol |
Protocol being reported for a particular service.
|
This package contains YAAC-specific classes and interfaces providing various utility functions that don't fit into any other package.