| org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2
IActionBarConfigurer2 | public interface IActionBarConfigurer2 extends IActionBarConfigurer(Code) | | Extends IActionBarConfigurer with API to allow the advisor to
be decoupled from the implementation types for tool bar managers and tool bar
contribution items.
since: 3.2 |
Method Summary | |
public IToolBarContributionItem | createToolBarContributionItem(IToolBarManager toolBarManager, String id) Creates a toolbar contribution item for the window's tool bar. | public IToolBarManager | createToolBarManager() Creates a tool bar manager for the workbench window's tool bar. |
createToolBarContributionItem | public IToolBarContributionItem createToolBarContributionItem(IToolBarManager toolBarManager, String id)(Code) | | Creates a toolbar contribution item for the window's tool bar. The action
bar advisor should use this factory method rather than creating a
ToolBarContributionItem directly.
Parameters: toolBarManager - a tool bar manager for the workbench window's tool bar Parameters: id - the id of the contribution the tool bar contribution item |
createToolBarManager | public IToolBarManager createToolBarManager()(Code) | | Creates a tool bar manager for the workbench window's tool bar. The
action bar advisor should use this factory method rather than creating a
ToolBarManager directly.
the tool bar manager |
|
|