de.cau.cs.kieler.krep.evalbench.application.actions
Class ApplicationActionBarAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.ActionBarAdvisor
      extended by de.cau.cs.kieler.krep.evalbench.application.actions.ApplicationActionBarAdvisor

public class ApplicationActionBarAdvisor
extends ActionBarAdvisor

Configures the action bars of this application's workbench window.

Rating red

Field Summary
 
Fields inherited from class org.eclipse.ui.application.ActionBarAdvisor
FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
 
Constructor Summary
ApplicationActionBarAdvisor(IActionBarConfigurer configurer)
          Creates the action bar advisor for this application.
 
Method Summary
protected  void fillCoolBar(ICoolBarManager cbManager)
           
protected  void fillMenuBar(IMenuManager menubar)
           
protected  void makeActions(IWorkbenchWindow window)
           
 
Methods inherited from class org.eclipse.ui.application.ActionBarAdvisor
dispose, disposeAction, disposeActions, fillActionBars, fillStatusLine, getAction, getActionBarConfigurer, isApplicationMenu, register, restoreState, saveState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationActionBarAdvisor

public ApplicationActionBarAdvisor(IActionBarConfigurer configurer)
Creates the action bar advisor for this application.

Parameters:
configurer - the action bar configurer
Method Detail

makeActions

protected void makeActions(IWorkbenchWindow window)
Overrides:
makeActions in class ActionBarAdvisor

fillMenuBar

protected void fillMenuBar(IMenuManager menubar)
Overrides:
fillMenuBar in class ActionBarAdvisor

fillCoolBar

protected void fillCoolBar(ICoolBarManager cbManager)
Overrides:
fillCoolBar in class ActionBarAdvisor