Class AbstractVRGUIAWT

java.lang.Object
videoRangePanel.vrmethods.AbstractVRGUIAWT
All Implemented Interfaces:
VROverlayAWT
Direct Known Subclasses:
CalibrationGUIAWT, HorizonGUIAWT, IMUMethodGUI, LandMarkGUIAWT, ShoreMethodGUIAWT

public abstract class AbstractVRGUIAWT extends Object implements VROverlayAWT
  • Constructor Details

  • Method Details

    • setInstruction

      public void setInstruction(JLabel instruction)
      Set an instruction. This is handfles by a the higher level GUI in the side pane.
      Parameters:
      instruction - - the instruction to set.
    • createCalibrationList

      public PamPanel createCalibrationList()
      Creates a panel containing the calibration combo box and labels.
      Returns:
    • createMapFilePanel

      public PamPanel createMapFilePanel()
      Creates a panel allowing the user to select a map and view map file.
      Returns:
    • createLocationListPanel

      public PamPanel createLocationListPanel()
      Create a panel to show GPS location and allow user to change GPS location method.
    • selectCalibration

      public void selectCalibration(VRCalibrationData vrCalibrationData)
    • enableControls

      public void enableControls()
    • setGPSText

      public void setGPSText(LatLong gpsInfo, JTextField gps)
      Set GPS text.
      Parameters:
      gpsInfo -
      gps -
    • update

      public void update(int updateType)
      Recieves an update flag
      Specified by:
      update in interface VROverlayAWT
      Parameters:
      updateType - - the update flag.