Package PamUtils
Class LatLongEditableDialogStrip
java.lang.Object
PamUtils.LatLongEditableDialogStrip
- All Implemented Interfaces:
 PamDialogPanel
A better Lat Long editable dialog strip, containing
 the functionality developed for the new Array Manager.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcurrentGPS(ActionEvent e, GpsData currentGpsData) voidenableControls(boolean enable) Get the awt component which will be incorporated into a larger display panel / component.Get teh current value.booleanvoidmapPaste(ActionEvent e, GpsData pastedGpsData) voidvoidsetLatLong(LatLong latLong) Just set the lat long without resetting the heading.voidSet the initial parameter values in the panel. 
- 
Constructor Details
- 
LatLongEditableDialogStrip
 
 - 
 - 
Method Details
- 
currentGPS
 - 
mapPaste
 - 
setLatLong
Just set the lat long without resetting the heading.- Parameters:
 latLong-
 - 
getDialogComponent
Description copied from interface:PamDialogPanelGet the awt component which will be incorporated into a larger display panel / component.- Specified by:
 getDialogComponentin interfacePamDialogPanel- Returns:
 - an awt component.
 
 - 
getLatLong
Get teh current value.- Returns:
 
 - 
setParams
public void setParams()Description copied from interface:PamDialogPanelSet the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
 setParamsin interfacePamDialogPanel
 - 
getParams
public boolean getParams()- Specified by:
 getParamsin interfacePamDialogPanel- Returns:
 - true if parameters all have acceptable values and the dialog can close.
 
 - 
enableControls
public void enableControls(boolean enable)