Package tethys.swing
Class TethysGUIPanel
java.lang.Object
tethys.swing.TethysGUIPanel
- All Implemented Interfaces:
 TethysStateObserver
- Direct Known Subclasses:
 CalibrationsTable,DatablockDetectionsPanel,DeploymentExportPanel,DetectionsExportPanel,PAMGuardDeploymentsTable,TethysConnectionPanel,TethysDeploymentsTable,TethysExportPanel,TethysMainPanel
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcolourBackground(int iCol) abstract JComponentvoidupdateState(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. 
- 
Constructor Details
- 
TethysGUIPanel
 
 - 
 - 
Method Details
- 
getTethysControl
 - 
getComponent
 - 
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- Parameters:
 tethysState-
 - 
getNormalColour
 - 
getErrorColour
 - 
colourBackground
public void colourBackground(int iCol)  
 -