The Utility Class to help managing widgets.
Method Summary | |
---|---|
static org.csstudio.opibuilder.model.AbstractWidgetModel |
createWidgetModel(java.lang.String widgetTypeID)
Create a new widget model with the give widget type ID. |
Method Detail |
---|
public static org.csstudio.opibuilder.model.AbstractWidgetModel createWidgetModel(java.lang.String widgetTypeID) throws java.lang.Exception
widgetTypeID
- type ID of the widget.
You can get the typeID of a widget by opening an OPI with this widget in text editor.
java.lang.Exception
- if the widget type ID does not exist.