| |
|
| org.cougaar.mlm.debug.ui.UITreeNode org.cougaar.mlm.debug.ui.UIClusterAssetNode
UIClusterAssetNode | public class UIClusterAssetNode extends UITreeNode (Code) | | A tree node for a Cluster Asset.
Overrides the UITreeNode loadChildren, toString and isLeaf.
|
Method Summary | |
public boolean | isLeaf() This is a leaf. | public void | loadChildren() This shouldn't be called because this is a leaf. | public String | toString() Return representation of a cluster asset in a tree. |
UIClusterAssetNode | public UIClusterAssetNode(Organization org)(Code) | | Create a tree node for the cluster asset.
Parameters: org - for which to create the node |
isLeaf | public boolean isLeaf()(Code) | | This is a leaf.
true |
loadChildren | public void loadChildren()(Code) | | This shouldn't be called because this is a leaf.
|
toString | public String toString()(Code) | | Return representation of a cluster asset in a tree.
String s |
|
|
|