Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected ICoolBarManager |
SubCoolBarManager.getParentCoolBarManager()
Returns the parent cool bar manager that this sub-manager contributes to.
|
Constructor and Description |
---|
SubCoolBarManager(ICoolBarManager mgr)
Constructs a new manager.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ICoolBarManager |
IActionBars2.getCoolBarManager()
Returns the cool bar manager.
|
ICoolBarManager |
SubActionBars2.getCoolBarManager() |
Modifier and Type | Method and Description |
---|---|
protected SubCoolBarManager |
SubActionBars2.createSubCoolBarManager(ICoolBarManager parent)
Returns a new sub coolbar manager.
|
Modifier and Type | Method and Description |
---|---|
ICoolBarManager |
IActionBarConfigurer.getCoolBarManager()
Returns the cool bar manager of the workbench window.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActionBarAdvisor.fillCoolBar(ICoolBarManager coolBar)
Fills the cool bar with the main toolbars for the window.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorActionBarContributor.contributeToCoolBar(ICoolBarManager coolBarManager)
Contributes to the given cool bar.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.