Class InitializeCompositeDiagramAction
java.lang.Object
de.uka.ipd.sdq.pcm.gmf.toolbar.BaseInitializeDiagramAction
de.uka.ipd.sdq.pcm.gmf.toolbar.actions.InitializeCompositeDiagramAction
- All Implemented Interfaces:
IActionDelegate
,IWorkbenchWindowActionDelegate
The Class InitializeCompositeDiagramAction.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Dispose.protected IObjectActionDelegate
Gets the inits the action.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.BaseInitializeDiagramAction
run
-
Constructor Details
-
InitializeCompositeDiagramAction
public InitializeCompositeDiagramAction()
-
-
Method Details
-
getInitAction
Gets the inits the action.- Specified by:
getInitAction
in classBaseInitializeDiagramAction
- Returns:
- the inits the action
- 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:
-