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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
colourBackground
(int iCol) abstract JComponent
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.
-
Constructor Details
-
TethysGUIPanel
-
-
Method Details
-
getTethysControl
-
getComponent
-
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
-
getNormalColour
-
getErrorColour
-
colourBackground
public void colourBackground(int iCol)
-