Uses of Interface
org.eclipse.compare.structuremergeviewer.ICompareInput
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.
Application programming interface to provide model integration for refactoring histories.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ICompareInput in org.eclipse.compare
Modifier and TypeMethodDescriptionvoid
CompareEditorInput.addCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) void
ICompareContainer.addCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) Register for change events for the given compare input.CompareEditorInput.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for content viewers.static Viewer
CompareUI.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a content compare viewer based on an old viewer and an input object.CompareEditorInput.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent) Implements the dynamic viewer switching for structure viewers.static Viewer
CompareUI.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.void
CompareEditorInput.removeCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) void
ICompareContainer.removeCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) Remove the change listener from the given compare input.void
CompareConfiguration.setLabelProvider
(ICompareInput input, ICompareInputLabelProvider labelProvider) Set the label provider for the given compare input. -
Uses of ICompareInput in org.eclipse.compare.contentmergeviewer
Modifier and TypeMethodDescriptionprotected int
TextMergeViewer.findInsertionPosition
(char type, ICompareInput input) -
Uses of ICompareInput in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionvoid
CompareContainer.addCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) CompareUIPlugin.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.abstract Viewer
OutlineViewerCreator.findStructureViewer
(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Method called by the editor to create a structure viewer for the current content merge viewer.CompareUIPlugin.findStructureViewerDescriptor
(Viewer oldViewer, ICompareInput input, CompareConfiguration configuration) void
CompareContainer.removeCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) -
Uses of ICompareInput in org.eclipse.compare.structuremergeviewer
Modifier and TypeClassDescriptionclass
Diff node are used as the compare result of the differencing engine.Modifier and TypeMethodDescriptionvoid
ICompareInputChangeListener.compareInputChanged
(ICompareInput source) Called whenever the value (not the content) of one or more of the three sides of aICompareInput
has changed.protected void
StructureDiffViewer.compareInputChanged
(ICompareInput input) Recreates the comparable structures for the input sides.protected void
DiffTreeViewer.copyOne
(ICompareInput node, boolean leftToRight) Called to copy one side of the given node to the other. -
Uses of ICompareInput in org.eclipse.ltk.ui.refactoring.model
Modifier and TypeMethodDescriptionAbstractSynchronizationCompareAdapter.asCompareInput
(ISynchronizationContext context, Object element) -
Uses of ICompareInput in org.eclipse.team.ui
Modifier and TypeMethodDescriptionprotected ICompareInput
PageCompareEditorInput.asCompareInput
(ISelection selection) Return a compare input that represents the selection.protected ICompareInput
PageSaveablePart.getCompareInput
(ISelection selection) Deprecated.Return a compare input that represents the selection.Modifier and TypeMethodDescriptionprotected final void
PageCompareEditorInput.prepareCompareInput
(ICompareInput input) Convenience method that callsPageCompareEditorInput.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)
with a progress monitor.protected void
PageSaveablePart.prepareCompareInput
(ICompareInput input) Deprecated.Convenience method that callsPageSaveablePart.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)
with a progress monitor.protected abstract void
PageCompareEditorInput.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input for display in a content viewer.protected abstract void
PageSaveablePart.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.Prepare the compare input for display in a content viewer. -
Uses of ICompareInput in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionprotected ICompareInput
HistoryPageCompareEditorInput.asCompareInput
(ISelection selection) protected ICompareInput
HistoryPageSaveablePart.getCompareInput
(ISelection selection) Deprecated.IHistoryCompareAdapter.getCompareInput
(Object object) Returns an ICompareInput for the passed in object.Modifier and TypeMethodDescriptionprotected void
HistoryPageCompareEditorInput.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) protected void
HistoryPageSaveablePart.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.void
IHistoryCompareAdapter.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input for display. -
Uses of ICompareInput in org.eclipse.team.ui.mapping
Modifier and TypeInterfaceDescriptioninterface
This interface defines extensions to theICompareInput
interface that are used for compare inputs that are returned from theISynchronizationCompareAdapter.asCompareInput(org.eclipse.team.core.mapping.ISynchronizationContext, Object)
method.Modifier and TypeMethodDescriptionISynchronizationCompareAdapter.asCompareInput
(ISynchronizationContext context, Object o) Return a compare input for the given model object.SynchronizationCompareAdapter.asCompareInput
(ISynchronizationContext context, Object o) Default implementation that is capable of returning a compare input for objects that adapt toIFile
. -
Uses of ICompareInput in org.eclipse.team.ui.synchronize
Modifier and TypeInterfaceDescriptioninterface
These are elements created to display synchronization state to the user.Modifier and TypeMethodDescriptionModelSynchronizeParticipant.asCompareInput
(Object object) Return a compare input for the given model object ornull
if the object is not eligible for comparison.protected ICompareInput
ParticipantPageCompareEditorInput.asCompareInput
(ISelection selection) protected ICompareInput
ParticipantPageSaveablePart.getCompareInput
(ISelection selection) Deprecated.Return a compare input that represents the selection.protected final ICompareInput
SaveableCompareEditorInput.getCompareInput()
Returns the compare input of this editor input.protected abstract ICompareInput
SaveableCompareEditorInput.prepareCompareInput
(IProgressMonitor monitor) Method called fromSaveableCompareEditorInput.prepareInput(IProgressMonitor)
to obtain the input.protected ICompareInput
SyncInfoCompareInput.prepareCompareInput
(IProgressMonitor monitor) Modifier and TypeMethodDescriptionvoid
SaveableCompareEditorInput.addCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener) SaveableCompareEditorInput.findContentViewer
(Viewer oldViewer, ICompareInput input, Composite parent) protected void
ParticipantPageCompareEditorInput.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) protected void
ParticipantPageSaveablePart.prepareInput
(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.Prepare the compare input for display in a content viewer.void
SaveableCompareEditorInput.removeCompareInputChangeListener
(ICompareInput input, ICompareInputChangeListener listener)