Uses of Interface
org.eclipse.compare.structuremergeviewer.ICompareInput
-
Packages that use ICompareInput 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.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.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.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize 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 ICompareInput Modifier and Type Method Description voidCompareEditorInput. addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)voidICompareContainer. addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)Register for change events for the given compare input.ViewerCompareEditorInput. 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.ViewerCompareEditorInput. 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 ICompareInput Modifier and Type Method Description protected intTextMergeViewer. findInsertionPosition(char type, ICompareInput input) -
Uses of ICompareInput in org.eclipse.compare.structuremergeviewer
Classes in org.eclipse.compare.structuremergeviewer that implement ICompareInput Modifier and Type Class Description classDiffNodeDiff node are used as the compare result of the differencing engine.Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareInput Modifier and Type Method Description voidICompareInputChangeListener. 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 ICompareInput Modifier and Type Method Description ICompareInputAbstractSynchronizationCompareAdapter. asCompareInput(ISynchronizationContext context, Object element) -
Uses of ICompareInput in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return ICompareInput Modifier and Type Method Description protected 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 ICompareInput Modifier and Type Method Description protected 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 ICompareInput Modifier and Type Method Description protected ICompareInputHistoryPageCompareEditorInput. asCompareInput(ISelection selection)protected ICompareInputHistoryPageSaveablePart. getCompareInput(ISelection selection)Deprecated.ICompareInputIHistoryCompareAdapter. getCompareInput(Object object)Returns an ICompareInput for the passed in object.Methods in org.eclipse.team.ui.history with parameters of type ICompareInput Modifier and Type Method Description protected 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.mapping Modifier and Type Interface Description interfaceISynchronizationCompareInputThis 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 ICompareInput Modifier and Type Method Description ICompareInputISynchronizationCompareAdapter. asCompareInput(ISynchronizationContext context, Object o)Return a compare input for the given model object.ICompareInputSynchronizationCompareAdapter. 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.synchronize Modifier and Type Interface Description interfaceISynchronizeModelElementThese are elements created to display synchronization state to the user.Methods in org.eclipse.team.ui.synchronize that return ICompareInput Modifier and Type Method Description ICompareInputModelSynchronizeParticipant. 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 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 ICompareInput Modifier and Type Method Description voidSaveableCompareEditorInput. addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)ViewerSaveableCompareEditorInput. 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)
-