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 TypeMethodDescriptionvoid
AbstractLinkingContainerModel.setDisplayModel
(DisplayModel displayModel) Set the display model of the loaded opi.void
DisplayModel.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 void
XMLUtil.fillDisplayModelFromInputStream
(InputStream inputStream, DisplayModel displayModel) Fill the DisplayModel from an OPI file inputstream.static void
XMLUtil.fillDisplayModelFromInputStream
(InputStream inputStream, DisplayModel displayModel, Display display) Fill the DisplayModel from an OPI file inputstreamstatic void
XMLUtil.fillDisplayModelFromInputStream
(InputStream inputStream, DisplayModel displayModel, Display display, MacrosInput macrosInput_) Fill the DisplayModel from an OPI file inputstreamstatic AbstractWidgetModel
XMLUtil.fillWidgets
(org.jdom2.Element element, DisplayModel displayModel) Convert XML Element to a widget model.static AbstractWidgetModel
XMLUtil.fillWidgetsFromXMLString
(String xmlString, DisplayModel displayModel) Convert XML String to a widget model.static AbstractWidgetModel
XMLUtil.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()