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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java106 private TableColumnModel colModel; field in class:TablePrintable
175 colModel = table.getColumnModel();
176 totalColWidth = colModel.getTotalColumnWidth();
502 int colWidth = colModel.getColumn(col).getWidth();
516 colWidth = colModel.getColumn(col).getWidth();

Completed in 7262 milliseconds