Interface for a tree node as a row of all three trees in UI. Can merge the appropriate line according to its type (container XML node, property node, file node, etc)
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | applyBase() | 
|  | void | applyOurs() | 
|  | void | applyTheirs() | 
|  | void | fillResult(boolean mergeIfPossible) | 
|  | javax.swing.Icon | getIcon() | 
|  | MergeState | getMergeState() | 
|  | State | getState()See State. | 
|  | boolean | isContainerNode() | 
|  | boolean | isNodeShownToUser() | 
See State. If it's a property, value is determined be values in ours, theirs of the property. If it's a container, value is determined by child nodes.