|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolBarManager | |
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.window | Provides a general framework for creating and managing windows. |
Uses of ToolBarManager in org.eclipse.compare |
Methods in org.eclipse.compare that return ToolBarManager | |
static ToolBarManager |
CompareViewerPane.getToolBarManager(Composite parent)
Returns a ToolBarManager if the given parent is a
CompareViewerPane or null otherwise. |
Methods in org.eclipse.compare with parameters of type ToolBarManager | |
void |
CompareEditorInput.contributeToToolBar(ToolBarManager toolBarManager)
Adds standard actions to the given ToolBarManager . |
Uses of ToolBarManager in org.eclipse.compare.contentmergeviewer |
Methods in org.eclipse.compare.contentmergeviewer with parameters of type ToolBarManager | |
protected void |
ContentMergeViewer.createToolItems(ToolBarManager toolBarManager)
Contributes items to the given ToolBarManager . |
protected void |
TextMergeViewer.createToolItems(ToolBarManager tbm)
Creates the two items for copying a difference range from one side to the other and adds them to the given toolbar manager. |
Uses of ToolBarManager in org.eclipse.compare.structuremergeviewer |
Methods in org.eclipse.compare.structuremergeviewer with parameters of type ToolBarManager | |
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.window |
Methods in org.eclipse.jface.window that return ToolBarManager | |
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). |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |