Class SchemaService

java.lang.Object
org.csstudio.opibuilder.util.SchemaService

public final class SchemaService extends Object
  • Method Details

    • getInstance

      public static SchemaService getInstance()
    • reload

      public void reload()
    • loadSchema

      public void loadSchema(IPath schemaOPI)
    • applySchema

      public void applySchema(AbstractWidgetModel widgetModel)
    • getDefaultPropertyValue

      public Object getDefaultPropertyValue(String typeId, String propId)
      Return the default property value of the widget when it is created.
      Parameters:
      typeId - typeId of the widget.
      propId - propId of the property.