Class CalibrationsTable

java.lang.Object
tethys.swing.TethysGUIPanel
tethys.calibration.swing.CalibrationsTable
All Implemented Interfaces:
TethysStateObserver

public class CalibrationsTable extends TethysGUIPanel
  • Constructor Details

  • Method Details

    • getComponent

      public JComponent getComponent()
      Specified by:
      getComponent in class TethysGUIPanel
    • updateState

      public void updateState(TethysState tethysState)
      Description copied from interface: TethysStateObserver
      Receive state updates when Tethys has done something (made a connection, moved some data, etc.)
      Note that this is for RECEIVING state updates, not for sending them. To avoid infinite notifications loops, use tethysControl.sendStateUpdate(TethysState) to send out state notifications.
      Specified by:
      updateState in interface TethysStateObserver
      Overrides:
      updateState in class TethysGUIPanel
      Parameters:
      tethysState -
    • showPopupMenu

      public void showPopupMenu(MouseEvent e)
    • deleteCalibration

      protected void deleteCalibration(DocumentNilusObject<nilus.Calibration> doc)
    • showCalibration

      protected void showCalibration(DocumentNilusObject<nilus.Calibration> docInfo)
    • exportCalibration

      protected void exportCalibration(DocumentNilusObject<nilus.Calibration> doc)
    • deleteCalibrations

      protected void deleteCalibrations(int[] rows)
    • getFSString

      public String getFSString(nilus.Calibration cal)
    • getPhoneString

      public Object getPhoneString(nilus.Calibration cal)