public class GpsControlPanel
extends java.lang.Object
| Constructor and Description |
|---|
GpsControlPanel(MapApp daApp)
Constructs all the objects.
|
| Modifier and Type | Method and Description |
|---|---|
MapApp |
getApp() |
javax.swing.JPanel |
getGui() |
protected void |
initialize()
Initialize creates the SatelliteDiagram object.
|
boolean |
isAddButtonLocked() |
boolean |
isFollowButtonLocked() |
protected void |
updateGpsControls()
This also handles auto-drawing if the toggle button is locked.
|
protected void |
whereAmI() |
public GpsControlPanel(MapApp daApp)
protected void updateGpsControls()
This also handles auto-drawing if the toggle button is locked.
protected void initialize()
protected void whereAmI()
public boolean isAddButtonLocked()
public boolean isFollowButtonLocked()
public MapApp getApp()
public javax.swing.JPanel getGui()