Searched defs:getCellRect (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java1529 Rectangle rect = getCellRect(row, col, true);
2464 Rectangle cellRect = getCellRect(rowIndex, columnIndex, false);
2924 public Rectangle getCellRect(int row, int column, boolean includeSpacing) { method in class:JTable
3396 Rectangle cellRect = getCellRect(hitRowIndex, hitColumnIndex, false);
3516 editorComp.setBounds(getCellRect(row, column, false));
4176 Rectangle dirty = getCellRect(viewIndex, columnViewIndex,
4432 dirtyRegion = getCellRect(start, column, false);
4627 // The getCellRect() call will fail unless there is at least one row.
4658 Rectangle firstColumnRect = getCellRect(minRow, firstIndex, false);
4659 Rectangle lastColumnRect = getCellRect(maxRo
[all...]

Completed in 50 milliseconds