Searched refs:getRowCount (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DSpreadSheet.java198 final int row_count = getRowCount();
229 // for(r = 0; (r < model.getRowCount()) && (o != null); r++) {
263 public int getRowCount() { return getModel().getRowCount(); } method in class:SpreadSheet.RowHeaderModel
H A DIntegerSpreadSheetModel.java49 public int getRowCount() { method in class:IntegerSpreadSheetModel
H A DWrappedMultiViewletDataStore.java227 public int getRowCount() { method in class:WrappedMultiViewletDataStore
228 return s.getRowCount();
H A DAbstractViewletDataStore.java351 public int getRowCount() { method in class:AbstractViewletDataStore

Completed in 82 milliseconds