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