public interface IGraphNodeContentProvider extends IContentProvider
IGraphNodeContentProvider
mediates between the
ZestContentViewer
and a content model. It provides content elements
which represent nodes, and the connections between nodes.Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getConnectedTo(java.lang.Object node)
Returns all content elements which represent nodes which are connected to
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.
|
dispose, inputChanged
java.lang.Object[] getConnectedTo(java.lang.Object node)
null
is returned.node
- A model object representing a graph node.java.lang.Object[] getNodes()
null
is returned.Copyright (c) 2014 itemis AG and others. All rights reserved.