Package org.eclipse.ui
Interface IActionBars2
- All Superinterfaces:
- IActionBars
- All Known Implementing Classes:
- ActionSetActionBars,- EditorActionBars,- SubActionBars2,- WWinActionBars
Interface extention to 
IActionBars that provides an additional
 cool bar manager.- Since:
- 3.0
- Restriction:
- This interface is not intended to be implemented by clients.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the cool bar manager.Methods inherited from interface org.eclipse.ui.IActionBarsclearGlobalActionHandlers, getGlobalActionHandler, getMenuManager, getServiceLocator, getStatusLineManager, getToolBarManager, setGlobalActionHandler, updateActionBars
- 
Method Details- 
getCoolBarManagerICoolBarManager getCoolBarManager()Returns the cool bar manager.Note: Clients who add or remove items from the returned cool bar manager are responsible for calling updateActionBarsso that the changes can be propagated throughout the workbench.- Returns:
- the cool bar manager.
 
 
-