Class EMFProfileInitDiagramFileAction
- java.lang.Object
-
- org.modelversioning.emfprofile.diagram.part.EMFProfileInitDiagramFileAction
-
- All Implemented Interfaces:
IActionDelegate
,IWorkbenchWindowActionDelegate
public class EMFProfileInitDiagramFileAction extends Object implements IWorkbenchWindowActionDelegate
- Generated class or method.
-
-
Constructor Summary
Constructors Constructor Description EMFProfileInitDiagramFileAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
init(IWorkbenchWindow window)
void
run(IAction action)
void
selectionChanged(IAction action, ISelection selection)
-
-
-
Method Detail
-
init
public void init(IWorkbenchWindow window)
- Specified by:
init
in interfaceIWorkbenchWindowActionDelegate
- Generated class or method.
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceIWorkbenchWindowActionDelegate
- 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
- Generated class or method.
-
-