Uses of Interface
org.eclipse.team.core.diff.IDiffTree
Packages that use IDiffTree
Package
Description
Application programming interfaces for working with diffs.
Application programming interfaces for working with diffs.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
-
Uses of IDiffTree in org.eclipse.team.core.diff
Methods in org.eclipse.team.core.diff that return IDiffTreeModifier and TypeMethodDescriptionIDiffChangeEvent.getTree()
Returns the tree that has been changed.Methods in org.eclipse.team.core.diff with parameters of type IDiffTreeModifier and TypeMethodDescriptionvoid
IDiffChangeListener.propertyChanged
(IDiffTree tree, int property, IPath[] paths) The given property has changed for the given paths. -
Uses of IDiffTree in org.eclipse.team.core.diff.provider
Classes in org.eclipse.team.core.diff.provider that implement IDiffTree -
Uses of IDiffTree in org.eclipse.team.core.mapping
Subinterfaces of IDiffTree in org.eclipse.team.core.mappingModifier and TypeInterfaceDescriptioninterface
A resource diff tree provides access to a tree ofIDiff
instances that either containIResourceDiff
nodes orIThreeWayDiff
nodes that containIResourceDiff
nodes as the local and remote changes. -
Uses of IDiffTree in org.eclipse.team.core.mapping.provider
Classes in org.eclipse.team.core.mapping.provider that implement IDiffTree -
Uses of IDiffTree in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IDiffTreeModifier and TypeMethodDescriptionvoid
SynchronizationContentProvider.propertyChanged
(IDiffTree tree, int property, IPath[] paths)