Public base class for configuring the action bars of a workbench window.
An application should declare a subclass of ActionBarAdvisor
and override methods to configure a window's action bars to suit the needs of the
particular application.
The following advisor methods are called at strategic points in the
workbench's lifecycle (all occur within the dynamic scope of the call
to
PlatformUI.createAndRunWorkbench PlatformUI.createAndRunWorkbench ):
fillActionBars - called after WorkbenchWindowAdvisor.preWindowOpen
to configure a window's action bars
See Also: WorkbenchWindowAdvisor.createActionBarAdvisor(IActionBarConfigurer) author: cole.markham since: 1.0.0 |