コード例 #1
0
ファイル: BPMsTable.java プロジェクト: kritha/MyOpenXal
 /**
  * Returns the rowCount attribute of the BPMsList object
  *
  * @return The rowCount value
  */
 public int getRowCount() {
   return listModel.getSize();
 }