samples.javaclient.analyzer
Interface BITreeNode

All Known Implementing Classes:
CatalogTreeNode

public interface BITreeNode

An elements in a BI Tree.

See Also:
BITreeModel

Method Summary
 boolean isLoaded()
          Indicates whether child nodes for this node are displayed.
 void load()
          Displays child nodes of this node.
 

Method Detail

isLoaded

public boolean isLoaded()
Indicates whether child nodes for this node are displayed.

Returns:
true if child nodes are displayed, false if they are not.

load

public void load()
Displays child nodes of this node.