Package de.uka.ipd.sdq.pcm.gmf.seff.part
Class PalladioComponentModelInitDiagramFileAction
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.seff.part.PalladioComponentModelInitDiagramFileAction
-
- All Implemented Interfaces:
IActionDelegate,IObjectActionDelegate
public class PalladioComponentModelInitDiagramFileAction extends Object implements IObjectActionDelegate
- Generated class or method.
-
-
Constructor Summary
Constructors Constructor Description PalladioComponentModelInitDiagramFileAction()
-
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
-
setActivePart
public void setActivePart(IAction action, IWorkbenchPart targetPart)
- Specified by:
setActivePartin interfaceIObjectActionDelegate- Generated class or method.
-
selectionChanged
public void selectionChanged(IAction action, ISelection selection)
- Specified by:
selectionChangedin interfaceIActionDelegate- Generated class or method.
-
run
public void run(IAction action)
- Specified by:
runin interfaceIActionDelegate- Generated class or method.
-
-