| |
|
| org.cougaar.mlm.debug.ui.UITreeNode org.cougaar.mlm.debug.ui.UIWorkflowCollectionNode
UIWorkflowCollectionNode | public class UIWorkflowCollectionNode extends UITreeNode implements UISubscriber(Code) | | A tree for an allocatable workflow collection.
|
UIWorkflowCollectionNode | public UIWorkflowCollectionNode(UIPlugin uiPlugin, String planName, MessageAddress clusterId) throws UINoPlanException(Code) | | Creates a tree for a workflow collection in the specified cluster
and for the specified plan by calling the UITreeNode constructor.
Parameters: uiPlugin - this user interface plug in Parameters: planName - name of plan for which to display workflows Parameters: clusterId - cluster from which to obtain workflows exception: UINoPlanException - thrown when the plan does not exist |
isLeaf | public boolean isLeaf()(Code) | | Has leaves which are the Workflows.
false |
loadChildren | public synchronized void loadChildren()(Code) | | |
subscriptionChanged | public synchronized void subscriptionChanged(IncrementalSubscription container)(Code) | | UISubscriber interface.
Actually returns dispositions which are expansions.
Only pay attention to the added list.
|
toString | public String toString()(Code) | | Display the plan name in the tree.
plan name |
|
|
|