Package tethys.calibration.swing
Class CalibrationsTable
java.lang.Object
tethys.swing.TethysGUIPanel
tethys.calibration.swing.CalibrationsTable
- All Implemented Interfaces:
TethysStateObserver
-
Constructor Summary
ConstructorDescriptionCalibrationsTable
(TethysControl tethysControl, CalibrationHandler calibrationHandler) -
Method Summary
Modifier and TypeMethodDescriptiongetFSString
(nilus.Calibration cal) getPhoneString
(nilus.Calibration cal) void
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
-
CalibrationsTable
- Parameters:
calibrationHandler
-
-
-
Method Details
-
getComponent
- Specified by:
getComponent
in classTethysGUIPanel
-
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
-
showPopupMenu
-
getFSString
-
getPhoneString
-