Uses of Interface
org.eclipse.team.core.diff.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
Modifier and TypeMethodDescriptionIDiffChangeEvent.getTree()
Returns the tree that has been changed.Modifier 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
-
Uses of IDiffTree in org.eclipse.team.core.mapping
Modifier 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
-
Uses of IDiffTree in org.eclipse.team.ui.mapping
Modifier and TypeMethodDescriptionvoid
SynchronizationContentProvider.propertyChanged
(IDiffTree tree, int property, IPath[] paths)