public class GpsConfigPanel
extends java.lang.Object
Copyright 2009 Partner Software, Inc.
| Constructor and Description |
|---|
GpsConfigPanel(MapApp app) |
| Modifier and Type | Method and Description |
|---|---|
void |
editGpsSettings()
This toggles the visibility of the config dialog.
|
protected void |
followGpsStateChanged() |
protected void |
gpsConnectOnStartupStateChanged() |
protected void |
gpsEnabledStateChanged() |
protected void |
initialize()
Called in the constructor to lay out the controls.
|
protected void |
rotateMapWithGps() |
protected void |
selectGPSDevice(GPSDevice device)
Called when gpsSelector changes.
|
protected void |
setProjectionName(java.lang.String projectionName) |
protected void |
updateGpsControls()
Called when this panel receives a GPS event to update
the various readouts.
|
public GpsConfigPanel(MapApp app)
protected void selectGPSDevice(GPSDevice device)
device - protected void gpsEnabledStateChanged()
protected void gpsConnectOnStartupStateChanged()
protected void followGpsStateChanged()
protected void rotateMapWithGps()
protected void updateGpsControls()
protected void setProjectionName(java.lang.String projectionName)
protected void initialize()
public void editGpsSettings()