public interface INestedGraphContentProvider extends IGraphNodeContentProvider
INestedGraphContentProvider extends the
IGraphNodeContentProvider with parent-child-relations. You can use
this to express nested graphs.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getChildren(java.lang.Object node)
Returns the nested children of the node represented by the given content
element.
|
boolean |
hasChildren(java.lang.Object node)
Determines whether the node represented by the given content element has
nested children.
|
getConnectedTo, getNodesdispose, inputChangedjava.lang.Object[] getChildren(java.lang.Object node)
null is returned.node - A content element that represents a node, according to the
IGraphNodeContentProvider.getNodes() method.boolean hasChildren(java.lang.Object node)
node - A content element that represents a node, according to the
IGraphNodeContentProvider.getNodes() method.true when the node represented by the given content
element has nested children, otherwise false.Copyright (c) 2014 itemis AG and others. All rights reserved.