Class NewSeffDiagramAction
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.toolbar.BaseNewDiagramAction
de.uka.ipd.sdq.pcm.gmf.toolbar.actions.NewSeffDiagramAction
- All Implemented Interfaces:
IActionDelegate
,IWorkbenchWindowActionDelegate
The Class NewSeffDiagramAction.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Dispose.protected INewWizard
Gets the new wizard.protected IWorkbenchWindow
Gets the window.void
init
(IWorkbenchWindow window) Inits the.void
selectionChanged
(IAction action, ISelection selection) Selection changed.Methods inherited from class de.uka.ipd.sdq.pcm.gmf.toolbar.BaseNewDiagramAction
run
-
Constructor Details
-
NewSeffDiagramAction
public NewSeffDiagramAction()
-
-
Method Details
-
getNewWizard
Gets the new wizard.- Specified by:
getNewWizard
in classBaseNewDiagramAction
- Returns:
- the new wizard
- See Also:
-
init
Inits the.- Specified by:
init
in interfaceIWorkbenchWindowActionDelegate
- Parameters:
window
- the window- See Also:
-
getWindow
Gets the window.- Returns:
- the window which was active when the action was activated
-
selectionChanged
Selection changed.- Specified by:
selectionChanged
in interfaceIActionDelegate
- Parameters:
action
- the actionselection
- the selection- See Also:
-
dispose
public void dispose()Dispose.- Specified by:
dispose
in interfaceIWorkbenchWindowActionDelegate
- See Also:
-