8586878889909192
*/ public void setRowCount(int rowCount) { if (this.rowCount != rowCount) { int oldRowCount = this.rowCount; this.rowCount = rowCount; fireEvent(new RowCountChangeEvent(oldRowCount, rowCount)); } }