Class RemoveGroupAction
java.lang.Object
org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
org.csstudio.opibuilder.widgets.actions.RemoveGroupAction
- All Implemented Interfaces:
IActionDelegate
,IObjectActionDelegate
The action will remove a group and move all the selected widgets to the group's parent.
-
Field Summary
Fields inherited from class org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
selection, targetPart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final GroupingContainerModel
Gets the widget models of all currently selected EditParts.void
Methods inherited from class org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
execute, getCommandStack, getSelection, selectionChanged, setActivePart
-
Constructor Details
-
RemoveGroupAction
public RemoveGroupAction()
-
-
Method Details
-
run
-
getSelectedContainer
Gets the widget models of all currently selected EditParts.- Returns:
- a list with all widget models that are currently selected
-