Lines Matching defs:getColumnCount

78  *          public int getColumnCount() { return 10; }
688 public int getColumnCount() { return columnNames.length; }
1268 * the data model using the <code>getColumnCount</code> method
1281 while (cm.getColumnCount() > 0) {
1286 for (int i = 0; i < m.getColumnCount(); i++) {
1625 location = new DropLocation(p, getColumnCount(), col, false, true);
1642 location = new DropLocation(p, row, getColumnCount(), false, true);
2081 if (getRowCount() > 0 && getColumnCount() > 0) {
2103 setColumnSelectionInterval(0, getColumnCount()-1);
2136 int compare = row ? getRowCount() : getColumnCount();
2148 if (col< 0 || col >= getColumnCount()) {
2174 * [0, <code>getColumnCount()</code>-1]
2201 * [0, <code>getColumnCount()</code>-1]
2227 * [0, <code>getColumnCount()</code>-1]
2439 if (getColumnCount() > 0) {
2654 * @see #getColumnCount
2672 public int getColumnCount() {
2673 return getColumnModel().getColumnCount();
2839 * [0, <code>getColumnCount()</code>-1].
2844 * [0, <code>getColumnCount()</code>-1]
2947 else if (column >= getColumnCount()) {
2961 for(int i = cm.getColumnCount()-1; i > column; i--) {
2981 for (int column = 0; column < cm.getColumnCount(); column++) {
3218 public int getElementCount() { return cm.getColumnCount(); }
3245 int columnCount = getColumnCount();
3495 column < 0 || column >= getColumnCount()) {
3617 for(int column = 0; column < cm.getColumnCount(); column++) {
4628 if (getRowCount() <= 0 || getColumnCount() <= 0) {
4631 int firstIndex = limit(e.getFirstIndex(), 0, getColumnCount()-1);
4632 int lastIndex = limit(e.getLastIndex(), 0, getColumnCount()-1);
4692 if (getRowCount() <= 0 || getColumnCount() <= 0) {
4698 Rectangle lastRowRect = getCellRect(lastIndex, getColumnCount()-1, false);
6742 lastColumn = getColumnCount() - 1;
6771 lastColumn = getColumnCount() - 1;
6796 lastColumn = getColumnCount() - 1;
7010 return (JTable.this.getColumnCount() * JTable.this.getRowCount());
7062 return rowsSel * JTable.this.getColumnCount() +
7068 return rowsSel * JTable.this.getColumnCount();
7102 int ttlCols = JTable.this.getColumnCount();
7408 return JTable.this.getColumnCount();
7538 return headerModel.getColumnCount();