public interface INestedGraphContentProvider
extends org.eclipse.jface.viewers.IContentProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getNestedGraphNodes(java.lang.Object node)
Returns the content elements representing the nodes within the graph that
is nested inside the node represented by the given content element.
|
java.lang.Object[] |
getNodes()
Returns all content elements which represent nodes on the first level of
the graph.
|
boolean |
hasNestedGraph(java.lang.Object node)
Determines whether the node represented by the given content element has
nested children.
|
java.lang.Object[] getNodes()
null
is returned.java.lang.Object[] getNestedGraphNodes(java.lang.Object node)
null is returned.node - A content element that represents a node.boolean hasNestedGraph(java.lang.Object node)
node - A content element that represents a node, according to the
getNodes() method.true when the node represented by the given content
element has nested children, otherwise false.