|
Class Summary |
| AbstractCanvasView |
Base class for shared commands and functions |
| AbstractFormView |
Base class for shared commands and functions |
| AbstractListView |
Base class for shared commands and functions |
| AbstractTextBoxView |
Base class for shared commands and functions |
| AbstractTextMessageView |
|
| BluetoothListView |
A view to choose a bluetooth GPS device. |
| DataView |
The simplest of the views - just dumps raw GPS data to the screen. |
| MainView |
Simple main menu - provides options to access other views and has a ticker to
show current latitude/longitude since it is also a GPSDataView
Note that the design has tight integration between this and the midlet because
this view provides access to all of the functionality of the application. |
| ReceivedMessageView |
View shown when a text message is received - either
a request of this user to send their location or to
prompt the user to set their target as the location
sent to them from another user |
| SatellitesView |
Shows all the satellites by azimuth and elevation
using a "radar" type display (center is 90 degrees elevation,
edge is 0 degrees). |
| SendTextMessageView |
The view shown when the user wants to send their
location or request a location from another user |
| TargetListSaveView |
The view shown when the user wants to save a target location |
| TargetListView |
|