|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface that prvides 'commandes', that have an enabled BooleanState
and can be executed. Additional the CommandManager provides
a processing BooleanState.
| Method Summary | |
Command |
getCommand(java.lang.String commandId)
Get a Command from the CommandManager |
boolean |
hasCommand(java.lang.String commandId)
Checks, if the CommandManager provides a command with a given id |
| Method Detail |
public boolean hasCommand(java.lang.String commandId)
CommandManager provides a command with a given id
commandId - the id of a command
CommandManager provides a command with given idpublic Command getCommand(java.lang.String commandId)
Command from the CommandManager
commandId - the id of a command
java.lang.IllegalArgumentException - if the CommandManager does not provide a command with given id;
check first with hasCommand(String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||