Package | Description |
---|---|
org.eclipse.ui.application |
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
|
Modifier and Type | Method and Description |
---|---|
protected IActionBarConfigurer |
ActionBarAdvisor.getActionBarConfigurer()
Returns the action bar configurer.
|
IActionBarConfigurer |
IWorkbenchWindowConfigurer.getActionBarConfigurer()
Returns the action bar configurer for this workbench
window.
|
Modifier and Type | Method and Description |
---|---|
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 |
Constructor and Description |
---|
ActionBarAdvisor(IActionBarConfigurer configurer)
Creates a new action bar advisor to configure a workbench
window's action bars via the given action bar configurer.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.