Package | Description |
---|---|
org.eclipse.team.core.diff |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.diff.provider |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
Modifier and Type | Method and Description |
---|---|
IDiffTree |
IDiffChangeEvent.getTree()
Returns the tree that has been changed.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiffChangeListener.propertyChanged(IDiffTree tree,
int property,
IPath[] paths)
The given property has changed for the given paths.
|
Modifier and Type | Class and Description |
---|---|
class |
DiffTree
Implementation of
IDiffTree . |
Modifier and Type | Interface and Description |
---|---|
interface |
IResourceDiffTree
A resource diff tree provides access to a tree of
IDiff instances
that either contain IResourceDiff nodes or IThreeWayDiff
nodes that contain IResourceDiff nodes as the local and remote
changes. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceDiffTree
Implementation of
IResourceDiffTree . |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationContentProvider.propertyChanged(IDiffTree tree,
int property,
IPath[] paths) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.