194195196197198199200
/** * @return the range of data being displayed */ public Range getRange() { return new DefaultRange(pageStart, pageSize); }