Searched refs:getRowCount (Results 1 – 2 of 2) sorted by relevance
356 public int getRowCount() { in getRowCount() method in pmInstallPrinter.accessListModel992 if (accessModel.getRowCount() != 0) { in getUserAccess()993 useraccesslist = new String[accessModel.getRowCount()]; in getUserAccess()2033 if (accessModel.getRowCount() > 0 && in actionaddButton()2045 int rw = accessModel.getRowCount(); in actionaddButton()2067 rcount = accessModel.getRowCount(); in actiondeleteButton()2071 rcount = accessModel.getRowCount(); in actiondeleteButton()
228 public int getRowCount() { in getRowCount() method in pmTop.listTableModel