|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cosylab.vdct.events.CommandManager
public class CommandManager
Insert the type's description here. Creation date: (18.12.2000 15:26:40)
| Field Summary | |
|---|---|
protected java.util.Hashtable |
commands
|
protected static CommandManager |
instance
|
| Constructor Summary | |
|---|---|
protected |
CommandManager()
CommandManager constructor comment. |
| Method Summary | |
|---|---|
void |
addCommand(java.lang.String id,
Command command)
Insert the method's description here. |
void |
clear()
Insert the method's description here. |
void |
execute(java.lang.String id)
Insert the method's description here. |
Command |
getCommand(java.lang.String id)
Insert the method's description here. |
static CommandManager |
getInstance()
Insert the method's description here. |
void |
removeCommand(java.lang.String id)
Insert the method's description here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Hashtable commands
protected static CommandManager instance
| Constructor Detail |
|---|
protected CommandManager()
| Method Detail |
|---|
public void addCommand(java.lang.String id,
Command command)
id - java.lang.Stringcommand - com.cosylab.vdct.events.Commandpublic void clear()
public void execute(java.lang.String id)
id - java.lang.Stringpublic Command getCommand(java.lang.String id)
id - java.lang.String
public static CommandManager getInstance()
public void removeCommand(java.lang.String id)
id - java.lang.String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||