Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.jface.action.ICoolBarManager

Packages that use ICoolBarManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.jface.window Provides a general framework for creating and managing windows. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of ICoolBarManager in org.eclipse.jface.action
 

Classes in org.eclipse.jface.action that implement ICoolBarManager
 class CoolBarManager
          A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.
 class SubCoolBarManager
          A SubCoolBarManager monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.
 

Methods in org.eclipse.jface.action that return ICoolBarManager
protected   ICoolBarManager SubCoolBarManager. getParentCoolBarManager ()
          Returns the parent cool bar manager that this sub-manager contributes to.
 

Constructors in org.eclipse.jface.action with parameters of type ICoolBarManager
SubCoolBarManager ( ICoolBarManager mgr)
          Constructs a new manager.
 

Uses of ICoolBarManager in org.eclipse.jface.window
 

Methods in org.eclipse.jface.window that return ICoolBarManager
protected   ICoolBarManager ApplicationWindow. createCoolBarManager2 (int style)
          Returns a new cool bar manager for the window.
  ICoolBarManager ApplicationWindow. getCoolBarManager2 ()
          Returns the cool bar manager for this window.
 

Uses of ICoolBarManager in org.eclipse.ui
 

Methods in org.eclipse.ui that return ICoolBarManager
  ICoolBarManager IActionBars2. getCoolBarManager ()
          Returns the cool bar manager.
  ICoolBarManager SubActionBars2. getCoolBarManager ()
           
 

Methods in org.eclipse.ui with parameters of type ICoolBarManager
protected   SubCoolBarManager SubActionBars2. createSubCoolBarManager ( ICoolBarManager parent)
          Returns a new sub coolbar manager.
 

Uses of ICoolBarManager in org.eclipse.ui.application
 

Methods in org.eclipse.ui.application that return ICoolBarManager
  ICoolBarManager IActionBarConfigurer. getCoolBarManager ()
          Returns the cool bar manager of the workbench window.
 

Methods in org.eclipse.ui.application with parameters of type ICoolBarManager
protected  void ActionBarAdvisor. fillCoolBar ( ICoolBarManager coolBar)
          Fills the cool bar with the main toolbars for the window.
 

Uses of ICoolBarManager in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type ICoolBarManager
 void EditorActionBarContributor. contributeToCoolBar ( ICoolBarManager coolBarManager)
          Contributes to the given cool bar.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire