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 Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.Deprecated.protected void
Deprecated.void
Deprecated.void
updateState
(TethysState tethysState) Deprecated.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.Methods inherited from class tethys.swing.TethysGUIPanel
colourBackground, getErrorColour, getNormalColour, getTethysControl
-
Method Details
-
selectExistingDeployment
protected void selectExistingDeployment()Deprecated. -
updateState
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 interfaceTethysStateObserver
- Overrides:
updateState
in classTethysGUIPanel
- Parameters:
tethysState
-
-
getComponent
Deprecated.- Specified by:
getComponent
in classTethysGUIPanel
-
selectionChanged
public void selectionChanged()Deprecated.- Specified by:
selectionChanged
in interfaceDeploymentTableObserver
-
exportButtonPressed
protected void exportButtonPressed()Deprecated.
-