Searched defs:modelColumn (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DOldJTable.java190 public TableColumn addColumn(int modelColumn, int width) { argument
191 return addColumn(modelColumn, width, null, null);
194 public TableColumn addColumn(int modelColumn) { argument
195 return addColumn(modelColumn, 75, null, null);
199 * Creates a new column with <I>modelColumn</I>, <I>width</I>,
202 * name of the column using the model's <I>getColumnName(modelColumn)</I>
206 * The <I>modelColumn</I> is the index of the column in the model which
218 * @param modelColumn The index of the column in the model
226 public TableColumn addColumn(int modelColumn, int width, argument
230 modelColumn, widt
[all...]

Completed in 31 milliseconds