Package | Description |
---|---|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDiffContainer
IDiffContainer is a IDiffElement with children. |
Modifier and Type | Class and Description |
---|---|
class |
DiffContainer
The standard implementation of a diff container element.
|
class |
DiffElement
An abstract base implementation of the
IDiffElement interface. |
class |
DiffNode
Diff node are used as the compare result of the differencing engine.
|
Modifier and Type | Method and Description |
---|---|
IDiffElement |
DiffContainer.findChild(String name)
Tries to find the child with the given name.
|
IDiffElement[] |
IDiffContainer.getChildren()
Returns the children of this container.
|
IDiffElement[] |
DiffContainer.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
IDiffContainer.add(IDiffElement child)
Adds the given child to this container.
|
void |
DiffContainer.add(IDiffElement diff) |
void |
DiffContainer.remove(IDiffElement child)
Removes the given child (non-recursively) from this container.
|
void |
IDiffContainer.removeToRoot(IDiffElement child)
Removes the given child from this container.
|
void |
DiffContainer.removeToRoot(IDiffElement child) |
Modifier and Type | Interface and Description |
---|---|
interface |
ISynchronizeModelElement
These are elements created to display synchronization state to the user.
|
Modifier and Type | Method and Description |
---|---|
protected IDiffElement[] |
SynchronizeModelAction.getFilteredDiffElements()
Return the selected diff element for which this action is enabled.
|
protected IDiffElement[] |
SynchronizeModelAction.getSelectedDiffElements()
This method returns all instances of IDiffElement that are in the current
selection.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SynchronizeModelOperation |
SynchronizeModelAction.getSubscriberOperation(ISynchronizePageConfiguration configuration,
IDiffElement[] elements)
Return the subscriber operation associated with this action.
|
Constructor and Description |
---|
SynchronizeModelOperation(ISynchronizePageConfiguration configuration,
IDiffElement[] elements)
Create an operation that will operate on the given diff elements.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.