|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.vhi.script.api.command.CommandList
public class CommandList
Constructor Summary | |
---|---|
CommandList()
|
Method Summary | |
---|---|
void |
add(Command command)
|
Command |
get(int index)
|
void |
insert(int index,
Command command)
|
void |
remove(int index)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandList()
Method Detail |
---|
public void add(Command command)
public void insert(int index, Command command)
public void remove(int index)
public int size()
public Command get(int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |