public class ActionList extends Vector<Action>
Modifier and Type | Field and Description |
---|---|
static String |
ELEM_NAME |
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
ActionList() |
Modifier and Type | Method and Description |
---|---|
Action |
getAction(int n) |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
public static final String ELEM_NAME
public Action getAction(int n)