Uses of Class
org.csstudio.opibuilder.model.DisplayModel
Packages that use DisplayModel
Package
Description
-
Uses of DisplayModel in org.csstudio.opibuilder.editor
Methods in org.csstudio.opibuilder.editor that return DisplayModel -
Uses of DisplayModel in org.csstudio.opibuilder.editparts
Methods in org.csstudio.opibuilder.editparts that return DisplayModel -
Uses of DisplayModel in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return DisplayModelModifier and TypeMethodDescriptionAbstractLinkingContainerModel.getDisplayModel()DisplayModel.getParentDisplayModel()AbstractWidgetModel.getRootDisplayModel()AbstractWidgetModel.getRootDisplayModel(boolean useLinkingContainersDisplayModel) Methods in org.csstudio.opibuilder.model with parameters of type DisplayModelModifier and TypeMethodDescriptionvoidAbstractLinkingContainerModel.setDisplayModel(DisplayModel displayModel) Set the display model of the loaded opi.voidDisplayModel.setParentDisplayModel(DisplayModel rootDisplayModel) Constructors in org.csstudio.opibuilder.model with parameters of type DisplayModelModifierConstructorDescriptionConnectionModel(DisplayModel displayModel) Construct a connection model which belongs to the displayModel. -
Uses of DisplayModel in org.csstudio.opibuilder.persistence
Methods in org.csstudio.opibuilder.persistence with parameters of type DisplayModelModifier and TypeMethodDescriptionstatic voidXMLUtil.fillDisplayModelFromInputStream(InputStream inputStream, DisplayModel displayModel) Fill the DisplayModel from an OPI file inputstream.static voidXMLUtil.fillDisplayModelFromInputStream(InputStream inputStream, DisplayModel displayModel, Display display) Fill the DisplayModel from an OPI file inputstreamstatic voidXMLUtil.fillDisplayModelFromInputStream(InputStream inputStream, DisplayModel displayModel, Display display, MacrosInput macrosInput_) Fill the DisplayModel from an OPI file inputstreamstatic AbstractWidgetModelXMLUtil.fillWidgets(org.jdom2.Element element, DisplayModel displayModel) Convert XML Element to a widget model.static AbstractWidgetModelXMLUtil.fillWidgetsFromXMLString(String xmlString, DisplayModel displayModel) Convert XML String to a widget model.static AbstractWidgetModelXMLUtil.XMLElementToWidget(org.jdom2.Element element, DisplayModel displayModel) Construct widget model from XML element. -
Uses of DisplayModel in org.csstudio.opibuilder.runmode
Methods in org.csstudio.opibuilder.runmode that return DisplayModelModifier and TypeMethodDescriptionIOPIRuntime.getDisplayModel()OPIRunner.getDisplayModel()OPIRuntimeDelegate.getDisplayModel()OPIShell.getDisplayModel()OPIView.getDisplayModel()