Package org.csstudio.opibuilder.util
Class SchemaService
java.lang.Object
org.csstudio.opibuilder.util.SchemaService
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplySchema(AbstractWidgetModel widgetModel) getDefaultPropertyValue(String typeId, String propId) Return the default property value of the widget when it is created.static SchemaServicevoidloadSchema(IPath schemaOPI) voidreload()
-
Method Details
-
getInstance
-
reload
public void reload() -
loadSchema
-
applySchema
-
getDefaultPropertyValue
Return the default property value of the widget when it is created.- Parameters:
typeId- typeId of the widget.propId- propId of the property.
-