Searched refs:dataVector (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableModel.java72 protected Vector dataVector; field in class:DefaultTableModel
194 return dataVector;
202 * Replaces the current <code>dataVector</code> instance variable
203 * with the new <code>Vector</code> of rows, <code>dataVector</code>.
204 * Each row is represented in <code>dataVector</code> as a
208 * mapped to column 0 in <code>dataVector</code>. Each row in
209 * <code>dataVector</code> is adjusted to match the number of
214 * <code>dataVector</code> results in unspecified behavior,
217 * @param dataVector the new data vector
221 public void setDataVector(Vector dataVector, Vecto argument
239 setDataVector(Object[][] dataVector, Object[] columnIdentifiers) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DTableSorter.java149 Vector data = (Vector) dataVector.elementAt(i);
221 return (Vector) dataVector.elementAt(row);
226 dataVector.setElementAt(data,row);

Completed in 30 milliseconds