|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface providing special access for configuring the action bars of a workbench window.
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)
Method Summary | |
---|---|
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. |
Method Detail |
public IWorkbenchWindowConfigurer getWindowConfigurer()
public IMenuManager getMenuManager()
public IStatusLineManager getStatusLineManager()
public ICoolBarManager getCoolBarManager()
public 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
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.