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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java2883 * If <code>includeSpacing</code> is true then the value returned
2903 * the <code>includeSpacing</code> parameter is ignored.
2915 * @param includeSpacing if false, return the true cell bounds -
2924 public Rectangle getCellRect(int row, int column, boolean includeSpacing) { argument
2968 if (valid && !includeSpacing) {

Completed in 72 milliseconds