Class PalladioComponentModelInitDiagramFileAction
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.allocation.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 void
run(IAction action)
void
selectionChanged(IAction action, ISelection selection)
void
setActivePart(IAction action, IWorkbenchPart targetPart)
-
-
-
Method Detail
-
setActivePart
public void setActivePart(IAction action, IWorkbenchPart targetPart)
- Specified by:
setActivePart
in interfaceIObjectActionDelegate
- Generated class or method.
-
selectionChanged
public void selectionChanged(IAction action, ISelection selection)
- Specified by:
selectionChanged
in interfaceIActionDelegate
- Generated class or method.
-
run
public void run(IAction action)
- Specified by:
run
in interfaceIActionDelegate
- Parameters:
action
- and IAction- Generated class or method.
- not
-
-