Package | Description |
---|---|
org.xmldiff.core.gui |
The main package of the tool.
|
org.xmldiff.core.model |
The model for the nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDiffFilePanel.forceCollapse(NodeTreeRep treeRep)
Force collapse the tree for a node associated to a wrapper.
|
void |
XMLDiffFilePanel.forceExpand(NodeTreeRep treeRep)
Force expand the tree for a node associated to a wrapper.
|
void |
XMLDiffFilePanel.forceSelection(NodeTreeRep treeRep)
Force select a node in the tree associated to a wrapper.
|
Modifier and Type | Field and Description |
---|---|
NodeTreeRep |
ComparedElement.leftRep |
NodeTreeRep |
ComparedElement.rightRep |
Modifier and Type | Method and Description |
---|---|
NodeTreeRep |
NodeTreeRep.getChild(int index)
Return the child wrapper of a specified index.
|
NodeTreeRep |
ComparedElement.getLeftNodeTreeRep()
Return the left node wrapper.
|
NodeTreeRep |
ComparedElement.getNodeTreeRep(boolean isLeftTree)
Return the node wrapper for the left or right tree.
|
NodeTreeRep |
NodeTreeRep.getParent()
Return the parent wrapper.
|
NodeTreeRep |
NodeTreeRep.getPreviousSibling()
Return the previous sibling.
|
NodeTreeRep |
ComparedElement.getRightNodeTreeRep()
Return the right node wrapper.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NodeTreeRep> |
NodeTreeRep.getChildren()
Return the children wrappers for this element.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeTreeRep.addChild(NodeTreeRep child)
Add a child wrapper to this element.
|
void |
ComparedElement.setLeftNodeTreeRep(NodeTreeRep leftRep)
Set the left node wrapper.
|
void |
ComparedElement.setRightNodeTreeRep(NodeTreeRep rightRep)
Set the right node wrapper.
|
Constructor and Description |
---|
ComparedElement(NodeTreeRep leftRep,
NodeTreeRep rightRep)
Constructor.
|
Copyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence