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
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources 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) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.