Uses of Class
org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.nodes.MatchResourceNode
-
Packages that use MatchResourceNode Package Description org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl -
-
Uses of MatchResourceNode in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return MatchResourceNode Modifier and Type Method Description protected MatchResourceNode
BasicDifferenceGroupImpl. buildSubTree(MatchResource matchResource, Set<ResourceAttachmentChange> attachmentChanges)
Build the sub tree of the givenMatchResource
.protected MatchResourceNode
ByResourceGroupProvider.ResourceGroup. buildSubTree(MatchResource matchResource, Set<ResourceAttachmentChange> attachmentChanges)
Build the sub tree of the givenMatchResource
.protected MatchResourceNode
BasicDifferenceGroupImpl. createMatchResourceNode(MatchResource matchResource)
Create a matchResource node.
-