public static interface IMergeViewerItem.Container extends IMergeViewerItem
IMergeViewerItem.Container
Adapter.Internal
IS_INSERTION_POINT
Modifier and Type | Method and Description |
---|---|
IMergeViewerItem[] |
getChildren(IDifferenceGroupProvider group,
com.google.common.base.Predicate<? super EObject> predicate)
Returns the children of this container.
|
boolean |
hasChildren(IDifferenceGroupProvider group,
com.google.common.base.Predicate<? super EObject> predicate)
Returns whether this container has at least one child.
|
getAncestor, getDiff, getLeft, getParent, getRight, getSide, getSideValue, isInsertionPoint
getTarget, isAdapterForType, notifyChanged, setTarget
boolean hasChildren(IDifferenceGroupProvider group, com.google.common.base.Predicate<? super EObject> predicate)
getChildren
method.group
- the active group provider.predicate
- the active predicate.true
if this container has at least one childIMergeViewerItem[] getChildren(IDifferenceGroupProvider group, com.google.common.base.Predicate<? super EObject> predicate)
null
).group
- the active group provider.predicate
- the active predicate.
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.