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 voidDeprecated.Deprecated.protected voidDeprecated.voidDeprecated.voidupdateState(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:TethysStateObserverReceive 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:
updateStatein interfaceTethysStateObserver- Overrides:
updateStatein classTethysGUIPanel- Parameters:
tethysState-
-
getComponent
Deprecated.- Specified by:
getComponentin classTethysGUIPanel
-
selectionChanged
public void selectionChanged()Deprecated.- Specified by:
selectionChangedin interfaceDeploymentTableObserver
-
exportButtonPressed
protected void exportButtonPressed()Deprecated.
-