Package tethys.calibration.swing
Class CalibrationsMainPanel
java.lang.Object
tethys.swing.TethysGUIPanel
tethys.swing.TethysExportPanel
tethys.calibration.swing.CalibrationsMainPanel
- All Implemented Interfaces:
TethysStateObserver
-
Constructor Summary
ConstructorDescriptionCalibrationsMainPanel
(TethysControl tethysControl, CalibrationHandler calibrationHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.TethysExportPanel
disableExport, enableExport, getCollectionHandler, getComponent, getExportButton, getHelpButton, getHelpPoint, getMainPanel, getMessage, getNorthPanel, getOptionsButton, isShowOptions, setHelpPoint, setShowOptions
Methods inherited from class tethys.swing.TethysGUIPanel
colourBackground, getErrorColour, getNormalColour, getTethysControl
-
Constructor Details
-
CalibrationsMainPanel
-
-
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
-