de.upb.swt.epctools.plugin.editor
Class EpctoolsActionBarContributor

java.lang.Object
  extended by org.eclipse.ui.part.EditorActionBarContributor
      extended by org.eclipse.gef.ui.actions.ActionBarContributor
          extended by de.upb.swt.epctools.plugin.editor.EpctoolsActionBarContributor
All Implemented Interfaces:
org.eclipse.ui.IEditorActionBarContributor

public class EpctoolsActionBarContributor
extends org.eclipse.gef.ui.actions.ActionBarContributor


Constructor Summary
EpctoolsActionBarContributor()
           
 
Method Summary
protected  void buildActions()
           
 void contributeToMenu(org.eclipse.jface.action.IMenuManager menubar)
           
 void contributeToToolBar(org.eclipse.jface.action.IToolBarManager tbm)
           
protected  void declareGlobalActionKeys()
           
 
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, contributeToStatusLine, getActionBars, getPage, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpctoolsActionBarContributor

public EpctoolsActionBarContributor()
Method Detail

buildActions

protected void buildActions()
Specified by:
buildActions in class org.eclipse.gef.ui.actions.ActionBarContributor
See Also:
org.eclipse.gef.ui.actions.ActionBarContributor#createActions()

declareGlobalActionKeys

protected void declareGlobalActionKeys()
Specified by:
declareGlobalActionKeys in class org.eclipse.gef.ui.actions.ActionBarContributor
See Also:
ActionBarContributor.declareGlobalActionKeys()

contributeToToolBar

public void contributeToToolBar(org.eclipse.jface.action.IToolBarManager tbm)
Overrides:
contributeToToolBar in class org.eclipse.ui.part.EditorActionBarContributor
See Also:
EditorActionBarContributor.contributeToToolBar(IToolBarManager)

contributeToMenu

public void contributeToMenu(org.eclipse.jface.action.IMenuManager menubar)
Overrides:
contributeToMenu in class org.eclipse.ui.part.EditorActionBarContributor
See Also:
EditorActionBarContributor.contributeToMenu(IMenuManager)