Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.ui
Interface IActionBars2

All Superinterfaces:
IActionBars

All Known Implementing Classes:
SubActionBars2


public interface IActionBars2
extends IActionBars

Interface extention to IActionBars that provides an additional cool bar manager.

Since:
3.0


Method Summary
 ICoolBarManager getCoolBarManager()
          Returns the cool bar manager.
 
Methods inherited from interface org.eclipse.ui.IActionBars
clearGlobalActionHandlers, getGlobalActionHandler, getMenuManager, getStatusLineManager, getToolBarManager, setGlobalActionHandler, updateActionBars
 

Method Detail

 

 

getCoolBarManager

public ICoolBarManager getCoolBarManager()

Returns the cool bar manager.

Note: Clients who add or remove items from the returned cool bar manager are responsible for calling updateActionBars so that the changes can be propagated throughout the workbench.

Returns:
the cool bar manager.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 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, 2004. All rights reserved.