Uses of Class
com.google.refine.model.Cell
Packages that use Cell
Package
Description
-
Uses of Cell in com.google.refine.commands.cell
Fields in com.google.refine.commands.cell declared as CellConstructors in com.google.refine.commands.cell with parameters of type CellModifierConstructorDescriptionprotectedEditResult(String code, HistoryEntry historyEntry, Cell cell, Pool pool) -
Uses of Cell in com.google.refine.commands.recon
Constructors in com.google.refine.commands.recon with parameters of type CellModifierConstructorDescriptionprotectedCellResponse(HistoryEntry historyEntry, Cell newCell, Pool newPool) -
Uses of Cell in com.google.refine.expr
Fields in com.google.refine.expr declared as CellMethods in com.google.refine.expr with parameters of type CellModifier and TypeMethodDescriptionvoidBinder.bind(Properties bindings, Row row, int rowIndex, String columnName, Cell cell) static voidExpressionUtils.bind(Properties bindings, Row row, int rowIndex, String columnName, Cell cell) Constructors in com.google.refine.expr with parameters of type Cell -
Uses of Cell in com.google.refine.importers
Methods in com.google.refine.importers that return CellModifier and TypeMethodDescriptionprotected static CellExcelImporter.extractCell(org.apache.poi.ss.usermodel.Cell cell) protected static CellExcelImporter.extractCell(org.apache.poi.ss.usermodel.Cell cell, boolean forceText) protected static CellOdsImporter.extractCell(org.odftoolkit.odfdom.doc.table.OdfTableCell cell) -
Uses of Cell in com.google.refine.importers.tree
Fields in com.google.refine.importers.tree with type parameters of type Cell -
Uses of Cell in com.google.refine.model
Fields in com.google.refine.model with type parameters of type CellMethods in com.google.refine.model that return CellModifier and TypeMethodDescriptionstatic CellRow.getCell(int cellIndex) static CellCell.loadStreaming(String s, Pool pool) Methods in com.google.refine.model that return types with arguments of type CellMethods in com.google.refine.model with parameters of type CellMethod parameters in com.google.refine.model with type arguments of type CellModifier and TypeMethodDescriptionstatic RowRow.deserialize(boolean starred, boolean flagged, List<Cell> cells) Constructor parameters in com.google.refine.model with type arguments of type Cell -
Uses of Cell in com.google.refine.model.changes
Fields in com.google.refine.model.changes declared as CellModifier and TypeFieldDescriptionfinal CellCellAtRow.cellfinal CellCellAtRowCellIndex.cellfinal CellCellChange.newCellfinal CellCellChange.oldCellConstructors in com.google.refine.model.changes with parameters of type CellModifierConstructorDescriptionCellAtRowCellIndex(int row, int cellIndex, Cell cell) CellChange(int row, int cellIndex, Cell oldCell, Cell newCell) -
Uses of Cell in com.google.refine.model.recon
Methods in com.google.refine.model.recon with parameters of type Cell -
Uses of Cell in com.google.refine.operations.recon
Fields in com.google.refine.operations.recon declared as CellConstructors in com.google.refine.operations.recon with parameters of type Cell