org.grinvin.list.graphs
Interface GraphNode
- GraphGroup, GraphListElement
public interface GraphNode
List | getChildren() - Return the list of children of this node.
|
String | getName() - Return a localized name for this node.
|
getChildren
public List getChildren()
Return the list of children of this node. Returns null for a node
which is not supposed to have children. Returns an empty list for nodes
that can have children, but currently have none.
getName
public String getName()
Return a localized name for this node.