Uses of Class
org.csstudio.opibuilder.widgets.model.GroupingContainerModel
Package
Description
-
Uses of GroupingContainerModel in org.csstudio.opibuilder.widgets.actions
Modifier and TypeMethodDescriptionprotected final GroupingContainerModel
SelectAllInGroupAction.getContainerModel()
Gets the widget models of all currently selected EditParts.protected final GroupingContainerModel
LockUnlockChildrenAction.getSelectedContainer()
Gets the widget models of all currently selected EditParts.protected final GroupingContainerModel
RemoveGroupAction.getSelectedContainer()
Gets the widget models of all currently selected EditParts.Modifier and TypeMethodDescriptionstatic org.eclipse.gef.commands.Command
LockUnlockChildrenAction.createLockUnlockCommand
(GroupingContainerModel containerModel) -
Uses of GroupingContainerModel in org.csstudio.opibuilder.widgets.editparts
Modifier and TypeMethodDescriptionstatic GroupingContainerModel
TabEditPart.createGroupingContainer()
TabEditPart.getGroupingContainer
(int index) TabItem.getGroupingContainerModel()
GroupingContainerEditPart.getWidgetModel()
Modifier and TypeMethodDescriptionvoid
TabItem.setGroupingContainerModel
(GroupingContainerModel groupingContainerModel) ModifierConstructorDescriptionTabItem
(TabModel tabModel, int index, GroupingContainerModel groupingContainerModel) The tab item will be initialized with the corresponding tab properties value in tab model.