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 voiddispose()voidinit(IWorkbenchWindow window)voidrun(IAction action)voidselectionChanged(IAction action, ISelection selection)
-
-
-
Method Detail
-
init
public void init(IWorkbenchWindow window)
- Specified by:
initin interfaceIWorkbenchWindowActionDelegate- Generated class or method.
-
dispose
public void dispose()
- Specified by:
disposein interfaceIWorkbenchWindowActionDelegate- 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.
-
-