public class DynTableDataVector
extends java.util.Vector<java.lang.Object>
DynTable,
JTable.getModel(),
Serialized Form| Constructor and Description |
|---|
DynTableDataVector(DynForm dynForm)
Instantiates and initialises a new DynTableDataVector.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<java.lang.Integer> |
getEditableRowsVector()
Gets the editable rows vector.
|
boolean |
isEqualStructure(java.lang.Object compareToObject)
Checks if the structure is equal.
|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSizepublic DynTableDataVector(DynForm dynForm)
dynForm - the current DynFormpublic java.util.Vector<java.lang.Integer> getEditableRowsVector()
public boolean isEqualStructure(java.lang.Object compareToObject)
compareToObject - the compare object