Uses of Interface
org.eclipse.jface.action.IToolBarManager
Package
Description
Support for compare and merge viewers which show the
content side-by-side.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a general framework for creating and managing
windows.
Provides the base classes to implement a search result view part for searches with textual matches.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Custom widgets and controls for forms-based parts.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IToolBarManager in org.eclipse.compare.contentmergeviewer
Modifier and TypeMethodDescriptionprotected IToolBarManager
ContentMergeViewer.getToolBarManager
(Composite parent) Returns the toolbar manager for this viewer. -
Uses of IToolBarManager in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionvoid
CompareEditorContributor.contributeToToolBar
(IToolBarManager tbm) -
Uses of IToolBarManager in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected abstract void
AbstractDebugView.configureToolBar
(IToolBarManager tbm) Subclasses implement this menu to contribute actions to the toolbar. -
Uses of IToolBarManager in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeMethodDescriptionvoid
ToolBarManagerRenderer.reconcileManagerToModel
(IToolBarManager menuManager, MToolBar toolBar) -
Uses of IToolBarManager in org.eclipse.jface.action
Modifier and TypeClassDescriptionclass
ASubToolBarManager
monitors the additional and removal of items from a parent manager so that visibility of the entire set can be changed as a unit.class
A tool bar manager is a contribution manager which realizes itself and its items in a tool bar control.Modifier and TypeMethodDescriptionprotected final IToolBarManager
SubToolBarManager.getParentToolBarManager()
ToolBarContributionItem.getToolBarManager()
Returns the internal tool bar manager of the contribution item.Modifier and TypeMethodDescriptionvoid
CoolBarManager.add
(IToolBarManager toolBarManager) void
ICoolBarManager.add
(IToolBarManager toolBarManager) A convenience method to add a tool bar as a contribution item to this cool bar manager.void
SubCoolBarManager.add
(IToolBarManager toolBarManager) ModifierConstructorDescriptionConstructs a new manager.ToolBarContributionItem
(IToolBarManager toolBarManager) Convenience method equivalent toToolBarContributionItem(toolBarManager, null)
.ToolBarContributionItem
(IToolBarManager toolBarManager, String id) Creates a tool bar contribution item. -
Uses of IToolBarManager in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected IToolBarManager
ApplicationWindow.createToolBarManager2
(int style) Returns a new tool bar manager for the window.ApplicationWindow.getToolBarManager2()
Returns the tool bar manager for this window (if it has one). -
Uses of IToolBarManager in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionprotected void
AbstractTextSearchViewPage.fillToolbar
(IToolBarManager tbm) Fills the toolbar contribution for this page. -
Uses of IToolBarManager in org.eclipse.team.ui
Modifier and TypeMethodDescriptionprotected abstract IPage
PageCompareEditorInput.createPage
(CompareViewerPane parent, IToolBarManager toolBarManager) Create the page for this part and return the top level control for the page. -
Uses of IToolBarManager in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionIHistoryPageSite.getToolBarManager()
Returns the toolbar manager for this site ornull
it there is no toolbar.Modifier and TypeMethodDescriptionprotected IPage
HistoryPageCompareEditorInput.createPage
(CompareViewerPane parent, IToolBarManager toolBarManager) -
Uses of IToolBarManager in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected IPage
ParticipantPageCompareEditorInput.createPage
(CompareViewerPane parent, IToolBarManager toolBarManager) -
Uses of IToolBarManager in org.eclipse.ui
Modifier and TypeMethodDescriptionIActionBars.getToolBarManager()
Returns the tool bar manager.SubActionBars.getToolBarManager()
Returns the tool bar manager.Modifier and TypeMethodDescriptionprotected SubToolBarManager
SubActionBars.createSubToolBarManager
(IToolBarManager parent) Returns a new sub toolbar manager. -
Uses of IToolBarManager in org.eclipse.ui.console
Modifier and TypeMethodDescriptionprotected void
TextConsolePage.configureToolBar
(IToolBarManager mgr) -
Uses of IToolBarManager in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionForm.getToolBarManager()
Returns the tool bar manager that is used to manage tool items in the form's title area.ScrolledForm.getToolBarManager()
Returns the tool bar manager that is used to manage tool items in the form's title area. -
Uses of IToolBarManager in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionActionSetActionBars.getToolBarManager()
Returns a tool bar manager for this Item.ActionSetActionBars.getToolBarManager
(String actionId) Returns the correct tool bar for the given action id.EditorActionBars.getToolBarManager()
Returns the tool bar manager.WorkbenchWindow.getToolBarManager()
WWinActionBars.getToolBarManager()
Returns the tool bar manager.Modifier and TypeMethodDescriptionvoid
CoolBarToTrimManager.add
(IToolBarManager toolBarManager) void
PluginActionBuilder.BasicContribution.contribute
(IMenuManager menu, boolean menuAppendIfMissing, IToolBarManager toolbar, boolean toolAppendIfMissing) Contributes submenus and/or actions into the provided menu and tool bar managers.final void
PluginActionBuilder.contribute
(IMenuManager menu, IToolBarManager toolbar, boolean appendIfMissing) Contributes submenus and/or actions into the provided menu and tool bar managers.protected void
PluginActionBuilder.BasicContribution.contributeToolbarAction
(ActionDescriptor ad, IToolBarManager toolbar, boolean appendIfMissing) Contributes action from the action descriptor into the provided tool bar manager.protected SubToolBarManager
ActionSetActionBars.createSubToolBarManager
(IToolBarManager parent) protected SubToolBarManager
EditorActionBars.createSubToolBarManager
(IToolBarManager parent) -
Uses of IToolBarManager in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
DrillDownAdapter.addNavigationActions
(IToolBarManager toolBar) Adds actions for "go back", "go home", and "go into" to a tool bar manager.void
EditorActionBarContributor.contributeToToolBar
(IToolBarManager toolBarManager) Contributes to the given tool bar.void
Page.makeContributions
(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager) This method exists for backward compatibility. -
Uses of IToolBarManager in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionvoid
PropertySheetPage.makeContributions
(IMenuManager menuManager, IToolBarManager toolBarManager, IStatusLineManager statusLineManager)