|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.bonevich.erj.ui.CommandManager
A class that manages the history of command execution
| Constructor Summary | |
CommandManager()
|
|
| Method Summary | |
java.util.Iterator |
getRegistryIterator()
|
void |
invoke(Command cmd)
|
void |
register(Command cmd)
|
protected void |
updateAllRegisteredCommands()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandManager()
| Method Detail |
public void register(Command cmd)
public java.util.Iterator getRegistryIterator()
protected void updateAllRegisteredCommands()
public void invoke(Command cmd)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||