Uses of Class
org.eclipse.jface.action.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
Modifier and TypeMethodDescriptionstatic ToolBarManager
CompareViewerPane.getToolBarManager
(Composite parent) Returns aToolBarManager
if the given parent is aCompareViewerPane
ornull
otherwise.Modifier and TypeMethodDescriptionvoid
CompareEditorInput.contributeToToolBar
(ToolBarManager toolBarManager) Adds standard actions to the givenToolBarManager
. -
Uses of ToolBarManager in org.eclipse.compare.contentmergeviewer
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionToolBarManagerRenderer.getManager
(MToolBar model) ToolBarContributionRecord.getManagerForModel()
Modifier 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
Modifier and TypeMethodDescriptionprotected final ToolBarManager
AbstractInformationControl.getToolBarManager()
The toolbar manager used to manage the toolbar, ornull
if no toolbar is shown.ModifierConstructorDescriptionAbstractInformationControl
(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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected Control
HistoryPageSaveablePart.createPage
(Composite parent, ToolBarManager toolBarManager) Deprecated. -
Uses of ToolBarManager in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected Control
ParticipantPageSaveablePart.createPage
(Composite parent, ToolBarManager toolBarManager) Deprecated. -
Uses of ToolBarManager in org.eclipse.ui.dialogs
Modifier and TypeFieldDescriptionprotected ToolBarManager
FilteredTree.filterToolBar
Note: As of 4.13 not used anymore