Class PVWidgetConnectionHandler
java.lang.Object
org.csstudio.opibuilder.editparts.ConnectionHandler
org.csstudio.opibuilder.editparts.PVWidgetConnectionHandler
The connection handler for PV widget. It will set the enable state of the widget based on control PV's connectivity.
-
Field Summary
Fields inherited from class org.csstudio.opibuilder.editparts.ConnectionHandler
editPart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Mark a widget as disconnected.Methods inherited from class org.csstudio.opibuilder.editparts.ConnectionHandler
addPV, getAllPVs, getToolTipText, isConnected, isHasNullValue, removePV, widgetConnectionRecovered
-
Constructor Details
-
PVWidgetConnectionHandler
- Parameters:
editpart
- the editpart must implementedIPVWidgetEditpart
-
-
Method Details
-
markWidgetAsDisconnected
Description copied from class:ConnectionHandler
Mark a widget as disconnected.- Overrides:
markWidgetAsDisconnected
in classConnectionHandler
-