Class ApplicationActionBarAdvisor


  • public class ApplicationActionBarAdvisor
    extends org.eclipse.ui.application.ActionBarAdvisor
    An action bar advisor is responsible for creating, adding, and disposing of the actions added to a workbench window. Each window will be populated with new actions.
    Author:
    Holger Eichelberger
    • Field Summary

      • Fields inherited from class org.eclipse.ui.application.ActionBarAdvisor

        FILL_COOL_BAR, FILL_MENU_BAR, FILL_PROXY, FILL_STATUS_LINE
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationActionBarAdvisor​(org.eclipse.ui.application.IActionBarConfigurer configurer)
      Calls superclass constructor thus creates a new action bar advisor.
    • Method Summary

      • Methods inherited from class org.eclipse.ui.application.ActionBarAdvisor

        dispose, disposeAction, disposeActions, fillActionBars, fillCoolBar, fillMenuBar, 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

      • ApplicationActionBarAdvisor

        public ApplicationActionBarAdvisor​(org.eclipse.ui.application.IActionBarConfigurer configurer)
        Calls superclass constructor thus creates a new action bar advisor. to configure a workbench window's action bars via the given action bar configurer.
        Parameters:
        configurer - the action bar configurer.