|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.Vector | +--com.glaivestone.mv.swing.TableRow
A table row holds a value which is represented as a set of fields in a tabular presentation.
Constructor Summary | |
TableRow()
Construct a new table row. |
|
TableRow(java.lang.Object aValue)
Construct a new table row which holds the given value. |
|
TableRow(java.lang.Object aValue,
int nColumns)
Construct a new table row which holds the given value and uses the specified number of columns in the presentation. |
Method Summary | |
static java.util.Vector |
asVector(java.lang.Object[] values)
|
java.lang.Object |
getColumnValue(int index)
Answer the value in the specified column. |
java.lang.Object |
getValue()
Answer the value held by this row. |
void |
setValue(java.lang.Object aValue)
Specify the value held in this row. |
void |
setValue(java.lang.Object aValue,
java.util.Collection columnValues)
Specify the value held by this row, along with the column values of its presentation. |
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
Constructor Detail |
public TableRow()
public TableRow(java.lang.Object aValue)
public TableRow(java.lang.Object aValue, int nColumns)
java.lang.IllegalArgumentException
- if the specified initial capacity
is negativeMethod Detail |
public java.lang.Object getColumnValue(int index)
public java.lang.Object getValue()
public void setValue(java.lang.Object aValue)
public void setValue(java.lang.Object aValue, java.util.Collection columnValues)
public static java.util.Vector asVector(java.lang.Object[] values)
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |