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 voidAbstractSpreadSheetColumnConverter. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidExcelDoubleColumnToDate. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidExcelDoubleColumnToDateTime. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetAnyColumnToString. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetDoubleColumnToLong. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetDoubleColumnToString. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetLongColumnToDouble. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetObjectColumnToString. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToBoolean. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToDate. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToDateTime. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToDateTimeMsec. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToDouble. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToLong. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToObject. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToTime. convert(Cell cellOld, Cell cellNew)Converts the cell's content to a new format.protected voidSpreadSheetStringColumnToTimeMsec. 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 voidSimpleStreamSpreadSheetWriter. 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 classCellViewWrapper for a cell.classDoubleCellRepresents a single cell.classFloatCellRepresents a single cell.Fields in adams.data.spreadsheet declared as Cell Modifier and Type Field Description protected CellCellView. m_Cellthe wrapped cell.protected Cell[]DenseDataRow. m_Cellsthe 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_Cellsthe cells of the row.Methods in adams.data.spreadsheet that return Cell Modifier and Type Method Description abstract CellAbstractRow. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.abstract CellAbstractRow. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellDataRowView. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellDataRowView. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellDenseDataRow. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellDenseDataRow. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellHeaderRow. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellHeaderRow. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellRow. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellRow. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellSparseDataRow. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellSparseDataRow. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellAbstractRow. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellAbstractRow. getCell(String cellKey)Returns the cell with the given key, null if not found.CellCellView. getCell()Returns the underlying cell.CellDataRowView. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellDataRowView. getCell(String cellKey)Returns the cell with the given key, null if not found.CellDefaultSpreadSheet. getCell(int rowIndex, int columnIndex)Returns the corresponding cell or null if not found.CellDenseDataRow. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellDenseDataRow. getCell(String cellKey)Returns the cell with the given key, null if not found.CellRow. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellRow. getCell(String cellKey)Returns the cell with the given key, null if not found.CellSparseDataRow. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellSpreadSheet. getCell(int rowIndex, int columnIndex)Returns the corresponding cell or null if not found.CellSpreadSheetView. getCell(int rowIndex, int columnIndex)Returns the corresponding cell or null if not found.CellHeaderRow. insertCell(int columnIndex)Inserts a cell at the specified location.CellDataRowView. newCell(Row owner)Creates a new instance of a cell.CellDefaultSpreadSheet. newCell()Creates a new cell.CellDenseDataRow. newCell(Row owner)Creates a new instance of a cell.CellDenseFloatDataRow. newCell(Row owner)Creates a new instance of a cell.CellHeaderRow. newCell(Row owner)Creates a new instance of a cell.CellRow. newCell(Row owner)Creates a new instance of a cell.CellSparseDataRow. newCell(Row owner)Creates a new instance of a cell.CellSparseFloatDataRow. newCell(Row owner)Creates a new instance of a cell.CellSpreadSheet. newCell()Creates a new cell.CellSpreadSheetView. newCell()Creates a new cell.CellCell. parseContent(String value)Attempts to determine the data type of the string.CellCellView. parseContent(String value)Attempts to determine the data type of the string.CellDoubleCell. parseContent(String value)Attempts to determine the data type of the string.CellFloatCell. parseContent(String value)Attempts to determine the data type of the string.CellAbstractRow. removeCell(int columnIndex)Removes the cell at the specified index.CellAbstractRow. removeCell(String cellKey)Removes the cell at the specified index.CellDataRowView. removeCell(int columnIndex)Removes the cell at the specified index.CellDataRowView. removeCell(String cellKey)Removes the cell at the specified index.CellDenseDataRow. removeCell(int columnIndex)Removes the cell at the specified index.CellDenseDataRow. removeCell(String cellKey)Removes the cell at the specified index.CellHeaderRow. removeCell(String cellKey)Removes the cell at the specified index.CellRow. removeCell(int columnIndex)Removes the cell at the specified index.CellRow. removeCell(String cellKey)Removes the cell at the specified index.CellCell. setContent(DateTime value)Sets the content of the cell.CellCell. setContent(DateTimeMsec value)Sets the content of the cell.CellCell. setContent(Time value)Sets the content of the cell.CellCell. setContent(TimeMsec value)Sets the content of the cell.CellCell. setContent(Boolean value)Sets the content of the cell.CellCell. setContent(Byte value)Sets the content of the cell.CellCell. setContent(Double value)Sets the content of the cell.CellCell. setContent(Float value)Sets the content of the cell.CellCell. setContent(Integer value)Sets the content of the cell.CellCell. setContent(Long value)Sets the content of the cell.CellCell. setContent(Short value)Sets the content of the cell.CellCell. setContent(String value)Sets the content of the cell.CellCell. setContent(Date value)Sets the content of the cell.CellCellView. setContent(DateTime value)Sets the content of the cell.CellCellView. setContent(DateTimeMsec value)Sets the content of the cell.CellCellView. setContent(Time value)Sets the content of the cell.CellCellView. setContent(TimeMsec value)Sets the content of the cell.CellCellView. setContent(Boolean value)Sets the content of the cell.CellCellView. setContent(Byte value)Sets the content of the cell.CellCellView. setContent(Double value)Sets the content of the cell.CellCellView. setContent(Float value)Sets the content of the cell.CellCellView. setContent(Integer value)Sets the content of the cell.CellCellView. setContent(Long value)Sets the content of the cell.CellCellView. setContent(Short value)Sets the content of the cell.CellCellView. setContent(String value)Sets the content of the cell.CellCellView. setContent(Date value)Sets the content of the cell.CellDoubleCell. setContent(DateTime value)Sets the content of the cell.CellDoubleCell. setContent(DateTimeMsec value)Sets the content of the cell.CellDoubleCell. setContent(Time value)Sets the content of the cell.CellDoubleCell. setContent(TimeMsec value)Sets the content of the cell.CellDoubleCell. setContent(Boolean value)Sets the content of the cell.CellDoubleCell. setContent(Byte value)Sets the content of the cell.CellDoubleCell. setContent(Double value)Sets the content of the cell.CellDoubleCell. setContent(Float value)Sets the content of the cell.CellDoubleCell. setContent(Integer value)Sets the content of the cell.CellDoubleCell. setContent(Long value)Sets the content of the cell.CellDoubleCell. setContent(Short value)Sets the content of the cell.CellDoubleCell. setContent(String value)Sets the content of the cell.CellDoubleCell. setContent(Date value)Sets the content of the cell.CellFloatCell. setContent(DateTime value)Sets the content of the cell.CellFloatCell. setContent(DateTimeMsec value)Sets the content of the cell.CellFloatCell. setContent(Time value)Sets the content of the cell.CellFloatCell. setContent(TimeMsec value)Sets the content of the cell.CellFloatCell. setContent(Boolean value)Sets the content of the cell.CellFloatCell. setContent(Byte value)Sets the content of the cell.CellFloatCell. setContent(Double value)Sets the content of the cell.CellFloatCell. setContent(Float value)Sets the content of the cell.CellFloatCell. setContent(Integer value)Sets the content of the cell.CellFloatCell. setContent(Long value)Sets the content of the cell.CellFloatCell. setContent(Short value)Sets the content of the cell.CellFloatCell. setContent(String value)Sets the content of the cell.CellFloatCell. setContent(Date value)Sets the content of the cell.CellCell. setContentAs(String value, Cell.ContentType type)Sets the content of the cell, trying to parse the content using the specified content type.CellCellView. setContentAs(String value, Cell.ContentType type)Sets the content of the cell, trying to parse the content using the specified content type.CellDoubleCell. setContentAs(String value, Cell.ContentType type)Sets the content of the cell, trying to parse the content using the specified content type.CellFloatCell. setContentAs(String value, Cell.ContentType type)Sets the content of the cell, trying to parse the content using the specified content type.CellCell. setContentAsString(String value)Sets the string content of the cell.CellCellView. setContentAsString(String value)Sets the string content of the cell.CellDoubleCell. setContentAsString(String value)Sets the string content of the cell.CellFloatCell. setContentAsString(String value)Sets the string content of the cell.CellCell. setFormula(String value)Sets the formula content of the cell.CellCellView. setFormula(String value)Sets the formula content of the cell.CellDoubleCell. setFormula(String value)Sets the formula content of the cell.CellFloatCell. setFormula(String value)Sets the formula content of the cell.CellCell. setNative(Object value)Determines the best set-method based on the class of the provided object.CellCellView. setNative(Object value)Determines the best set-method based on the class of the provided object.CellDoubleCell. setNative(Object value)Determines the best set-method based on the class of the provided object.CellFloatCell. setNative(Object value)Determines the best set-method based on the class of the provided object.CellCell. setObject(Object value)Sets the object content of the cell.CellCellView. setObject(Object value)Sets the object content of the cell.CellDoubleCell. setObject(Object value)Sets the object content of the cell.CellFloatCell. 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 voidCell. assign(Cell cell)Obtains the content/type of the other cell, but not the owner.voidCellView. assign(Cell cell)Obtains the content/type of the other cell, but not the owner.voidDoubleCell. assign(Cell cell)Obtains the content/type of the other cell, but not the owner.voidFloatCell. assign(Cell cell)Obtains the content/type of the other cell, but not the owner.protected static StringSpreadSheetHelper. compareCells(Cell first, Cell second)Compares the two cells.intDataRowView. indexOf(Cell cell)Returns the column this particular cell is in (must belong to this row!).intDenseDataRow. indexOf(Cell cell)Returns the column this particular cell is in (must belong to this row!).intHeaderRow. indexOf(Cell cell)Returns the column this particular cell is in (must belong to this row!).intRow. indexOf(Cell cell)Returns the column this particular cell is in (must belong to this row!).intSparseDataRow. 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 CellSpreadSheetConvertCells. m_Cellused for parsing missing value replacement strings.protected CellSpreadSheetTransformCells. m_Cellused for parsing missing value replacement strings.Methods in adams.flow.transformer with parameters of type Cell Modifier and Type Method Description protected StringSpreadSheetConvertHeaderCells. convertCell(Cell cell, SpreadSheet sheet)Applies the conversion to the cell.protected voidSpreadSheetConvertCells. transfer(SpreadSheet source, Cell cell)Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected voidSpreadSheetTransformCells. transfer(SpreadSheet source, Cell cell)Transfers the spreadsheet content as new columns to the spreadsheet the row belongs to.protected StringSpreadSheetTransformHeaderCells. 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 CellSpreadSheetTable. getCellAt(int rowIndex, int columnIndex)Returns the spread sheet cell at the specified location.CellSpreadSheetTableModel. 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 ColorAbstractCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorConfusionMatrixCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorDefaultCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorDistinctValueCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorHeatmapCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorMultiCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.ColorNumericRangeCellRenderingCustomizer. getBackgroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the background color of a cell.FontAbstractCellRenderingCustomizer. getFont(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Font defFont)For customizing the font of a cell.FontCellRenderingCustomizer. getFont(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Font defFont)For customizing the font of a cell.FontConfusionMatrixCellRenderingCustomizer. getFont(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Font defFont)For customizing the font of a cell.ColorAbstractCellRenderingCustomizer. getForegroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the foreground color of a cell.ColorCellRenderingCustomizer. getForegroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the foreground color of a cell.ColorMultiCellRenderingCustomizer. getForegroundColor(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, Color defColor)For customizing the foreground color of a cell.intAbstractCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)For customizing the horizontal alignment of a cell.intCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)For customizing the horizontal alignment of a cell.intConfusionMatrixCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)For customizing the horizontal alignment of a cell.intDefaultCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)For customizing the horizontal alignment of a cell.intMultiCellRenderingCustomizer. getHorizontalAlignment(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, int defAlign)For customizing the horizontal alignment of a cell.StringAbstractCellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)For customizing the tooltip text.StringCellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)For customizing the tooltip text.StringDefaultCellRenderingCustomizer. getToolTipText(SpreadSheetTable table, boolean isSelected, boolean hasFocus, int row, int column, Cell cell, String defTip)For customizing the tooltip text.StringMultiCellRenderingCustomizer. 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 classDataCellViewWrapper for single cell values in aInstanceobject.Methods in adams.ml.data that return Cell Modifier and Type Method Description CellInstancesHeaderRow. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellInstancesHeaderRow. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellInstanceView. addCell(int columnIndex)Adds a cell with the key of the cell in the header at the specified location.CellInstanceView. addCell(String cellKey)Adds a cell with the given key to the list and returns the created object.CellDatasetView. getCell(int rowIndex, int columnIndex)Returns the corresponding cell or null if not found.CellInstancesHeaderRow. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellInstancesHeaderRow. getCell(String cellKey)Returns the cell with the given key, null if not found.CellInstancesView. getCell(int rowIndex, int columnIndex)Returns the corresponding cell or null if not found.CellInstanceView. getCell(int columnIndex)Returns the cell with the given index, null if not found.CellInstanceView. getCell(String cellKey)Returns the cell with the given key, null if not found.CellDatasetView. newCell()Creates a new cell.CellInstancesHeaderRow. newCell(Row owner)Creates a new instance of a cell.CellInstancesView. newCell()Creates a new cell.CellInstanceView. newCell(Row owner)Creates a new instance of a cell.CellDataCellView. parseContent(String value)Attempts to determine the data type of the string.CellInstancesHeaderRow. removeCell(int columnIndex)Removes the cell at the specified index.CellInstancesHeaderRow. removeCell(String cellKey)Removes the cell at the specified index.CellInstanceView. removeCell(int columnIndex)Removes the cell at the specified index.CellInstanceView. removeCell(String cellKey)Removes the cell at the specified index.CellDataCellView. setContent(DateTime value)Sets the content of the cell.CellDataCellView. setContent(DateTimeMsec value)Sets the content of the cell.CellDataCellView. setContent(Time value)Sets the content of the cell.CellDataCellView. setContent(TimeMsec value)Sets the content of the cell.CellDataCellView. setContent(Boolean value)Ignored.CellDataCellView. setContent(Byte value)Sets the content of the cell.CellDataCellView. setContent(Double value)Sets the content of the cell.CellDataCellView. setContent(Float value)Sets the content of the cell.CellDataCellView. setContent(Integer value)Sets the content of the cell.CellDataCellView. setContent(Long value)Sets the content of the cell.CellDataCellView. setContent(Short value)Sets the content of the cell.CellDataCellView. setContent(String value)Sets the content of the cell.CellDataCellView. setContent(Date value)Sets the content of the cell.CellDataCellView. setContentAs(String value, Cell.ContentType type)Sets the content of the cell, trying to parse the content using the specified content type.CellDataCellView. setContentAsString(String value)Sets the string content of the cell.CellDataCellView. setFormula(String value)Ignored.CellDataCellView. setNative(Object value)Determines the best set-method based on the class of the provided object.CellDataCellView. 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 voidDataCellView. assign(Cell cell)Obtains the content/type of the other cell, but not the owner.intInstancesHeaderRow. indexOf(Cell cell)Returns the column this particular cell is in (must belong to this row!).intInstanceView. 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 CellParserHelper. 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.
-