Uses of Interface
adams.data.spreadsheet.Cell
-
Packages that use Cell Package Description adams.data.conversion adams.data.io.output adams.data.spreadsheet adams.flow.transformer adams.gui.core adams.gui.core.spreadsheettable adams.ml.data adams.parser.spreadsheetformula -
-
Uses of Cell in adams.data.conversion
Methods in adams.data.conversion that return Cell Modifier and Type Method Description protected Cell[][]
TransposeSpreadSheet. toMatrix(SpreadSheet sheet)
Turns the spreadsheet into a matrix of Cell objects (first row is header).protected Cell[][]
TransposeSpreadSheet. transpose(Cell[][] matrix)
Transposes the matrix.Methods in adams.data.conversion with parameters of type Cell Modifier and Type Method Description protected abstract void
AbstractSpreadSheetColumnConverter. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
ExcelDoubleColumnToDate. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
ExcelDoubleColumnToDateTime. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetAnyColumnToString. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetDoubleColumnToLong. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetDoubleColumnToString. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetLongColumnToDouble. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetObjectColumnToString. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToBoolean. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToDate. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToDateTime. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToDateTimeMsec. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToDouble. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToLong. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToObject. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToTime. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected void
SpreadSheetStringColumnToTimeMsec. convert(Cell cellOld, Cell cellNew)
Converts the cell's content to a new format.protected Cell[][]
TransposeSpreadSheet. transpose(Cell[][] matrix)
Transposes the matrix. -
Uses of Cell in adams.data.io.output
Methods in adams.data.io.output with parameters of type Cell Modifier and Type Method Description protected void
SimpleStreamSpreadSheetWriter. writeCell(BufferedWriter writer, int index, Cell cell)
Writes a cell using the supplied writer. -
Uses of Cell in adams.data.spreadsheet
Classes in adams.data.spreadsheet that implement Cell Modifier and Type Class Description class
CellView
Wrapper for a cell.class
DoubleCell
Represents a single cell.class
FloatCell
Represents a single cell.Fields in adams.data.spreadsheet declared as Cell Modifier and Type Field Description protected Cell
CellView. m_Cell
the wrapped cell.protected Cell[]
DenseDataRow. m_Cells
the cells of the row.Fields in adams.data.spreadsheet with type parameters of type Cell Modifier and Type Field Description protected HashMap<String,Cell>
AbstractRow. m_Cells
the cells of the row.Methods in adams.data.spreadsheet that return Cell Modifier and Type Method Description abstract Cell
AbstractRow. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.abstract Cell
AbstractRow. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
DataRowView. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
DataRowView. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
DenseDataRow. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
DenseDataRow. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
HeaderRow. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
HeaderRow. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
Row. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
Row. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
SparseDataRow. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
SparseDataRow. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
AbstractRow. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
AbstractRow. getCell(String cellKey)
Returns the cell with the given key, null if not found.Cell
CellView. getCell()
Returns the underlying cell.Cell
DataRowView. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
DataRowView. getCell(String cellKey)
Returns the cell with the given key, null if not found.Cell
DefaultSpreadSheet. getCell(int rowIndex, int columnIndex)
Returns the corresponding cell or null if not found.Cell
DenseDataRow. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
DenseDataRow. getCell(String cellKey)
Returns the cell with the given key, null if not found.Cell
Row. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
Row. getCell(String cellKey)
Returns the cell with the given key, null if not found.Cell
SparseDataRow. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
SpreadSheet. getCell(int rowIndex, int columnIndex)
Returns the corresponding cell or null if not found.Cell
SpreadSheetView. getCell(int rowIndex, int columnIndex)
Returns the corresponding cell or null if not found.Cell
HeaderRow. insertCell(int columnIndex)
Inserts a cell at the specified location.Cell
DataRowView. newCell(Row owner)
Creates a new instance of a cell.Cell
DefaultSpreadSheet. newCell()
Creates a new cell.Cell
DenseDataRow. newCell(Row owner)
Creates a new instance of a cell.Cell
DenseFloatDataRow. newCell(Row owner)
Creates a new instance of a cell.Cell
HeaderRow. newCell(Row owner)
Creates a new instance of a cell.Cell
Row. newCell(Row owner)
Creates a new instance of a cell.Cell
SparseDataRow. newCell(Row owner)
Creates a new instance of a cell.Cell
SparseFloatDataRow. newCell(Row owner)
Creates a new instance of a cell.Cell
SpreadSheet. newCell()
Creates a new cell.Cell
SpreadSheetView. newCell()
Creates a new cell.Cell
Cell. parseContent(String value)
Attempts to determine the data type of the string.Cell
CellView. parseContent(String value)
Attempts to determine the data type of the string.Cell
DoubleCell. parseContent(String value)
Attempts to determine the data type of the string.Cell
FloatCell. parseContent(String value)
Attempts to determine the data type of the string.Cell
AbstractRow. removeCell(int columnIndex)
Removes the cell at the specified index.Cell
AbstractRow. removeCell(String cellKey)
Removes the cell at the specified index.Cell
DataRowView. removeCell(int columnIndex)
Removes the cell at the specified index.Cell
DataRowView. removeCell(String cellKey)
Removes the cell at the specified index.Cell
DenseDataRow. removeCell(int columnIndex)
Removes the cell at the specified index.Cell
DenseDataRow. removeCell(String cellKey)
Removes the cell at the specified index.Cell
HeaderRow. removeCell(String cellKey)
Removes the cell at the specified index.Cell
Row. removeCell(int columnIndex)
Removes the cell at the specified index.Cell
Row. removeCell(String cellKey)
Removes the cell at the specified index.Cell
Cell. setContent(DateTime value)
Sets the content of the cell.Cell
Cell. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
Cell. setContent(Time value)
Sets the content of the cell.Cell
Cell. setContent(TimeMsec value)
Sets the content of the cell.Cell
Cell. setContent(Boolean value)
Sets the content of the cell.Cell
Cell. setContent(Byte value)
Sets the content of the cell.Cell
Cell. setContent(Double value)
Sets the content of the cell.Cell
Cell. setContent(Float value)
Sets the content of the cell.Cell
Cell. setContent(Integer value)
Sets the content of the cell.Cell
Cell. setContent(Long value)
Sets the content of the cell.Cell
Cell. setContent(Short value)
Sets the content of the cell.Cell
Cell. setContent(String value)
Sets the content of the cell.Cell
Cell. setContent(Date value)
Sets the content of the cell.Cell
CellView. setContent(DateTime value)
Sets the content of the cell.Cell
CellView. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
CellView. setContent(Time value)
Sets the content of the cell.Cell
CellView. setContent(TimeMsec value)
Sets the content of the cell.Cell
CellView. setContent(Boolean value)
Sets the content of the cell.Cell
CellView. setContent(Byte value)
Sets the content of the cell.Cell
CellView. setContent(Double value)
Sets the content of the cell.Cell
CellView. setContent(Float value)
Sets the content of the cell.Cell
CellView. setContent(Integer value)
Sets the content of the cell.Cell
CellView. setContent(Long value)
Sets the content of the cell.Cell
CellView. setContent(Short value)
Sets the content of the cell.Cell
CellView. setContent(String value)
Sets the content of the cell.Cell
CellView. setContent(Date value)
Sets the content of the cell.Cell
DoubleCell. setContent(DateTime value)
Sets the content of the cell.Cell
DoubleCell. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
DoubleCell. setContent(Time value)
Sets the content of the cell.Cell
DoubleCell. setContent(TimeMsec value)
Sets the content of the cell.Cell
DoubleCell. setContent(Boolean value)
Sets the content of the cell.Cell
DoubleCell. setContent(Byte value)
Sets the content of the cell.Cell
DoubleCell. setContent(Double value)
Sets the content of the cell.Cell
DoubleCell. setContent(Float value)
Sets the content of the cell.Cell
DoubleCell. setContent(Integer value)
Sets the content of the cell.Cell
DoubleCell. setContent(Long value)
Sets the content of the cell.Cell
DoubleCell. setContent(Short value)
Sets the content of the cell.Cell
DoubleCell. setContent(String value)
Sets the content of the cell.Cell
DoubleCell. setContent(Date value)
Sets the content of the cell.Cell
FloatCell. setContent(DateTime value)
Sets the content of the cell.Cell
FloatCell. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
FloatCell. setContent(Time value)
Sets the content of the cell.Cell
FloatCell. setContent(TimeMsec value)
Sets the content of the cell.Cell
FloatCell. setContent(Boolean value)
Sets the content of the cell.Cell
FloatCell. setContent(Byte value)
Sets the content of the cell.Cell
FloatCell. setContent(Double value)
Sets the content of the cell.Cell
FloatCell. setContent(Float value)
Sets the content of the cell.Cell
FloatCell. setContent(Integer value)
Sets the content of the cell.Cell
FloatCell. setContent(Long value)
Sets the content of the cell.Cell
FloatCell. setContent(Short value)
Sets the content of the cell.Cell
FloatCell. setContent(String value)
Sets the content of the cell.Cell
FloatCell. setContent(Date value)
Sets the content of the cell.Cell
Cell. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
CellView. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
DoubleCell. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
FloatCell. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
Cell. setContentAsString(String value)
Sets the string content of the cell.Cell
CellView. setContentAsString(String value)
Sets the string content of the cell.Cell
DoubleCell. setContentAsString(String value)
Sets the string content of the cell.Cell
FloatCell. setContentAsString(String value)
Sets the string content of the cell.Cell
Cell. setFormula(String value)
Sets the formula content of the cell.Cell
CellView. setFormula(String value)
Sets the formula content of the cell.Cell
DoubleCell. setFormula(String value)
Sets the formula content of the cell.Cell
FloatCell. setFormula(String value)
Sets the formula content of the cell.Cell
Cell. setNative(Object value)
Determines the best set-method based on the class of the provided object.Cell
CellView. setNative(Object value)
Determines the best set-method based on the class of the provided object.Cell
DoubleCell. setNative(Object value)
Determines the best set-method based on the class of the provided object.Cell
FloatCell. setNative(Object value)
Determines the best set-method based on the class of the provided object.Cell
Cell. setObject(Object value)
Sets the object content of the cell.Cell
CellView. setObject(Object value)
Sets the object content of the cell.Cell
DoubleCell. setObject(Object value)
Sets the object content of the cell.Cell
FloatCell. setObject(Object value)
Sets the object content of the cell.Methods in adams.data.spreadsheet that return types with arguments of type Cell Modifier and Type Method Description Collection<Cell>
DataRowView. cells()
Returns all cells.Collection<Cell>
DenseDataRow. cells()
Returns all cells.Collection<Cell>
HeaderRow. cells()
Returns all cells.Collection<Cell>
Row. cells()
Returns all cells.Collection<Cell>
SparseDataRow. cells()
Returns all cells.Methods in adams.data.spreadsheet with parameters of type Cell Modifier and Type Method Description void
Cell. assign(Cell cell)
Obtains the content/type of the other cell, but not the owner.void
CellView. assign(Cell cell)
Obtains the content/type of the other cell, but not the owner.void
DoubleCell. assign(Cell cell)
Obtains the content/type of the other cell, but not the owner.void
FloatCell. assign(Cell cell)
Obtains the content/type of the other cell, but not the owner.protected static String
SpreadSheetHelper. compareCells(Cell first, Cell second)
Compares the two cells.int
DataRowView. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!).int
DenseDataRow. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!).int
HeaderRow. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!).int
Row. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!).int
SparseDataRow. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!).Constructors in adams.data.spreadsheet with parameters of type Cell Constructor Description CellView(Row owner, Cell cell)
Initializes the wrapper. -
Uses of Cell in adams.flow.transformer
Fields in adams.flow.transformer declared as Cell Modifier and Type Field Description protected Cell
SpreadSheetConvertCells. m_Cell
used for parsing missing value replacement strings.protected Cell
SpreadSheetTransformCells. m_Cell
used for parsing missing value replacement strings.Methods in adams.flow.transformer with parameters of type Cell Modifier and Type Method Description protected String
SpreadSheetConvertHeaderCells. convertCell(Cell cell, SpreadSheet sheet)
Applies the conversion to the cell.protected void
SpreadSheetConvertCells. transfer(SpreadSheet source, Cell cell)
Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected void
SpreadSheetTransformCells. transfer(SpreadSheet source, Cell cell)
Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected String
SpreadSheetTransformHeaderCells. transformCell(Cell cell, SpreadSheet sheet)
Applies the transformer to the cell. -
Uses of Cell in adams.gui.core
Methods in adams.gui.core that return Cell Modifier and Type Method Description Cell
SpreadSheetTable. getCellAt(int rowIndex, int columnIndex)
Returns the spread sheet cell at the specified location.Cell
SpreadSheetTableModel. getCellAt(int rowIndex, int columnIndex)
Returns the spread sheet cell at the specified location. -
Uses of Cell in adams.gui.core.spreadsheettable
Methods in adams.gui.core.spreadsheettable with parameters of type Cell Modifier and Type Method Description Color
AbstractCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
CellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
ConfusionMatrixCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
DefaultCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
DistinctValueCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
HeatmapCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
MultiCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Color
NumericRangeCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the background color of a cell.Font
AbstractCellRenderingCustomizer. getFont(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Font defFont)
For customizing the font of a cell.Font
CellRenderingCustomizer. getFont(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Font defFont)
For customizing the font of a cell.Font
ConfusionMatrixCellRenderingCustomizer. getFont(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Font defFont)
For customizing the font of a cell.Color
AbstractCellRenderingCustomizer. getForegroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the foreground color of a cell.Color
CellRenderingCustomizer. getForegroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the foreground color of a cell.Color
MultiCellRenderingCustomizer. getForegroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)
For customizing the foreground color of a cell.int
AbstractCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)
For customizing the horizontal alignment of a cell.int
CellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)
For customizing the horizontal alignment of a cell.int
ConfusionMatrixCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)
For customizing the horizontal alignment of a cell.int
DefaultCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)
For customizing the horizontal alignment of a cell.int
MultiCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)
For customizing the horizontal alignment of a cell.String
AbstractCellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)
For customizing the tooltip text.String
CellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)
For customizing the tooltip text.String
DefaultCellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)
For customizing the tooltip text.String
MultiCellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)
For customizing the tooltip text. -
Uses of Cell in adams.ml.data
Classes in adams.ml.data that implement Cell Modifier and Type Class Description class
DataCellView
Wrapper for single cell values in aInstance
object.Methods in adams.ml.data that return Cell Modifier and Type Method Description Cell
InstancesHeaderRow. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
InstancesHeaderRow. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
InstanceView. addCell(int columnIndex)
Adds a cell with the key of the cell in the header at the specified location.Cell
InstanceView. addCell(String cellKey)
Adds a cell with the given key to the list and returns the created object.Cell
DatasetView. getCell(int rowIndex, int columnIndex)
Returns the corresponding cell or null if not found.Cell
InstancesHeaderRow. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
InstancesHeaderRow. getCell(String cellKey)
Returns the cell with the given key, null if not found.Cell
InstancesView. getCell(int rowIndex, int columnIndex)
Returns the corresponding cell or null if not found.Cell
InstanceView. getCell(int columnIndex)
Returns the cell with the given index, null if not found.Cell
InstanceView. getCell(String cellKey)
Returns the cell with the given key, null if not found.Cell
DatasetView. newCell()
Creates a new cell.Cell
InstancesHeaderRow. newCell(Row owner)
Creates a new instance of a cell.Cell
InstancesView. newCell()
Creates a new cell.Cell
InstanceView. newCell(Row owner)
Creates a new instance of a cell.Cell
DataCellView. parseContent(String value)
Attempts to determine the data type of the string.Cell
InstancesHeaderRow. removeCell(int columnIndex)
Removes the cell at the specified index.Cell
InstancesHeaderRow. removeCell(String cellKey)
Removes the cell at the specified index.Cell
InstanceView. removeCell(int columnIndex)
Removes the cell at the specified index.Cell
InstanceView. removeCell(String cellKey)
Removes the cell at the specified index.Cell
DataCellView. setContent(DateTime value)
Sets the content of the cell.Cell
DataCellView. setContent(DateTimeMsec value)
Sets the content of the cell.Cell
DataCellView. setContent(Time value)
Sets the content of the cell.Cell
DataCellView. setContent(TimeMsec value)
Sets the content of the cell.Cell
DataCellView. setContent(Boolean value)
Ignored.Cell
DataCellView. setContent(Byte value)
Sets the content of the cell.Cell
DataCellView. setContent(Double value)
Sets the content of the cell.Cell
DataCellView. setContent(Float value)
Sets the content of the cell.Cell
DataCellView. setContent(Integer value)
Sets the content of the cell.Cell
DataCellView. setContent(Long value)
Sets the content of the cell.Cell
DataCellView. setContent(Short value)
Sets the content of the cell.Cell
DataCellView. setContent(String value)
Sets the content of the cell.Cell
DataCellView. setContent(Date value)
Sets the content of the cell.Cell
DataCellView. setContentAs(String value, Cell.ContentType type)
Sets the content of the cell, trying to parse the content using the specified content type.Cell
DataCellView. setContentAsString(String value)
Sets the string content of the cell.Cell
DataCellView. setFormula(String value)
Ignored.Cell
DataCellView. setNative(Object value)
Determines the best set-method based on the class of the provided object.Cell
DataCellView. setObject(Object value)
Ignored.Methods in adams.ml.data that return types with arguments of type Cell Modifier and Type Method Description Collection<Cell>
InstancesHeaderRow. cells()
Returns all cells.Collection<Cell>
InstanceView. cells()
Returns all cells.Methods in adams.ml.data with parameters of type Cell Modifier and Type Method Description void
DataCellView. assign(Cell cell)
Obtains the content/type of the other cell, but not the owner.int
InstancesHeaderRow. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!).int
InstanceView. indexOf(Cell cell)
Returns the column this particular cell is in (must belong to this row!). -
Uses of Cell in adams.parser.spreadsheetformula
Methods in adams.parser.spreadsheetformula that return Cell Modifier and Type Method Description Cell
ParserHelper. getCell(String loc)
Returns the cell object of the specified cell.Methods in adams.parser.spreadsheetformula that return types with arguments of type Cell Modifier and Type Method Description List<Cell>
ParserHelper. rangeToList(String fromCell, String toCell, boolean onlyNumeric)
Turns the cell range into a list of located cells.
-