Package tethys.calibration.swing
Class CalibrationsTable
java.lang.Object
tethys.swing.TethysGUIPanel
tethys.calibration.swing.CalibrationsTable
- All Implemented Interfaces:
TethysStateObserver
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationsTable(TethysControl tethysControl, CalibrationHandler calibrationHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddeleteCalibration(DocumentNilusObject<nilus.Calibration> doc) protected voiddeleteCalibrations(int[] rows) protected voidexportCalibration(DocumentNilusObject<nilus.Calibration> doc) getFSString(nilus.Calibration cal) getPhoneString(nilus.Calibration cal) protected voidshowCalibration(DocumentNilusObject<nilus.Calibration> docInfo) 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.TethysGUIPanel
colourBackground, getErrorColour, getNormalColour, getTethysControl
-
Constructor Details
-
CalibrationsTable
- Parameters:
calibrationHandler-
-
-
Method Details
-
getComponent
- Specified by:
getComponentin classTethysGUIPanel
-
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-
-
showPopupMenu
-
deleteCalibration
-
showCalibration
-
exportCalibration
-
deleteCalibrations
protected void deleteCalibrations(int[] rows) -
getFSString
-
getPhoneString
-