|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV NEXT | ||||||||
Uses of Class
org.mitre.cvw.CVWCommand
| Uses of CVWCommand in org.mitre.cvw |
| Methods in org.mitre.cvw that return CVWCommand | |
CVWCommand |
CVWCmdMgr.get(int key)
Returns the CVWCommand given an integer key (automatically does the casting) |
CVWCommand |
CVWCmdMgr.get(java.lang.Integer key)
Returns the CVWCommand given an Integer key (automatically does the casting) |
CVWCommand |
CVWCmdMgr.put(java.lang.Integer key,
CVWCommand cmd)
Sets the CVWCommand given an Integer key (automatically does the casting) |
CVWCommand |
CVWCmdMgr.put(CVWCommand cmd)
Sets the CVWCommand, the key is taken from the CVWCommand (automatically does the casting) |
CVWCommand |
CVWCmdMgr.findCmdGivenServerCmdStr(java.lang.String cmdStr)
Returns the CVWCommand given a server command string. |
CVWCommand |
CVWCmdMgr.findCmdGivenMenuStr(java.lang.String menuStr)
Returns the CVWCommand given a menu string. |
CVWCommand |
CVWCmdMgr.findCmdGivenHotKey(char hotkey,
java.lang.String mod)
Returns the cvwCommand given the hot key char 10/2/96 dage - return cvwCommand given the hot key char |
CVWCommand |
CmdChoice.getSelectedCmd()
Returns the text of the person field. |
| Methods in org.mitre.cvw with parameters of type CVWCommand | |
CVWCommand |
CVWCmdMgr.put(java.lang.Integer key,
CVWCommand cmd)
Sets the CVWCommand given an Integer key (automatically does the casting) |
CVWCommand |
CVWCmdMgr.put(CVWCommand cmd)
Sets the CVWCommand, the key is taken from the CVWCommand (automatically does the casting) |
void |
CmdEntryPanel.setupHotKey(CVWCommand cvwCmd)
Sets up a hot key for this window given a CVWCommand. |
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV NEXT | ||||||||