Lines Matching refs:firstColumn
6697 protected int firstColumn;
6701 int lastRow, int firstColumn,
6706 this.firstColumn = firstColumn;
6723 return firstColumn;
6738 int firstColumn = e.getColumn();
6740 if (firstColumn == TableModelEvent.ALL_COLUMNS) {
6741 firstColumn = 0;
6751 firstColumn,
6767 int firstColumn = e.getColumn();
6769 if (firstColumn == TableModelEvent.ALL_COLUMNS) {
6770 firstColumn = 0;
6777 firstColumn,
6792 int firstColumn = e.getColumn();
6794 if (firstColumn == TableModelEvent.ALL_COLUMNS) {
6795 firstColumn = 0;
6802 firstColumn,