Package org.csstudio.opibuilder.util
Class SchemaService
java.lang.Object
org.csstudio.opibuilder.util.SchemaService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applySchema
(AbstractWidgetModel widgetModel) getDefaultPropertyValue
(String typeId, String propId) Return the default property value of the widget when it is created.static SchemaService
void
loadSchema
(IPath schemaOPI) void
reload()
-
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.
-