Package org.csstudio.opibuilder.model
Class PVWidgetModelDelegate
java.lang.Object
org.csstudio.opibuilder.model.PVWidgetModelDelegate
- All Implemented Interfaces:
IPVWidgetModel
The model delegate for widgets have PV Name property.
-
Field Summary
Fields inherited from interface org.csstudio.opibuilder.model.IPVWidgetModel
PROP_ALARM_PULSING, PROP_BACKCOLOR_ALARMSENSITIVE, PROP_BORDER_ALARMSENSITIVE, PROP_FORECOLOR_ALARMSENSITIVE, PROP_PVNAME, PROP_PVVALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
boolean
boolean
void
processVersionDifference
(org.osgi.framework.Version boyVersionOnFile)
-
Constructor Details
-
PVWidgetModelDelegate
-
-
Method Details
-
configureBaseProperties
public void configureBaseProperties() -
isBorderAlarmSensitve
public boolean isBorderAlarmSensitve()- Specified by:
isBorderAlarmSensitve
in interfaceIPVWidgetModel
-
isForeColorAlarmSensitve
public boolean isForeColorAlarmSensitve()- Specified by:
isForeColorAlarmSensitve
in interfaceIPVWidgetModel
-
isBackColorAlarmSensitve
public boolean isBackColorAlarmSensitve()- Specified by:
isBackColorAlarmSensitve
in interfaceIPVWidgetModel
-
isAlarmPulsing
public boolean isAlarmPulsing()- Specified by:
isAlarmPulsing
in interfaceIPVWidgetModel
-
getPVName
- Specified by:
getPVName
in interfaceIPVWidgetModel
-
processVersionDifference
public void processVersionDifference(org.osgi.framework.Version boyVersionOnFile)
-