Uses of Class
tethys.TethysState
Packages that use TethysState
Package
Description
-
Uses of TethysState in tethys
Methods in tethys with parameters of type TethysStateModifier and TypeMethodDescriptionvoid
TethysControl.sendStateUpdate
(TethysState tethysState) Send state updates around to all state observers.void
TethysControl.updateState
(TethysState tethysState) void
TethysStateObserver.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. -
Uses of TethysState in tethys.calibration
Methods in tethys.calibration with parameters of type TethysState -
Uses of TethysState in tethys.calibration.swing
Methods in tethys.calibration.swing with parameters of type TethysStateModifier and TypeMethodDescriptionvoid
CalibrationsMainPanel.updateState
(TethysState tethysState) void
CalibrationsTable.updateState
(TethysState tethysState) -
Uses of TethysState in tethys.deployment
Methods in tethys.deployment with parameters of type TethysState -
Uses of TethysState in tethys.swing
Methods in tethys.swing with parameters of type TethysStateModifier and TypeMethodDescriptionvoid
DatablockDetectionsPanel.updateState
(TethysState tethysState) void
DatablockSynchPanel.updateState
(TethysState tethysState) void
DeploymentExportPanel.updateState
(TethysState tethysState) void
DeploymentsPanel.updateState
(TethysState tethysState) void
PAMGuardDeploymentsTable.updateState
(TethysState tethysState) void
TethysConnectionPanel.updateState
(TethysState tethysState) void
TethysDeploymentsTable.updateState
(TethysState tethysState) void
TethysGUIPanel.updateState
(TethysState tethysState)