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