Eclipse Platform
Release 3.3

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

Packages that use ICompareInputChangeListener
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.  
org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.  
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of ICompareInputChangeListener in org.eclipse.compare
 

Methods in org.eclipse.compare with parameters of type ICompareInputChangeListener
 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.
 void CompareEditorInput.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 void CompareEditorInput.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 

Uses of ICompareInputChangeListener in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareInputChangeListener
 void ICompareInput.addCompareInputChangeListener(ICompareInputChangeListener listener)
          Registers the given listener for notification.
 void ICompareInput.removeCompareInputChangeListener(ICompareInputChangeListener listener)
          Unregisters the given listener.
 void DiffNode.addCompareInputChangeListener(ICompareInputChangeListener listener)
          Registers a listener for changes of this ICompareInput.
 void DiffNode.removeCompareInputChangeListener(ICompareInputChangeListener listener)
          Unregisters a ICompareInput listener.
 

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

Methods in org.eclipse.team.ui.synchronize with parameters of type ICompareInputChangeListener
 void SaveableCompareEditorInput.addCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 void SaveableCompareEditorInput.removeCompareInputChangeListener(ICompareInput input, ICompareInputChangeListener listener)
           
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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