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

/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableColumnModel.java81 protected int totalColumnWidth; field in class:DefaultTableColumnModel
346 * @return the <code>totalColumnWidth</code> property
349 if (totalColumnWidth == -1) {
352 return totalColumnWidth;
725 * <code>totalColumnWidth</code> property.
729 totalColumnWidth = 0;
731 totalColumnWidth += ((TableColumn)enumeration.nextElement()).getWidth();
736 totalColumnWidth = -1;

Completed in 503 milliseconds