| |
|
| org.cougaar.mlm.debug.ui.UITreeNode org.cougaar.mlm.debug.ui.UITaskCollectionNode
UITaskCollectionNode | public class UITaskCollectionNode extends UITreeNode implements UISubscriber(Code) | | A tree for an expandable task collection.
|
Constructor Summary | |
public | UITaskCollectionNode(UIPlugin uiPlugin, String planName, MessageAddress clusterId) Creates a tree for the expandable task collection in
the specified cluster and for the specified plan by calling
the UITreeNode constructor. |
UITaskCollectionNode | public UITaskCollectionNode(UIPlugin uiPlugin, String planName, MessageAddress clusterId) throws UINoPlanException(Code) | | Creates a tree for the expandable task collection in
the specified cluster and for the specified plan by calling
the UITreeNode constructor.
Listens for changes to the expandable tasks in order to dynamically
update the tree.
Parameters: uiPlugin - this user interface plug in Parameters: planName - name of plan for which to display tasks Parameters: clusterId - cluster from which to obtain tasks exception: UINoPlanException - thrown when the plan does not exist |
isLeaf | public boolean isLeaf()(Code) | | Has leaves which are the tasks.
true |
loadChildren | public void loadChildren()(Code) | | Get the expandable tasks.
|
subscriptionChanged | public void subscriptionChanged(IncrementalSubscription container)(Code) | | UISubscriber interface.
Notified when a task is added and update the tree.
|
toString | public String toString()(Code) | | Display the plan name in the tree.
plan name |
|
|
|