Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuManager.fill(CoolBar parent,
int index) |
void |
SubMenuManager.fill(CoolBar parent,
int index) |
void |
ContributionItem.fill(CoolBar parent,
int index)
The default implementation of this
IContributionItem
method does nothing. |
void |
ToolBarContributionItem.fill(CoolBar coolBar,
int index) |
void |
IContributionItem.fill(CoolBar parent,
int index)
Fills the given cool bar with controls representing this contribution item.
|
void |
SubContributionItem.fill(CoolBar parent,
int index) |
Constructor and Description |
---|
CoolBarManager(CoolBar coolBar)
Creates a cool bar manager for an existing cool bar control.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTrimWidget.fill(CoolBar parent,
int index) |
void |
IWidget.fill(CoolBar parent,
int index)
Fills the given cool bar with controls representing this contribution
item.
|
Modifier and Type | Method and Description |
---|---|
CoolBar |
CoolItem.getParent()
Returns the receiver's parent, which must be a
CoolBar . |
Constructor and Description |
---|
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. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.