Class CompareAction
- java.lang.Object
-
- org.palladiosimulator.reliability.solver.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 voidrun(IAction action)voidselectionChanged(IAction action, ISelection selection)voidsetActivePart(IAction action, IWorkbenchPart targetPart)
-
-
-
Method Detail
-
run
public void run(IAction action)
- Specified by:
runin interfaceIActionDelegate- See Also:
IActionDelegate.run(IAction)
-
selectionChanged
public void selectionChanged(IAction action, ISelection selection)
- Specified by:
selectionChangedin interfaceIActionDelegate- See Also:
IActionDelegate.selectionChanged(IAction, ISelection)
-
setActivePart
public void setActivePart(IAction action, IWorkbenchPart targetPart)
- Specified by:
setActivePartin interfaceIObjectActionDelegate- See Also:
IObjectActionDelegate.setActivePart(IAction, IWorkbenchPart)
-
-