Uses of Interface
org.eclipse.jface.action.ICoolBarManager
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a general framework for creating and managing
windows.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of ICoolBarManager in org.eclipse.jface.action
Modifier and TypeClassDescriptionclass
A cool bar manager is a contribution manager which realizes itself and its items in a cool bar control.class
ASubCoolBarManager
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 TypeMethodDescriptionprotected final ICoolBarManager
SubCoolBarManager.getParentCoolBarManager()
Returns the parent cool bar manager that this sub-manager contributes to. -
Uses of ICoolBarManager in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected ICoolBarManager
ApplicationWindow.createCoolBarManager2
(int style) Returns a new cool bar manager for the window.ApplicationWindow.getCoolBarManager2()
Returns the cool bar manager for this window. -
Uses of ICoolBarManager in org.eclipse.ui
Modifier and TypeMethodDescriptionIActionBars2.getCoolBarManager()
Returns the cool bar manager.SubActionBars2.getCoolBarManager()
Modifier and TypeMethodDescriptionprotected SubCoolBarManager
SubActionBars2.createSubCoolBarManager
(ICoolBarManager parent) Returns a new sub coolbar manager. -
Uses of ICoolBarManager in org.eclipse.ui.application
Modifier and TypeMethodDescriptionIActionBarConfigurer.getCoolBarManager()
Returns the cool bar manager of the workbench window.Modifier and TypeMethodDescriptionprotected void
ActionBarAdvisor.fillCoolBar
(ICoolBarManager coolBar) Fills the cool bar with the main toolbars for the window. -
Uses of ICoolBarManager in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionWWinActionBars.getCoolBarManager()
Returns the cool bar manager.WorkbenchWindow.getCoolBarManager2()
-
Uses of ICoolBarManager in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
EditorActionBarContributor.contributeToCoolBar
(ICoolBarManager coolBarManager) Contributes to the given cool bar.