Class InitializeAllocationDiagramAction
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.gmf.toolbar.BaseInitializeDiagramAction
-
- de.uka.ipd.sdq.pcm.gmf.toolbar.actions.InitializeAllocationDiagramAction
-
- All Implemented Interfaces:
IActionDelegate
,IWorkbenchWindowActionDelegate
public class InitializeAllocationDiagramAction extends BaseInitializeDiagramAction
The Class InitializeAllocationDiagramAction.
-
-
Constructor Summary
Constructors Constructor Description InitializeAllocationDiagramAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
Dispose.protected IObjectActionDelegate
getInitAction()
Gets the inits the action.protected IWorkbenchWindow
getWindow()
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
-
-
-
-
Method Detail
-
getInitAction
protected IObjectActionDelegate getInitAction()
Gets the inits the action.- Specified by:
getInitAction
in classBaseInitializeDiagramAction
- Returns:
- the inits the action
- See Also:
BaseInitializeDiagramAction.getInitAction()
-
init
public void init(IWorkbenchWindow window)
Inits the.- Specified by:
init
in interfaceIWorkbenchWindowActionDelegate
- Parameters:
window
- the window- See Also:
IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)
-
getWindow
protected IWorkbenchWindow getWindow()
Gets the window.- Returns:
- the window which was active when the action was activated
-
selectionChanged
public void selectionChanged(IAction action, ISelection selection)
Selection changed.- Specified by:
selectionChanged
in interfaceIActionDelegate
- Parameters:
action
- the actionselection
- the selection- See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)
-
dispose
public void dispose()
Dispose.- Specified by:
dispose
in interfaceIWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.dispose()
-
-