Package tethys.swing
Class DeploymentExportPanel
java.lang.Object
tethys.swing.TethysGUIPanel
tethys.swing.DeploymentExportPanel
- All Implemented Interfaces:
DeploymentTableObserver
,TethysStateObserver
-
Constructor Summary
ConstructorDescriptionDeploymentExportPanel
(TethysControl tethysControl, PAMGuardDeploymentsTable pamDeploymentsTable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
updateState
(TethysState tethysState) 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
-
Constructor Details
-
DeploymentExportPanel
public DeploymentExportPanel(TethysControl tethysControl, PAMGuardDeploymentsTable pamDeploymentsTable)
-
-
Method Details
-
updateState
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
-
getComponent
- Specified by:
getComponent
in classTethysGUIPanel
-
selectionChanged
public void selectionChanged()- Specified by:
selectionChanged
in interfaceDeploymentTableObserver
-