Uses of Class
org.eclipse.swt.widgets.CoolBar
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides support for trim specification.
SWT widget public API classes.
-
Uses of CoolBar in org.eclipse.jface.action
Modifier and TypeMethodDescriptionCoolBarManager.createControl
(Composite parent) Creates and returns this manager's cool bar control.CoolBarManager.getControl()
Returns the cool bar control for this manager.Modifier and TypeMethodDescriptionvoid
The default implementation of thisIContributionItem
method does nothing.void
Fills the given cool bar with controls representing this contribution item.void
void
void
void
ModifierConstructorDescriptionCoolBarManager
(CoolBar coolBar) Creates a cool bar manager for an existing cool bar control. -
Uses of CoolBar in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionCoolItem.getParent()
Returns the receiver's parent, which must be aCoolBar
.ModifierConstructorDescriptionConstructs a new instance of this class given its parent (which must be aCoolBar
) and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent (which must be aCoolBar
), a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent.