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.swt.widgets.CoolBar

Packages that use CoolBar
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines. 
org.eclipse.jface.menus Provides support for trim specification. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of CoolBar in org.eclipse.jface.action
 

Methods in org.eclipse.jface.action that return CoolBar
  CoolBar CoolBarManager. createControl ( Composite parent)
          Creates and returns this manager's cool bar control.
  CoolBar CoolBarManager. getControl ()
          Returns the cool bar control for this manager.
 

Methods in org.eclipse.jface.action with parameters of type CoolBar
 void MenuManager. fill ( CoolBar parent, int index)
           
 void SubContributionItem. fill ( CoolBar parent, int index)
           
 void ToolBarContributionItem. fill ( CoolBar coolBar, int index)
           
 void ContributionItem. fill ( CoolBar parent, int index)
          The default implementation of this IContributionItem method does nothing.
 void SubMenuManager. fill ( CoolBar parent, int index)
           
 void IContributionItem. fill ( CoolBar parent, int index)
          Fills the given cool bar with controls representing this contribution item.
 

Constructors in org.eclipse.jface.action with parameters of type CoolBar
CoolBarManager ( CoolBar coolBar)
          Creates a cool bar manager for an existing cool bar control.
 

Uses of CoolBar in org.eclipse.jface.menus
 

Methods in org.eclipse.jface.menus with parameters of type CoolBar
 void IWidget. fill ( CoolBar parent, int index)
          Fills the given cool bar with controls representing this contribution item.
 void AbstractTrimWidget. fill ( CoolBar parent, int index)
           
 

Uses of CoolBar in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return CoolBar
  CoolBar CoolItem. getParent ()
          Returns the receiver's parent, which must be a CoolBar.
 

Constructors in org.eclipse.swt.widgets with parameters of type CoolBar
CoolItem ( CoolBar parent, int style)
          Constructs a new instance of this class given its parent (which must be a CoolBar) and a style value describing its behavior and appearance.
CoolItem ( CoolBar parent, int style, int index)
          Constructs a new instance of this class given its parent (which must be a CoolBar), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.
 


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