Uses of Interface
org.eclipse.emf.compare.ResourceAttachmentChange
Package
Description
-
Uses of ResourceAttachmentChange in org.eclipse.emf.compare
Modifier and TypeMethodDescriptionCompareFactory.createResourceAttachmentChange()
Returns a new object of class 'Resource Attachment Change'. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.conflict
Modifier and TypeMethodDescriptionprotected void
DefaultConflictDetector.checkResourceAttachmentConflict
(Comparison comparison, ResourceAttachmentChange diff, Iterable<Diff> candidates) This will be called once for each ResourceAttachmentChange in the comparison model.protected void
DefaultConflictDetector.checkResourceAttachmentConflict
(Comparison comparison, ResourceAttachmentChange diff, ReferenceChange candidate) This will be called fromDefaultConflictDetector.checkResourceAttachmentConflict(Comparison, ResourceAttachmentChange, Iterable)
for each ReferenceChange in the comparison model that is on the other side and that impacts the changed root. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.tree.provider
Modifier and TypeMethodDescriptionprotected IMergeViewerItem
TreeMergeViewerItemContentProvider.createBasicContainer
(ResourceAttachmentChange diff, IMergeViewerItem mergeViewerItem, AdapterFactory adapterFactory) Create an IMergeViewerItem for the parent of the givenResourceAttachmentChange
. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Resource Attachment Change'. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.internal.conflict
Modifier and TypeMethodDescriptionAbstractConflictSearch<? extends Diff>
ConflictSearchFactory.caseResourceAttachmentChange
(ResourceAttachmentChange diff) protected EObject
AbstractConflictSearch.getRelatedModelElement
(ResourceAttachmentChange rac) Provide the model element the given diff applies to.protected EObject
AbstractConflictSearch.getValue
(ResourceAttachmentChange rac) Provide the non-null model element the given diff applies to.ModifierConstructorDescriptionAdd
(ResourceAttachmentChange diff, ComparisonIndex index, Monitor monitor) Constructor.Change
(ResourceAttachmentChange diff, ComparisonIndex index, Monitor monitor) Constructor.Delete
(ResourceAttachmentChange diff, ComparisonIndex index, Monitor monitor) Constructor.Move
(ResourceAttachmentChange diff, ComparisonIndex index, Monitor monitor) Constructor. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.internal.postprocessor.factories
Modifier and TypeMethodDescriptionprotected boolean
AbstractChangeFactory.isRelatedToAnExtensionAdd
(ResourceAttachmentChange input) Check if the given resource attachment change is related to a graphical add.protected boolean
AbstractChangeFactory.isRelatedToAnExtensionChange
(ResourceAttachmentChange input) Check if the given resource attachment change is related to a graphical change.protected boolean
AbstractChangeFactory.isRelatedToAnExtensionDelete
(ResourceAttachmentChange input) Check if the given resource attachment change is related to a graphical delete.protected boolean
AbstractChangeFactory.isRelatedToAnExtensionMove
(ResourceAttachmentChange input) Check if the given resource attachment change is related to a graphical ;ove. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.internal.spec
Modifier and TypeClassDescriptionclass
This specialization of theResourceAttachmentChangeImpl
class allows us to define the derived features and operations implementations. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.merge
Modifier and TypeMethodDescriptionprotected void
ResourceAttachmentChangeMerger.addInTarget
(ResourceAttachmentChange diff, boolean rightToLeft) This will be called when we need to create an element in the target side.protected void
ResourceAttachmentChangeMerger.move
(ResourceAttachmentChange diff, boolean rightToLeft) Handle moves ofResourceAttachmentChange
s.protected boolean
ResourceAttachmentChangeMerger.mustDelete
(Resource resource, ResourceAttachmentChange diff, boolean rightToLeft) Deprecated.Don't use this method.protected void
ResourceAttachmentChangeMerger.removeFromTarget
(ResourceAttachmentChange diff, boolean rightToLeft) This will be called when we need to remove an element from the target side. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.provider.spec
Modifier and TypeMethodDescriptionstatic final com.google.common.base.Predicate<ResourceAttachmentChange>
MatchResourceItemProviderSpec.uriDifferentFromAll
(MatchResource matchResource) Predicate to check if the URI of the current attachment change is different from all the URIs of the resources matched by the givenMatchResource
. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.rcp.ui.internal.mergeviewer.item.impl
Modifier and TypeMethodDescriptionprotected final IMergeViewerItem.Container
MergeViewerItem.createBasicContainer
(ResourceAttachmentChange diff) Deprecated. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Modifier and TypeMethodDescriptionprotected 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
. -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.rcp.ui.internal.util
Modifier and TypeMethodDescriptionstatic Object
MergeViewerUtil.getResourceAttachmentChangeValue
(ResourceAttachmentChange diff, IMergeViewer.MergeViewerSide side) static Object
MergeViewerUtil.getValueFromResourceAttachmentChange
(ResourceAttachmentChange diff, Comparison comparison, IMergeViewer.MergeViewerSide side) -
Uses of ResourceAttachmentChange in org.eclipse.emf.compare.util
Modifier and TypeMethodDescriptionCompareSwitch.caseResourceAttachmentChange
(ResourceAttachmentChange object) Returns the result of interpreting the object as an instance of 'Resource Attachment Change'.