Uses of Interface
org.eclipse.compare.IContentChangeNotifier
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of IContentChangeNotifier in org.eclipse.compare
Modifier and TypeClassDescriptionclass
Abstract implementation for a bufferedIStreamContentAccessor
.class
AResourceNode
wraps anIResources
so that it can be used as input for the differencing engine (interfacesIStructureComparator
andITypedElement
) and theReplaceWithEditionDialog
(interfacesITypedElement
andIModificationDate
).Modifier and TypeMethodDescriptionvoid
IContentChangeListener.contentChanged
(IContentChangeNotifier source) Called whenever the content of the given source has changed. -
Uses of IContentChangeNotifier in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
A buffer for a workspace resource.class
A helper class for managing content change notification. -
Uses of IContentChangeNotifier in org.eclipse.compare.structuremergeviewer
Modifier and TypeMethodDescriptionprotected void
StructureDiffViewer.contentChanged
(IContentChangeNotifier changed) Callsdiff
whenever the byte contents changes. -
Uses of IContentChangeNotifier in org.eclipse.team.ui
Modifier and TypeMethodDescriptionvoid
PageCompareEditorInput.contentChanged
(IContentChangeNotifier source) -
Uses of IContentChangeNotifier in org.eclipse.team.ui.history
Modifier and TypeMethodDescriptionvoid
HistoryPageSaveablePart.contentChanged
(IContentChangeNotifier source) Deprecated. -
Uses of IContentChangeNotifier in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionvoid
ParticipantPageCompareEditorInput.contentChanged
(IContentChangeNotifier source) void
ParticipantPageSaveablePart.contentChanged
(IContentChangeNotifier source) Deprecated.