Uses of Interface
org.eclipse.compare.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
Modifier and TypeClassDescriptionclass
A compare operation which can present its results in a special editor. -
Uses of IPropertyChangeNotifier in org.eclipse.compare.contentmergeviewer
Modifier 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
-
Uses of IPropertyChangeNotifier in org.eclipse.team.ui
Modifier 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
Modifier and TypeClassDescriptionclass
Displays a history page combined with the compare/merge infrastructure. -
Uses of IPropertyChangeNotifier in org.eclipse.team.ui.synchronize
Modifier 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.