Package tethys.swing
Class DeploymentsPanel
java.lang.Object
tethys.swing.TethysGUIPanel
tethys.swing.TethysExportPanel
tethys.swing.DeploymentsPanel
- All Implemented Interfaces:
 DeploymentTableObserver,TethysStateObserver
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidExport button has been pressed.protected voidOptions button has been pressed.voidvoidupdateState(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.TethysExportPanel
disableExport, enableExport, getCollectionHandler, getComponent, getExportButton, getHelpButton, getHelpPoint, getMainPanel, getMessage, getNorthPanel, getOptionsButton, helpButtonPressed, isShowOptions, setHelpPoint, setShowOptionsMethods inherited from class tethys.swing.TethysGUIPanel
colourBackground, getErrorColour, getNormalColour, getTethysControl 
- 
Constructor Details
- 
DeploymentsPanel
 
 - 
 - 
Method Details
- 
selectionChanged
public void selectionChanged()- Specified by:
 selectionChangedin interfaceDeploymentTableObserver
 - 
updateState
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-
 - 
exportButtonPressed
Description copied from class:TethysExportPanelExport button has been pressed.- Specified by:
 exportButtonPressedin classTethysExportPanel- Parameters:
 e-
 - 
optionsButtonPressed
Description copied from class:TethysExportPanelOptions button has been pressed.- Specified by:
 optionsButtonPressedin classTethysExportPanel- Parameters:
 e-
 
 -