com.wrq.vhi.script.api.command
Class CommandList

java.lang.Object
  extended by com.wrq.vhi.script.api.command.CommandList

public class CommandList
extends java.lang.Object


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

CommandList

public CommandList()
Method Detail

add

public void add(Command command)

insert

public void insert(int index,
                   Command command)

remove

public void remove(int index)

size

public int size()

get

public Command get(int index)