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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java438 private boolean fillsViewportHeight; field in class:JTable
5221 * @param fillsViewportHeight whether or not this table is always
5232 public void setFillsViewportHeight(boolean fillsViewportHeight) { argument
5233 boolean old = this.fillsViewportHeight;
5234 this.fillsViewportHeight = fillsViewportHeight;
5236 firePropertyChange("fillsViewportHeight", old, fillsViewportHeight);
5249 return fillsViewportHeight;

Completed in 239 milliseconds