Searched refs:colModel (Results 1 - 4 of 4) 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();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java89 TableColumnModel colModel = getColumnModel();
90 colModel.getColumn(0).setPreferredWidth(45);
91 colModel.getColumn(1).setPreferredWidth(50);
92 colModel.getColumn(2).setPreferredWidth(50);
93 colModel.getColumn(3).setPreferredWidth(40);
94 colModel.getColumn(4).setPreferredWidth(50);
95 colModel.getColumn(5).setPreferredWidth(50);
H A DXOpenTypeViewer.java186 TableColumnModel colModel = getColumnModel();
194 colModel.getColumn(0).setPreferredWidth(col1Width);
207 colModel.getColumn(0).setPreferredWidth(col1Width);
208 colModel.getColumn(1).setPreferredWidth(col2Width);
H A DXMBeanAttributes.java783 TableColumnModel colModel = getColumnModel();
793 colModel.getColumn(NAME_COLUMN).setPreferredWidth(50);

Completed in 1913 milliseconds