org.topcased.modeler.actions
Class ModelerActionBarContributor
java.lang.Object
org.eclipse.ui.part.EditorActionBarContributor
org.eclipse.gef.ui.actions.ActionBarContributor
org.topcased.modeler.actions.ModelerActionBarContributor
- All Implemented Interfaces:
- org.eclipse.ui.IEditorActionBarContributor
public class ModelerActionBarContributor
- extends org.eclipse.gef.ui.actions.ActionBarContributor
Basic action bar contributor
Methods inherited from class org.eclipse.gef.ui.actions.ActionBarContributor |
addAction, addGlobalActionKey, addRetargetAction, dispose, getAction, getActionRegistry, init, setActiveEditor |
Methods inherited from class org.eclipse.ui.part.EditorActionBarContributor |
contributeToCoolBar, contributeToMenu, contributeToStatusLine, getActionBars, getPage, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelerActionBarContributor
public ModelerActionBarContributor()
buildActions
protected void buildActions()
- Add the retarget actions
- Specified by:
buildActions
in class org.eclipse.gef.ui.actions.ActionBarContributor
- See Also:
ActionBarContributor.buildActions()
contributeToToolBar
public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager toolBarManager)
- Add the actions to the ToolBar
- Overrides:
contributeToToolBar
in class org.eclipse.ui.part.EditorActionBarContributor
- See Also:
EditorActionBarContributor.contributeToToolBar(org.eclipse.jface.action.IToolBarManager)
declareGlobalActionKeys
protected void declareGlobalActionKeys()
- Declare additional global actions IDs. Only IDs which were not already
added directly or indirectly using
ActionBarContributor.addGlobalActionKey(String)
need to be added
- Specified by:
declareGlobalActionKeys
in class org.eclipse.gef.ui.actions.ActionBarContributor
- See Also:
ActionBarContributor.declareGlobalActionKeys()
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.