Uses of Class
org.csstudio.opibuilder.model.AbstractContainerModel
Packages that use AbstractContainerModel
Package
Description
-
Uses of AbstractContainerModel in org.csstudio.opibuilder.actions
Methods in org.csstudio.opibuilder.actions that return AbstractContainerModel -
Uses of AbstractContainerModel in org.csstudio.opibuilder.commands
Constructors in org.csstudio.opibuilder.commands with parameters of type AbstractContainerModelModifierConstructorDescriptionAddWidgetCommand
(AbstractContainerModel containerModel, AbstractWidgetModel widget, org.eclipse.draw2d.geometry.Rectangle newBounds) ChangeOrderCommand
(int newIndex, AbstractContainerModel container, AbstractWidgetModel widget) CloneCommand
(AbstractContainerModel parent) Constructor.OrphanChildCommand
(AbstractContainerModel parent, AbstractWidgetModel child) ReplaceWidgetCommand
(AbstractContainerModel container, AbstractWidgetModel srcWidget, AbstractWidgetModel targetWidget) WidgetCreateCommand
(AbstractWidgetModel newWidget, AbstractContainerModel container, org.eclipse.draw2d.geometry.Rectangle bounds, boolean append) WidgetCreateCommand
(AbstractWidgetModel newWidget, AbstractContainerModel container, org.eclipse.draw2d.geometry.Rectangle bounds, boolean append, boolean applySchema) WidgetDeleteCommand
(AbstractContainerModel container, AbstractWidgetModel widget) -
Uses of AbstractContainerModel in org.csstudio.opibuilder.editparts
Methods in org.csstudio.opibuilder.editparts that return AbstractContainerModelModifier and TypeMethodDescriptionAbstractContainerEditpart.getWidgetModel()
ContainerTreeEditpart.getWidgetModel()
Constructors in org.csstudio.opibuilder.editparts with parameters of type AbstractContainerModel -
Uses of AbstractContainerModel in org.csstudio.opibuilder.model
Subclasses of AbstractContainerModel in org.csstudio.opibuilder.modelModifier and TypeClassDescriptionclass
The abstract base model for LinkingContainer widgets.class
The root model for an OPI Display.Methods in org.csstudio.opibuilder.model that return AbstractContainerModelMethods in org.csstudio.opibuilder.model with parameters of type AbstractContainerModelModifier and TypeMethodDescriptionvoid
AbstractWidgetModel.setParent
(AbstractContainerModel parent) -
Uses of AbstractContainerModel in org.csstudio.opibuilder.persistence
Methods in org.csstudio.opibuilder.persistence with parameters of type AbstractContainerModelModifier and TypeMethodDescriptionstatic void
XMLUtil.fillLinkingContainers
(AbstractContainerModel container) Fill all LinkingContainers under the model. -
Uses of AbstractContainerModel in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts with parameters of type AbstractContainerModelModifier and TypeMethodDescriptionprotected void
ArrayLayoutEditPolicy.addUpdateContainerCommands
(AbstractContainerModel container, org.eclipse.draw2d.geometry.Dimension widgetSize, org.eclipse.gef.commands.CompoundCommand result) -
Uses of AbstractContainerModel in org.csstudio.opibuilder.widgets.model
Subclasses of AbstractContainerModel in org.csstudio.opibuilder.widgets.modelModifier and TypeClassDescriptionclass
The model for array widget.class
The model for grouping container widget.class
The model for linking container widget.class
The model for sash container widget.class
The model for a tab widget.