Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.application.IActionBarConfigurer

Packages that use IActionBarConfigurer
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.  
 

Uses of IActionBarConfigurer in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application that return IActionBarConfigurer
 IActionBarConfigurer IWorkbenchWindowConfigurer.getActionBarConfigurer()
          Returns the action bar configurer for this workbench window.
protected  IActionBarConfigurer ActionBarAdvisor.getActionBarConfigurer()
          Returns the action bar configurer.
 

Methods in org.eclipse.ui.application with parameters of type IActionBarConfigurer
 ActionBarAdvisor WorkbenchWindowAdvisor.createActionBarAdvisor(IActionBarConfigurer configurer)
          Creates a new action bar advisor to configure the action bars of the window via the given action bar configurer.
 void WorkbenchAdvisor.fillActionBars(IWorkbenchWindow window, IActionBarConfigurer configurer, int flags)
          Deprecated. since 3.1, override ActionBarAdvisor.fillActionBars(int) instead
 

Constructors in org.eclipse.ui.application with parameters of type IActionBarConfigurer
ActionBarAdvisor(IActionBarConfigurer configurer)
          Creates a new action bar advisor to configure a workbench window's action bars via the given action bar configurer.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.