public interface ISyncInfoTreeChangeEvent extends ISyncInfoSetChangeEvent
SyncInfoTree
when it notifies listeners
of changes.Modifier and Type | Method and Description |
---|---|
IResource[] |
getAddedSubtreeRoots()
Returns the highest parent resources of all newly added elements available in this event
by calling
getAddedResources() . |
IResource[] |
getRemovedSubtreeRoots()
Returns the highest parent resources of all newly removed elements available in this event
by calling
getRemovedResources() . |
getAddedResources, getChangedResources, getRemovedResources, getSet
IResource[] getAddedSubtreeRoots()
getAddedResources()
. In other words, it returns the set of all
parent containers that did not previously have descendants in the sync set but are direct
children of containers that did previously have descendants in the set.
These roots are provided in order
to allow listeners to optimize the reconciliation of hierarchical views of
the SyncInfoSet
contents.
IResource[] getRemovedSubtreeRoots()
getRemovedResources()
. In other words, it returns the set of all
parent containers that previously had descendants in the sync set but are direct
children of containers that still have descendants in the set.
These roots are provided in order
to allow listeners to optimize the reconciliation of hierarchical views of
the SyncInfoSet
contents.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.