public interface IDeltaTreeGrouper
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getGroupId(org.eclipse.compare.structuremergeviewer.IDiffContainer diffNode,
IDeltaTreeContext context)
Determines the group that the delta node should belong to.
|
java.lang.String |
getGroupIdLabel(java.lang.Object groupId) |
java.lang.Object getGroupId(org.eclipse.compare.structuremergeviewer.IDiffContainer diffNode, IDeltaTreeContext context)
diffNode
- -
The delta nodecontext
- -
The context for obtains more info about the deltajava.lang.String getGroupIdLabel(java.lang.Object groupId)
groupId
- -
The group id object returned from the getGroupId method