Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.compare.structuremergeviewer.ICompareInput

Packages that use ICompareInput
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 Package Specification This package specifies the API for providing history pages to the history view. 
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources 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
 void ICompareContainer.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
          Register for change events for the given compare input.
 void ICompareContainer.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
          Remove the change listener from the given compare input.
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.
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.
 Viewer CompareEditorInput.findStructureViewer(Viewer oldViewer, ICompareInput input, Composite parent)
          Implements the dynamic viewer switching for structure viewers.
 Viewer CompareEditorInput.findContentViewer(Viewer oldViewer, ICompareInput input, Composite parent)
          Implements the dynamic viewer switching for content viewers.
 void CompareEditorInput.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 void CompareEditorInput.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 void CompareConfiguration.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
protected  int TextMergeViewer.findInsertionPosition(char type, ICompareInput input)
           
 

Uses of ICompareInput in org.eclipse.compare.structuremergeviewer
 

Classes in org.eclipse.compare.structuremergeviewer that implement ICompareInput
 class DiffNode
          Diff node are used as the compare result of the differencing engine.
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareInput
protected  void StructureDiffViewer.compareInputChanged(ICompareInput input)
          Recreates the comparable structures for the input sides.
 void ICompareInputChangeListener.compareInputChanged(ICompareInput source)
          Called whenever the value (not the content) of one or more of the three sides of a ICompareInput has changed.
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
 

Methods in org.eclipse.ltk.ui.refactoring.model that return ICompareInput
 ICompareInput AbstractSynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object element)
          Default implementation that is capable of returning a compare input for objects that adapt to IFile. Subclasses should override if compare inputs are available for other types of model elements.
 

Uses of ICompareInput in org.eclipse.team.ui
 

Methods in org.eclipse.team.ui that return ICompareInput
protected  ICompareInput PageSaveablePart.getCompareInput(ISelection selection)
          Deprecated. Return a compare input that represents the selection.
protected  ICompareInput PageCompareEditorInput.asCompareInput(ISelection selection)
          Return a compare input that represents the selection.
 

Methods in org.eclipse.team.ui with parameters of type ICompareInput
protected  void PageSaveablePart.prepareCompareInput(ICompareInput input)
          Deprecated. Convenience method that calls PageSaveablePart.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor) with a progress monitor.
protected abstract  void PageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor)
          Deprecated. Prepare the compare input for display in a content viewer.
protected  void PageCompareEditorInput.prepareCompareInput(ICompareInput input)
          Convenience method that calls PageCompareEditorInput.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.
 

Uses of ICompareInput in org.eclipse.team.ui.history
 

Methods in org.eclipse.team.ui.history that return ICompareInput
 ICompareInput IHistoryCompareAdapter.getCompareInput(Object object)
          Returns an ICompareInput for the passed in object.
protected  ICompareInput HistoryPageSaveablePart.getCompareInput(ISelection selection)
          Deprecated.  
protected  ICompareInput HistoryPageCompareEditorInput.asCompareInput(ISelection selection)
           
 

Methods in org.eclipse.team.ui.history with parameters of type ICompareInput
 void IHistoryCompareAdapter.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor)
          Prepare the compare input for display.
protected  void HistoryPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor)
          Deprecated.  
protected  void HistoryPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor)
           
 

Uses of ICompareInput in org.eclipse.team.ui.mapping
 

Subinterfaces of ICompareInput in org.eclipse.team.ui.mapping
 interface ISynchronizationCompareInput
          This interface defines extensions to the ICompareInput interface that are used for compare inputs that are returned from the ISynchronizationCompareAdapter.asCompareInput(org.eclipse.team.core.mapping.ISynchronizationContext, Object) method.
 

Methods in org.eclipse.team.ui.mapping that return ICompareInput
 ICompareInput SynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object o)
          Default implementation that is capable of returning a compare input for objects that adapt to IFile.
 ICompareInput ISynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object o)
          Return a compare input for the given model object.
 

Uses of ICompareInput in org.eclipse.team.ui.synchronize
 

Subinterfaces of ICompareInput in org.eclipse.team.ui.synchronize
 interface ISynchronizeModelElement
          These are elements created to display synchronization state to the user.
 

Methods in org.eclipse.team.ui.synchronize that return ICompareInput
protected  ICompareInput SyncInfoCompareInput.prepareCompareInput(IProgressMonitor monitor)
           
protected abstract  ICompareInput SaveableCompareEditorInput.prepareCompareInput(IProgressMonitor monitor)
          Method called from SaveableCompareEditorInput.prepareInput(IProgressMonitor) to obtain the input.
protected  ICompareInput SaveableCompareEditorInput.getCompareInput()
          Return the compare input of this editor input.
protected  ICompareInput ParticipantPageSaveablePart.getCompareInput(ISelection selection)
          Deprecated. Return a compare input that represents the selection. This input is used to feed the structure and content viewers. By default, a compare input is returned if the selection is of size 1 and the selected element implements ICompareInput. Subclasses may override.
protected  ICompareInput ParticipantPageCompareEditorInput.asCompareInput(ISelection selection)
           
 ICompareInput ModelSynchronizeParticipant.asCompareInput(Object object)
          Return a compare input for the given model object or null if the object is not eligible for comparison.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ICompareInput
 void SaveableCompareEditorInput.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 void SaveableCompareEditorInput.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 Viewer SaveableCompareEditorInput.findContentViewer(Viewer oldViewer, ICompareInput input, Composite parent)
           
protected  void ParticipantPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor)
          Deprecated. Prepare the compare input for display in a content viewer. This method is called from PageSaveablePart.prepareCompareInput(ICompareInput) and may be called from a non-UI thread. This method should not be called by others.
protected  void ParticipantPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor)
           
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.