Package tethys.swing

Class DeploymentExportPanel

java.lang.Object
tethys.swing.TethysGUIPanel
tethys.swing.DeploymentExportPanel
All Implemented Interfaces:
DeploymentTableObserver, TethysStateObserver

@Deprecated public class DeploymentExportPanel extends TethysGUIPanel implements DeploymentTableObserver
Deprecated.
  • Method Details Link icon

    • selectExistingDeployment Link icon

      protected void selectExistingDeployment()
      Deprecated.
    • updateState Link icon

      public void updateState(TethysState tethysState)
      Deprecated.
      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 -
    • getComponent Link icon

      public JComponent getComponent()
      Deprecated.
      Specified by:
      getComponent in class TethysGUIPanel
    • selectionChanged Link icon

      public void selectionChanged()
      Deprecated.
      Specified by:
      selectionChanged in interface DeploymentTableObserver
    • exportButtonPressed Link icon

      protected void exportButtonPressed()
      Deprecated.