Uses of Interface
org.eclipse.ui.application.IActionBarConfigurer
Packages that use IActionBarConfigurer
Package
Description
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 IActionBarConfigurerModifier and TypeMethodDescriptionprotected IActionBarConfigurerActionBarAdvisor.getActionBarConfigurer()Returns the action bar configurer.IWorkbenchWindowConfigurer.getActionBarConfigurer()Returns the action bar configurer for this workbench window.Methods in org.eclipse.ui.application with parameters of type IActionBarConfigurerModifier and TypeMethodDescriptionWorkbenchWindowAdvisor.createActionBarAdvisor(IActionBarConfigurer configurer) Creates a new action bar advisor to configure the action bars of the window via the given action bar configurer.voidWorkbenchAdvisor.fillActionBars(IWorkbenchWindow window, IActionBarConfigurer configurer, int flags) Deprecated.Constructors in org.eclipse.ui.application with parameters of type IActionBarConfigurerModifierConstructorDescriptionActionBarAdvisor(IActionBarConfigurer configurer) Creates a new action bar advisor to configure a workbench window's action bars via the given action bar configurer. -
Uses of IActionBarConfigurer in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IActionBarConfigurer
ActionBarAdvisor.fillActionBars(int)instead