|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.ocd.cmdmgr.CmdManager
| 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 |
static ICmdManager |
getDefaultManager()
Get The Default CmdManager |
java.util.List |
getFactories()
Get a List of all Cmd Factories |
void |
removeCmdFactory(ICmdFactory pFactory)
Remove a Cmd Factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public ICmdAction getCmdAction(java.lang.Object pCmd)
getCmdAction in interface ICmdManagerpCmd - Object the Action should be based onpublic ICmdAction[] getCmdActions(java.lang.Object pCmd)
getCmdActions in interface ICmdManagerpCmd - Object the Action should be based onpublic ICmdFactory getCmdFactory(java.lang.String pName)
getCmdFactory in interface ICmdManagerpName - of the Cmd Factorypublic void addCmdFactory(ICmdFactory pFactory)
addCmdFactory in interface ICmdManagerpFactory - to Addpublic void removeCmdFactory(ICmdFactory pFactory)
removeCmdFactory in interface ICmdManagerpFactory - to Removepublic java.util.List getFactories()
getFactories in interface ICmdManagerpublic static ICmdManager getDefaultManager()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||