za.co.bluesphere.sens.internal.ui
Class SENSActionBarAdvisor

java.lang.Object
  extended by org.eclipse.ui.application.ActionBarAdvisor
      extended by za.co.bluesphere.sens.internal.ui.SENSActionBarAdvisor

public class SENSActionBarAdvisor
extends org.eclipse.ui.application.ActionBarAdvisor

Public base class for configuring the action bars of a workbench window.

An application should declare a subclass of ActionBarAdvisor and override methods to configure a window's action bars to suit the needs of the particular application.

The following advisor methods are called at strategic points in the workbench's lifecycle (all occur within the dynamic scope of the call to PlatformUI.createAndRunWorkbench):

See Also:
WorkbenchWindowAdvisor.createActionBarAdvisor(IActionBarConfigurer)

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

Constructor Detail

SENSActionBarAdvisor

public SENSActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer configurer)
Constructor for this Class.

Parameters:
configurer -
Method Detail

fillMenuBar

protected void fillMenuBar(org.eclipse.jface.action.IMenuManager menuBar)
Overrides:
fillMenuBar in class org.eclipse.ui.application.ActionBarAdvisor