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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java248 public static final int AUTO_RESIZE_ALL_COLUMNS = 4; field in class:JTable
1185 * AUTO_RESIZE_ALL_COLUMNS
1196 * AUTO_RESIZE_ALL_COLUMNS JTable.AUTO_RESIZE_ALL_COLUMNS
1203 (mode == AUTO_RESIZE_ALL_COLUMNS)) {
3030 * <li> AUTO_RESIZE_ALL_COLUMNS: Spread the delta amongst all the columns
3182 : AUTO_RESIZE_ALL_COLUMNS);
3260 case AUTO_RESIZE_ALL_COLUMNS:
5905 } else if (autoResizeMode == AUTO_RESIZE_ALL_COLUMNS) {
5906 autoResizeModeString = "AUTO_RESIZE_ALL_COLUMNS";
[all...]

Completed in 45 milliseconds