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.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
Package Specification
This package specifies the API for providing history pages to the history view.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ToolBarManager |
CompareViewerPane.getToolBarManager(Composite parent)
Returns a
ToolBarManager if the given parent is a
CompareViewerPane or null otherwise. |
Modifier and Type | Method and Description |
---|---|
void |
CompareEditorInput.contributeToToolBar(ToolBarManager toolBarManager)
Adds standard actions to the given
ToolBarManager . |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentMergeViewer.createToolItems(ToolBarManager toolBarManager)
Contributes items to the given
ToolBarManager . |
protected void |
TextMergeViewer.createToolItems(ToolBarManager tbm) |
Modifier and Type | Method and Description |
---|---|
protected void |
DiffTreeViewer.createToolItems(ToolBarManager toolbarManager)
This factory method is called after the viewer's controls have been created.
|
Modifier and Type | Method and 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).
|
Modifier and Type | Method and Description |
---|---|
protected abstract Control |
PageSaveablePart.createPage(Composite parent,
ToolBarManager toolBarManager)
Create the page for this part and return the top level control
for the page.
|
Modifier and Type | Method and Description |
---|---|
protected Control |
HistoryPageSaveablePart.createPage(Composite parent,
ToolBarManager toolBarManager) |
Modifier and Type | Method and Description |
---|---|
protected Control |
ParticipantPageSaveablePart.createPage(Composite parent,
ToolBarManager toolBarManager) |
Modifier and Type | Field and Description |
---|---|
protected ToolBarManager |
FilteredTree.filterToolBar
The control representing the clear button for the filter text entry.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.