Searched refs:TableCellFormatter (Results 1 – 1 of 1) sorted by relevance
1256 … topicCellFormats.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()1280 … firstRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()1289 … lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()1293 lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()1414 ((TableCellFormatter) topicCellFormats.get(cursorMoves)).format(xc); in writeCell()1561 … ((TableCellFormatter) formats.get(i)).format(table.getCellByName(cursor.getRangeName())); in formatTable()1920 class TableCellFormatter class1939 public TableCellFormatter(Object tableCell) in TableCellFormatter() method in TableCellFormatter