Package videoRangePanel.vrmethods
Class AbstractVRGUIAWT
java.lang.Object
videoRangePanel.vrmethods.AbstractVRGUIAWT
- All Implemented Interfaces:
VROverlayAWT
- Direct Known Subclasses:
CalibrationGUIAWT
,HorizonGUIAWT
,IMUMethodGUI
,LandMarkGUIAWT
,ShoreMethodGUIAWT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a panel containing the calibration combo box and labels.Create a panel to show GPS location and allow user to change GPS location method.Creates a panel allowing the user to select a map and view map file.void
void
selectCalibration
(VRCalibrationData vrCalibrationData) void
setGPSText
(LatLong gpsInfo, JTextField gps) Set GPS text.void
setInstruction
(JLabel instruction) Set an instruction.void
update
(int updateType) Recieves an update flagMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface videoRangePanel.vrmethods.VROverlayAWT
getRibbonPanel, getSettingsPanel, getSidePanel, mouseAction, paintMarks
-
Constructor Details
-
AbstractVRGUIAWT
-
-
Method Details
-
setInstruction
Set an instruction. This is handfles by a the higher level GUI in the side pane.- Parameters:
instruction
- - the instruction to set.
-
createCalibrationList
Creates a panel containing the calibration combo box and labels.- Returns:
-
createMapFilePanel
Creates a panel allowing the user to select a map and view map file.- Returns:
-
createLocationListPanel
Create a panel to show GPS location and allow user to change GPS location method. -
selectCalibration
-
enableControls
public void enableControls() -
setGPSText
Set GPS text.- Parameters:
gpsInfo
-gps
-
-
update
public void update(int updateType) Recieves an update flag- Specified by:
update
in interfaceVROverlayAWT
- Parameters:
updateType
- - the update flag.
-