|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
_taskMgr
Method Summary | |
void |
addCmdFactory(ICmdFactory pFactory)
Add a Cmd Factory |
ICmdAction |
getCmdAction(java.lang.Object pCmd)
Get an Action for the Command. |
ICmdAction[] |
getCmdActions(java.lang.Object pCmd)
Get an array of Actions for the Command. |
ICmdFactory |
getCmdFactory(java.lang.String pName)
Get the Cmd Factory of the specified name |
java.util.List |
getFactories()
Get a List of all Cmd Factories |
void |
removeCmdFactory(ICmdFactory pFactory)
Remove a Cmd Factory |
Method Detail |
public ICmdAction getCmdAction(java.lang.Object pCmd)
pCmd
- Object the Action should be based onpublic ICmdAction[] getCmdActions(java.lang.Object pCmd)
pCmd
- Object the Action should be based onpublic ICmdFactory getCmdFactory(java.lang.String pName)
pName
- of the Cmd Factorypublic void addCmdFactory(ICmdFactory pFactory)
pFactory
- to Addpublic void removeCmdFactory(ICmdFactory pFactory)
pFactory
- to Removepublic java.util.List getFactories()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |