Uses of Class
org.eclipse.jface.action.ToolBarManager
Packages that use ToolBarManager
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a framework for creating and manipulating text documents.
Provides a general framework for creating and managing
windows.
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.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of ToolBarManager in org.eclipse.compare
Methods in org.eclipse.compare that return ToolBarManagerModifier and TypeMethodDescriptionstatic ToolBarManager
CompareViewerPane.getToolBarManager
(Composite parent) Returns aToolBarManager
if the given parent is aCompareViewerPane
ornull
otherwise.Methods in org.eclipse.compare with parameters of type ToolBarManagerModifier and TypeMethodDescriptionvoid
CompareEditorInput.contributeToToolBar
(ToolBarManager toolBarManager) Adds standard actions to the givenToolBarManager
. -
Uses of ToolBarManager in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer with parameters of type ToolBarManagerModifier and TypeMethodDescriptionprotected void
ContentMergeViewer.createToolItems
(ToolBarManager toolBarManager) Contributes items to the givenToolBarManager
.protected void
TextMergeViewer.createToolItems
(ToolBarManager tbm) -
Uses of ToolBarManager in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type ToolBarManagerModifier and TypeMethodDescriptionprotected void
DiffTreeViewer.createToolItems
(ToolBarManager toolbarManager) This factory method is called after the viewer's controls have been created. -
Uses of ToolBarManager in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt that return ToolBarManagerModifier and TypeMethodDescriptionToolBarManagerRenderer.getManager
(MToolBar model) ToolBarContributionRecord.getManagerForModel()
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type ToolBarManagerModifier and TypeMethodDescriptionvoid
ToolBarManagerRenderer.clearModelToManager
(MToolBar model, ToolBarManager manager) ToolBarManagerRenderer.getToolBarModel
(ToolBarManager manager) void
ToolBarManagerRenderer.linkModelToManager
(MToolBar model, ToolBarManager manager) -
Uses of ToolBarManager in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return ToolBarManagerModifier and TypeMethodDescriptionprotected final ToolBarManager
AbstractInformationControl.getToolBarManager()
The toolbar manager used to manage the toolbar, ornull
if no toolbar is shown.Constructors in org.eclipse.jface.text with parameters of type ToolBarManagerModifierConstructorDescriptionAbstractInformationControl
(Shell parentShell, ToolBarManager toolBarManager) Creates an abstract information control with the given shell as parent.DefaultInformationControl
(Shell parent, ToolBarManager toolBarManager) Creates a resizable default information control with the given shell as parent.DefaultInformationControl
(Shell parent, ToolBarManager toolBarManager, DefaultInformationControl.IInformationPresenter presenter) Creates a resizable default information control with the given shell as parent. -
Uses of ToolBarManager in org.eclipse.jface.window
Methods in org.eclipse.jface.window that return ToolBarManagerModifier and TypeMethodDescriptionprotected ToolBarManager
ApplicationWindow.createToolBarManager
(int style) Returns a new tool bar manager for the window.ApplicationWindow.getToolBarManager()
Returns the tool bar manager for this window (if it has one). -
Uses of ToolBarManager in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type ToolBarManagerModifier and TypeMethodDescriptionprotected abstract Control
PageSaveablePart.createPage
(Composite parent, ToolBarManager toolBarManager) Deprecated.Create the page for this part and return the top level control for the page. -
Uses of ToolBarManager in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history with parameters of type ToolBarManagerModifier and TypeMethodDescriptionprotected Control
HistoryPageSaveablePart.createPage
(Composite parent, ToolBarManager toolBarManager) Deprecated. -
Uses of ToolBarManager in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type ToolBarManagerModifier and TypeMethodDescriptionprotected Control
ParticipantPageSaveablePart.createPage
(Composite parent, ToolBarManager toolBarManager) Deprecated. -
Uses of ToolBarManager in org.eclipse.ui.dialogs
Fields in org.eclipse.ui.dialogs declared as ToolBarManagerModifier and TypeFieldDescriptionprotected ToolBarManager
FilteredTree.filterToolBar
Note: As of 4.13 not used anymore