Class LockUnlockChildrenAction
java.lang.Object
org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
org.csstudio.opibuilder.widgets.actions.LockUnlockChildrenAction
- All Implemented Interfaces:
IActionDelegate
,IObjectActionDelegate
The action to lock or unlock children in grouping container.
-
Field Summary
Fields inherited from class org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
selection, targetPart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.gef.commands.Command
createLockUnlockCommand
(GroupingContainerModel containerModel) protected 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
-
LockUnlockChildrenAction
public LockUnlockChildrenAction()
-
-
Method Details
-
run
-
createLockUnlockCommand
public static org.eclipse.gef.commands.Command createLockUnlockCommand(GroupingContainerModel containerModel) -
getSelectedContainer
Gets the widget models of all currently selected EditParts.- Returns:
- a list with all widget models that are currently selected
-