Package tethys.swing

Class TethysDeploymentsTable

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

public class TethysDeploymentsTable extends TethysGUIPanel
  • Constructor Details

    • TethysDeploymentsTable

      public TethysDeploymentsTable(TethysControl tethysControl)
  • 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