Class CompareAction
- java.lang.Object
-
- org.palladiosimulator.solver.reliability.popup.actions.CompareAction
-
- All Implemented Interfaces:
IActionDelegate
,IObjectActionDelegate
public class CompareAction extends Object implements IObjectActionDelegate
-
-
Constructor Summary
Constructors Constructor Description CompareAction()
Constructor for CompareAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(IAction action)
void
selectionChanged(IAction action, ISelection selection)
void
setActivePart(IAction action, IWorkbenchPart targetPart)
-
-
-
Method Detail
-
run
public void run(IAction action)
- Specified by:
run
in interfaceIActionDelegate
- See Also:
IActionDelegate.run(IAction)
-
selectionChanged
public void selectionChanged(IAction action, ISelection selection)
- Specified by:
selectionChanged
in interfaceIActionDelegate
- See Also:
IActionDelegate.selectionChanged(IAction, ISelection)
-
setActivePart
public void setActivePart(IAction action, IWorkbenchPart targetPart)
- Specified by:
setActivePart
in interfaceIObjectActionDelegate
- See Also:
IObjectActionDelegate.setActivePart(IAction, IWorkbenchPart)
-
-