gov.nasa.worldwind.applications.gio.catalogui.treetable
Interface TreeTableNode
- All Known Implementing Classes:
- AbstractTreeTableNode, AVListNode, ESGResultListNode, ESGResultNode, GIDBResultListNode, GIDBResultNode, LayerNode, ServiceDataLinkNode, ServiceDataNode
public interface TreeTableNode
getChildAt
TreeTableNode getChildAt(int index)
getChildCount
int getChildCount()
getChildren
Iterable<TreeTableNode> getChildren()
getIndex
int getIndex(TreeTableNode node)
getParent
TreeTableNode getParent()
getValue
Object getValue(String key)
isAllowsChildren
boolean isAllowsChildren()
isLeaf
boolean isLeaf()
setValue
void setValue(String key,
Object aValue)