コード例 #1
0
ファイル: DataTableModel.java プロジェクト: kornl/mutoss
 public CellValue getValueAt(int row, int col) {
   return new CellValue(df.get(row, col), df.getCol(col));
 }