Class SelectAllInGroupAction
java.lang.Object
org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
org.csstudio.opibuilder.widgets.actions.SelectAllInGroupAction
- All Implemented Interfaces:
 IActionDelegate,IObjectActionDelegate
Select all widgets in a group
- 
Field Summary
Fields inherited from class org.csstudio.opibuilder.actions.AbstractWidgetTargetAction
selection, targetPart - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected 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
- 
SelectAllInGroupAction
public SelectAllInGroupAction() 
 - 
 - 
Method Details
- 
run
 - 
getContainerModel
Gets the widget models of all currently selected EditParts.- Returns:
 - a list with all widget models that are currently selected
 
 
 -