public interface IActionBarConfigurer
Note that these objects are only available to the main application (the plug-in that creates and owns the workbench).
This interface is not intended to be implemented by clients.
WorkbenchAdvisor.fillActionBars(org.eclipse.ui.IWorkbenchWindow, org.eclipse.ui.application.IActionBarConfigurer, int)
Modifier and Type | Method and Description |
---|---|
ICoolBarManager |
getCoolBarManager()
Returns the cool bar manager of the workbench window.
|
IMenuManager |
getMenuManager()
Returns the menu manager for the main menu bar of a workbench window.
|
IStatusLineManager |
getStatusLineManager()
Returns the status line manager of a workbench window.
|
IWorkbenchWindowConfigurer |
getWindowConfigurer()
Returns the workbench window configurer for the window
containing this configurer's action bars.
|
void |
registerGlobalAction(IAction action)
Register the action as a global action with a workbench
window.
|
IWorkbenchWindowConfigurer getWindowConfigurer()
IMenuManager getMenuManager()
IStatusLineManager getStatusLineManager()
ICoolBarManager getCoolBarManager()
void registerGlobalAction(IAction action)
For a workbench retarget action
(RetargetAction
)
to work, it must be registered.
You should also register actions that will participate
in custom key bindings.
action
- the global actionRetargetAction
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.