Package tethys.swing

Class DatablockSynchPanel

All Implemented Interfaces:
TethysStateObserver

public class DatablockSynchPanel extends TethysExportPanel
  • Constructor Details Link icon

    • DatablockSynchPanel Link icon

      public DatablockSynchPanel(TethysControl tethysControl)
  • Method Details Link icon

    • showPopup Link icon

      public void showPopup(MouseEvent e, int row)
    • updateState Link icon

      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
    • addTableObserver Link icon

      public void addTableObserver(StreamTableObserver observer)
    • notifyObservers Link icon

      public void notifyObservers(PamDataBlock dataBlock)