| |
|
| java.lang.Object org.cougaar.mlm.debug.ui.UserInput
Method Summary | |
public void | actionPerformed(ActionEvent e) User made a selection. | public void | run() Create the user input frame which allows the user to input
tasks, specifying each field in the task. |
SET_DESTINATION_CLUSTER | static String SET_DESTINATION_CLUSTER(Code) | | |
SET_DIRECT_OBJECT_ASSET_QUANTITY | static String SET_DIRECT_OBJECT_ASSET_QUANTITY(Code) | | |
SET_DIRECT_OBJECT_CAPABILITY | static String SET_DIRECT_OBJECT_CAPABILITY(Code) | | |
SET_DIRECT_OBJECT_CLUSTER_ASSET | static String SET_DIRECT_OBJECT_CLUSTER_ASSET(Code) | | |
SET_DIRECT_OBJECT_PHYSICAL_ASSET | static String SET_DIRECT_OBJECT_PHYSICAL_ASSET(Code) | | |
SET_PHRASE_ASSET_QUANTITY | static String SET_PHRASE_ASSET_QUANTITY(Code) | | |
SET_PHRASE_CAPABILITY | static String SET_PHRASE_CAPABILITY(Code) | | |
SET_PHRASE_CLUSTER_ASSET | static String SET_PHRASE_CLUSTER_ASSET(Code) | | |
SET_PHRASE_PHYSICAL_ASSET | static String SET_PHRASE_PHYSICAL_ASSET(Code) | | |
SET_PHRASE_PREPOSITION | static String SET_PHRASE_PREPOSITION(Code) | | |
objectAssetQuantity | int objectAssetQuantity(Code) | | |
phraseAssetQuantity | int phraseAssetQuantity(Code) | | |
UserInput | public UserInput(UIPlugin uiPlugin, UIDisplay uiDisplay, PluginDelegate delegate)(Code) | | Initialize values used by user input thread.
Parameters: uiPlugin - this plugin Parameters: uiDisplay - the main display object |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | User made a selection. We need to set the value of the appropriate
task object and add the user's input to the task displayed.
|
run | public void run()(Code) | | Create the user input frame which allows the user to input
tasks, specifying each field in the task.
|
|
|
|