Uses of Class
org.eclipse.epsilon.emc.spreadsheets.SpreadsheetColumn
Packages that use SpreadsheetColumn
-
Uses of SpreadsheetColumn in org.eclipse.epsilon.emc.spreadsheets
Fields in org.eclipse.epsilon.emc.spreadsheets declared as SpreadsheetColumnModifier and TypeFieldDescriptionprotected SpreadsheetColumnSpreadsheetReference.referencedColumnprotected SpreadsheetColumnSpreadsheetReference.referencingColumnMethods in org.eclipse.epsilon.emc.spreadsheets that return SpreadsheetColumnModifier and TypeMethodDescriptionAdds information about an existing header column to the worksheet.SpreadsheetWorksheet.addColumn(ISpreadsheetMetadata.SpreadsheetColumnMetadata metadata) Adds information about an existing header column to the worksheet.protected abstract SpreadsheetColumnSpreadsheetWorksheet.createColumn(int index) Creates a column with the specified column indexSpreadsheetWorksheet.getColumn(int index) Gets the header column with the matching indexGets the column with the matching identifierThis method returns the first header column identifiable by the given identifier.SpreadsheetReference.getReferencedColumn()SpreadsheetReference.getReferencingColumn()Methods in org.eclipse.epsilon.emc.spreadsheets that return types with arguments of type SpreadsheetColumnModifier and TypeMethodDescriptionSpreadsheetWorksheetHeader.getColumns()This method provides the columns that make up the header of the worksheet.SpreadsheetWorksheet.getValuesForEmptyRow()The purpose of this method is to return a map where each column of this worksheet is associated with its default value.Methods in org.eclipse.epsilon.emc.spreadsheets with parameters of type SpreadsheetColumnModifier and TypeMethodDescriptionvoidSpreadsheetWorksheetHeader.addColumn(SpreadsheetColumn column) Adds the given column to the header.intSpreadsheetColumnComparator.compare(SpreadsheetColumn c1, SpreadsheetColumn c2) booleanSpreadsheetWorksheetHeader.contains(SpreadsheetColumn column) This method returns true if the given columns is part of the worksheet's header.static StringSpreadsheetUtils.convertObjectToString(SpreadsheetColumn column, Object inputValue) This method creates a string representation of the given object.voidSpreadsheetPropertySetter.editPlainCell(SpreadsheetRow row, SpreadsheetColumn column, Object newCellValues) voidSpreadsheetPropertySetter.editReferencedCell(SpreadsheetRow row, SpreadsheetColumn column, Object value) voidSpreadsheetPropertySetter.editReferencingCell(SpreadsheetRow row, SpreadsheetColumn column, Object value) SpreadsheetWorksheet.findRows(SpreadsheetColumn column, String value) Finds all rows in the worksheet whose cell, corresponding to the given column, has the provided value.SpreadsheetRow.getAllVisibleCellValues(SpreadsheetColumn column) This method returns a list of every value contained by the cell.SpreadsheetRow.getAllVisibleCellValues(SpreadsheetColumn column, boolean trim) The purpose of this method is to return all visible values of the given cell.SpreadsheetRow.getAllVisibleCellValuesAsIs(SpreadsheetColumn column) This method returns a list of every value contained by the cell.SpreadsheetModel.getReferencesBySource(SpreadsheetWorksheet worksheet, SpreadsheetColumn column) The purpose of this method is to find all references where the given worksheet and column is a source i.e.SpreadsheetRow.getReferencesBySource(SpreadsheetColumn column) SpreadsheetModel.getReferencesByTarget(SpreadsheetWorksheet worksheet, SpreadsheetColumn column) The purpose of this method is to find all references where the given worksheet and column is a target i.e.SpreadsheetRow.getReferencesByTarget(SpreadsheetColumn column) static StringSpreadsheetUtils.getValueConformingToDataType(SpreadsheetColumn column, String value) abstract StringSpreadsheetRow.getVisibleCellValue(SpreadsheetColumn column) The purpose of this method is to return the visible value stored by the given cell.voidSpreadsheetPropertySetter.invoke(SpreadsheetRow row, SpreadsheetColumn column, Object value, ModuleElement ast, IEolContext context) Convenience method for editing a row and column.abstract voidSpreadsheetRow.overwriteCellValue(SpreadsheetColumn column, String value) The purpose of this method is to overwrite the value of the cell.SpreadsheetPropertyGetter.query(SpreadsheetRow row, SpreadsheetColumn column) protected voidSpreadsheetRow.validateColumn(SpreadsheetColumn column) protected voidSpreadsheetRow.writeManyVisibleValues(SpreadsheetColumn column, List<String> valuesToWrite) This method writes the given values to the cell.protected voidSpreadsheetRow.writeOneVisibleValue(SpreadsheetColumn column, String valueToWrite) This method writes the given value to the cell.voidSpreadsheetRow.writeVisibleCellValues(SpreadsheetColumn column, List<String> valuesToWrite) The purpose of this method is to write the given values to the given cell.Method parameters in org.eclipse.epsilon.emc.spreadsheets with type arguments of type SpreadsheetColumnModifier and TypeMethodDescriptionSpreadsheetWorksheet.addRowWithValuesInColumns(Map<SpreadsheetColumn, Object> parameters) Writes a row to the worksheet.protected abstract SpreadsheetRowSpreadsheetWorksheet.insertRow(Map<SpreadsheetColumn, String> values) Inserts a new row in the worksheet with given values in the given columns. -
Uses of SpreadsheetColumn in org.eclipse.epsilon.emc.spreadsheets.excel
Subclasses of SpreadsheetColumn in org.eclipse.epsilon.emc.spreadsheets.excelMethods in org.eclipse.epsilon.emc.spreadsheets.excel that return SpreadsheetColumnModifier and TypeMethodDescriptionprotected SpreadsheetColumnExcelWorksheet.createColumn(int index) Methods in org.eclipse.epsilon.emc.spreadsheets.excel with parameters of type SpreadsheetColumnModifier and TypeMethodDescriptionExcelRow.getVisibleCellValue(SpreadsheetColumn column) voidExcelRow.overwriteCellValue(SpreadsheetColumn column, String value) Method parameters in org.eclipse.epsilon.emc.spreadsheets.excel with type arguments of type SpreadsheetColumn