Uses of Interface
org.eclipse.compare.IPropertyChangeNotifier
Packages that use IPropertyChangeNotifier
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
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 IPropertyChangeNotifier in org.eclipse.compare
Classes in org.eclipse.compare that implement IPropertyChangeNotifierModifier and TypeClassDescriptionclass
A compare operation which can present its results in a special editor. -
Uses of IPropertyChangeNotifier in org.eclipse.compare.contentmergeviewer
Classes in org.eclipse.compare.contentmergeviewer that implement IPropertyChangeNotifierModifier and TypeClassDescriptionclass
An abstract compare and merge viewer with two side-by-side content areas and an optional content area for the ancestor.class
A text merge viewer uses theRangeDifferencer
to perform a textual, line-by-line comparison of two (or three) input documents. -
Uses of IPropertyChangeNotifier in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement IPropertyChangeNotifier -
Uses of IPropertyChangeNotifier in org.eclipse.team.ui
Classes in org.eclipse.team.ui that implement IPropertyChangeNotifierModifier and TypeClassDescriptionclass
Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers. -
Uses of IPropertyChangeNotifier in org.eclipse.team.ui.history
Classes in org.eclipse.team.ui.history that implement IPropertyChangeNotifierModifier and TypeClassDescriptionclass
Displays a history page combined with the compare/merge infrastructure. -
Uses of IPropertyChangeNotifier in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement IPropertyChangeNotifierModifier and TypeClassDescriptionclass
Displays a synchronize participant page combined with the compare/merge infrastructure.class
A compare editor input that makes use of aSaveable
to manage the save lifecycle of the editor input.final class
ASyncInfo
editor input used as input to a two-way or three-way compare viewer.