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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.gef.commands.CommandcreateLockUnlockCommand(GroupingContainerModel containerModel) protected final GroupingContainerModelGets the widget models of all currently selected EditParts.voidMethods 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
-