Package | Description |
---|---|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
Modifier and Type | Class and Description |
---|---|
class |
StructureRootNode
A node that acts as the root of the tree returned from a
StructureCreator . |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRangeNode.addChild(DocumentRangeNode node)
Adds the given node as a child.
|
protected void |
DocumentRangeNode.nodeChanged(DocumentRangeNode node)
Method that should be invoked whenever the contents of this node are
changed. the change is propagated to the parent if there is one.
|
protected void |
StructureRootNode.nodeChanged(DocumentRangeNode node)
Override in order to invoke
IStructureCreator.save(IStructureComparator, Object) when the
contents of a node have changed. |
Constructor and Description |
---|
DocumentRangeNode(DocumentRangeNode parent,
int typeCode,
String id,
IDocument document,
int start,
int length)
Creates a new
DocumentRangeNode for the given range within the specified
document. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.