Uses of Interface
org.eclipse.compare.structuremergeviewer.ICompareInput
Packages that use 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
Methods in org.eclipse.compare with parameters of type ICompareInputModifier and TypeMethodDescriptionvoidCompareEditorInput.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener) voidICompareContainer.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 ViewerCompareUI.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 ViewerCompareUI.findStructureViewer(Viewer oldViewer, ICompareInput input, Composite parent, CompareConfiguration configuration) Returns a structure compare viewer based on an old viewer and an input object.voidCompareEditorInput.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener) voidICompareContainer.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener) Remove the change listener from the given compare input.voidCompareConfiguration.setLabelProvider(ICompareInput input, ICompareInputLabelProvider labelProvider) Set the label provider for the given compare input. -
Uses of ICompareInput in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer with parameters of type ICompareInputModifier and TypeMethodDescriptionprotected intTextMergeViewer.findInsertionPosition(char type, ICompareInput input) -
Uses of ICompareInput in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal with parameters of type ICompareInputModifier and TypeMethodDescriptionvoidCompareContainer.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 ViewerOutlineViewerCreator.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) voidCompareContainer.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener) -
Uses of ICompareInput in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement ICompareInputModifier and TypeClassDescriptionclassDiff node are used as the compare result of the differencing engine.Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareInputModifier and TypeMethodDescriptionvoidICompareInputChangeListener.compareInputChanged(ICompareInput source) Called whenever the value (not the content) of one or more of the three sides of aICompareInputhas changed.protected voidStructureDiffViewer.compareInputChanged(ICompareInput input) Recreates the comparable structures for the input sides.protected voidDiffTreeViewer.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
Methods in org.eclipse.ltk.ui.refactoring.model that return ICompareInputModifier and TypeMethodDescriptionAbstractSynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object element) -
Uses of ICompareInput in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return ICompareInputModifier and TypeMethodDescriptionprotected ICompareInputPageCompareEditorInput.asCompareInput(ISelection selection) Return a compare input that represents the selection.protected ICompareInputPageSaveablePart.getCompareInput(ISelection selection) Deprecated.Return a compare input that represents the selection.Methods in org.eclipse.team.ui with parameters of type ICompareInputModifier and TypeMethodDescriptionprotected final voidPageCompareEditorInput.prepareCompareInput(ICompareInput input) Convenience method that callsPageCompareEditorInput.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)with a progress monitor.protected voidPageSaveablePart.prepareCompareInput(ICompareInput input) Deprecated.Convenience method that callsPageSaveablePart.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)with a progress monitor.protected abstract voidPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input for display in a content viewer.protected abstract voidPageSaveablePart.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
Methods in org.eclipse.team.ui.history that return ICompareInputModifier and TypeMethodDescriptionprotected ICompareInputHistoryPageCompareEditorInput.asCompareInput(ISelection selection) protected ICompareInputHistoryPageSaveablePart.getCompareInput(ISelection selection) Deprecated.IHistoryCompareAdapter.getCompareInput(Object object) Returns an ICompareInput for the passed in object.Methods in org.eclipse.team.ui.history with parameters of type ICompareInputModifier and TypeMethodDescriptionprotected voidHistoryPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) protected voidHistoryPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.voidIHistoryCompareAdapter.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input for display. -
Uses of ICompareInput in org.eclipse.team.ui.mapping
Subinterfaces of ICompareInput in org.eclipse.team.ui.mappingModifier and TypeInterfaceDescriptioninterfaceThis interface defines extensions to theICompareInputinterface that are used for compare inputs that are returned from theISynchronizationCompareAdapter.asCompareInput(org.eclipse.team.core.mapping.ISynchronizationContext, Object)method.Methods in org.eclipse.team.ui.mapping that return ICompareInputModifier 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
Subinterfaces of ICompareInput in org.eclipse.team.ui.synchronizeModifier and TypeInterfaceDescriptioninterfaceThese are elements created to display synchronization state to the user.Methods in org.eclipse.team.ui.synchronize that return ICompareInputModifier and TypeMethodDescriptionModelSynchronizeParticipant.asCompareInput(Object object) Return a compare input for the given model object ornullif the object is not eligible for comparison.protected ICompareInputParticipantPageCompareEditorInput.asCompareInput(ISelection selection) protected ICompareInputParticipantPageSaveablePart.getCompareInput(ISelection selection) Deprecated.Return a compare input that represents the selection.protected final ICompareInputSaveableCompareEditorInput.getCompareInput()Returns the compare input of this editor input.protected abstract ICompareInputSaveableCompareEditorInput.prepareCompareInput(IProgressMonitor monitor) Method called fromSaveableCompareEditorInput.prepareInput(IProgressMonitor)to obtain the input.protected ICompareInputSyncInfoCompareInput.prepareCompareInput(IProgressMonitor monitor) Methods in org.eclipse.team.ui.synchronize with parameters of type ICompareInputModifier and TypeMethodDescriptionvoidSaveableCompareEditorInput.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener) SaveableCompareEditorInput.findContentViewer(Viewer oldViewer, ICompareInput input, Composite parent) protected voidParticipantPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) protected voidParticipantPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.Prepare the compare input for display in a content viewer.voidSaveableCompareEditorInput.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)