Uses of Class
org.eclipse.jface.action.ToolBarManager
-
Packages that use ToolBarManager Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui.dialogs 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 ToolBarManager Modifier and Type Method Description static ToolBarManager
CompareViewerPane. getToolBarManager(Composite parent)
Returns aToolBarManager
if the given parent is aCompareViewerPane
ornull
otherwise.Methods in org.eclipse.compare with parameters of type ToolBarManager Modifier and Type Method Description void
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 ToolBarManager Modifier and Type Method Description protected 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 ToolBarManager Modifier and Type Method Description protected void
DiffTreeViewer. createToolItems(ToolBarManager toolbarManager)
This factory method is called after the viewer's controls have been created. -
Uses of ToolBarManager in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return ToolBarManager Modifier and Type Method Description protected 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 ToolBarManager Constructor Description AbstractInformationControl(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 ToolBarManager Modifier and Type Method Description protected ToolBarManager
ApplicationWindow. createToolBarManager(int style)
Returns a new tool bar manager for the window.ToolBarManager
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 ToolBarManager Modifier and Type Method Description protected 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 ToolBarManager Modifier and Type Method Description protected 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 ToolBarManager Modifier and Type Method Description protected Control
ParticipantPageSaveablePart. createPage(Composite parent, ToolBarManager toolBarManager)
Deprecated. -
Uses of ToolBarManager in org.eclipse.ui.dialogs
Fields in org.eclipse.ui.dialogs declared as ToolBarManager Modifier and Type Field Description protected ToolBarManager
FilteredTree. filterToolBar
Note: As of 4.13 not used anymore
-