Uses of Interface
org.eclipse.compare.IContentChangeNotifier
-
Packages that use IContentChangeNotifier Package Description 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 Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. -
-
Uses of IContentChangeNotifier in org.eclipse.compare
Classes in org.eclipse.compare that implement IContentChangeNotifier Modifier and Type Class Description classBufferedContentAbstract implementation for a bufferedIStreamContentAccessor.classResourceNodeAResourceNodewraps anIResourcesso that it can be used as input for the differencing engine (interfacesIStructureComparatorandITypedElement) and theReplaceWithEditionDialog(interfacesITypedElementandIModificationDate).Methods in org.eclipse.compare with parameters of type IContentChangeNotifier Modifier and Type Method Description voidIContentChangeListener. contentChanged(IContentChangeNotifier source)Called whenever the content of the given source has changed. -
Uses of IContentChangeNotifier in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type IContentChangeNotifier Modifier and Type Method Description protected voidStructureDiffViewer. contentChanged(IContentChangeNotifier changed)Callsdiffwhenever the byte contents changes. -
Uses of IContentChangeNotifier in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type IContentChangeNotifier Modifier and Type Method Description voidPageCompareEditorInput. contentChanged(IContentChangeNotifier source) -
Uses of IContentChangeNotifier in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history with parameters of type IContentChangeNotifier Modifier and Type Method Description voidHistoryPageSaveablePart. contentChanged(IContentChangeNotifier source)Deprecated. -
Uses of IContentChangeNotifier in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IContentChangeNotifier Modifier and Type Method Description voidParticipantPageCompareEditorInput. contentChanged(IContentChangeNotifier source)voidParticipantPageSaveablePart. contentChanged(IContentChangeNotifier source)Deprecated.
-