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 Class
org.eclipse.jface.action.ContributionManager

Packages that use ContributionManager
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service. 
 

Uses of ContributionManager in org.eclipse.jface.action
 

Subclasses of ContributionManager in org.eclipse.jface.action
 class CoolBarManager
          A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.
 class MenuManager
          A menu manager is a contribution manager which realizes itself and its items in a menu control; either as a menu bar, a sub-menu, or a context menu.
 class StatusLineManager
          A status line manager is a contribution manager which realizes itself and its items in a status line control.
 class ToolBarManager
          A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.
 

Uses of ContributionManager in org.eclipse.ui.menus
 

Methods in org.eclipse.ui.menus with parameters of type ContributionManager
 void IMenuService. populateContributionManager ( ContributionManager mgr, String location)
          Populate a ContributionManager at the specified starting location with a set of IContributionItemss.
 void IMenuService. releaseContributions ( ContributionManager mgr)
          Before calling dispose() on a ContributionManager populated by the menu service, you must inform the menu service to release its contributions.
 


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