Lines Matching defs:getCellRect

1529         Rectangle rect = getCellRect(row, col, true);
2464 Rectangle cellRect = getCellRect(rowIndex, columnIndex, false);
2924 public Rectangle getCellRect(int row, int column, boolean includeSpacing) {
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(maxRow, lastIndex, false);
4691 // The getCellRect() calls will fail unless there is at least one column.
4697 Rectangle firstRowRect = getCellRect(firstIndex, 0, false);
4698 Rectangle lastRowRect = getCellRect(lastIndex, getColumnCount()-1, false);
4806 // -1, depending on the orientation. This is okay, as getCellRect()
4808 leadingCellRect = getCellRect(leadingRow, leadingCol, true);
4844 retVal = getCellRect(leadingRow, leadingCol, true).width;
4903 Rectangle cellRect = getCellRect(row, col, true);
4974 Rectangle newCellRect = getCellRect(row, col, true);
5041 cellRect = getCellRect(trailingRow, trailingCol, true);
5820 Rectangle cellRect = getCellRect(editingRow, editingColumn, false);
8087 Rectangle rcell = JTable.this.getCellRect(row, column, false);
8609 Rectangle r = parent.getCellRect(row, column, false);
8628 return parent.getCellRect(row, column, false);
8648 Rectangle r = parent.getCellRect(row, column, false);
8888 Rectangle rcell = JTable.this.getCellRect(row, column, false);