Uses of Class
adams.data.spreadsheet.SpreadSheetColumnRange

Packages that use SpreadSheetColumnRange
adams.data.conversion   
adams.data.spreadsheet.cellfinder   
adams.data.spreadsheet.columnfinder   
adams.data.spreadsheet.rowfinder   
adams.flow.transformer   
adams.flow.transformer.plotgenerator   
adams.gui.goe   
adams.gui.tools   
 

Uses of SpreadSheetColumnRange in adams.data.conversion
 

Fields in adams.data.conversion declared as SpreadSheetColumnRange
protected  SpreadSheetColumnRange AggregateSpreadSheet.m_AggregateColumns
          the range of columns to aggregate.
protected  SpreadSheetColumnRange SpreadSheetAddSumRow.m_Columns
          the columns to add the sum to.
protected  SpreadSheetColumnRange SpreadSheetJoinColumns.m_Columns
          the columns to merge.
protected  SpreadSheetColumnRange SpreadSheetAddFormulaRow.m_Columns
          the columns to add the sum to.
protected  SpreadSheetColumnRange AggregateSpreadSheet.m_KeyColumns
          the range of column indices to use as key for identifying a row.
 

Methods in adams.data.conversion that return SpreadSheetColumnRange
 SpreadSheetColumnRange AggregateSpreadSheet.getAggregateColumns()
          Returns the colums that should get aggregated.
 SpreadSheetColumnRange SpreadSheetAddSumRow.getColumns()
          Returns the range of columns to add the sum for.
 SpreadSheetColumnRange SpreadSheetJoinColumns.getColumns()
          Returns the range of columns to merge.
 SpreadSheetColumnRange SpreadSheetAddFormulaRow.getColumns()
          Returns the range of columns to add the sum for.
 SpreadSheetColumnRange AggregateSpreadSheet.getKeyColumns()
          Returns the colums that identify a rowx
 

Methods in adams.data.conversion with parameters of type SpreadSheetColumnRange
 void AggregateSpreadSheet.setAggregateColumns(SpreadSheetColumnRange value)
          Sets the colums that should get aggregated.
 void SpreadSheetAddSumRow.setColumns(SpreadSheetColumnRange value)
          Sets the range of columns to add the sum for.
 void SpreadSheetJoinColumns.setColumns(SpreadSheetColumnRange value)
          Sets the range of columns to merge.
 void SpreadSheetAddFormulaRow.setColumns(SpreadSheetColumnRange value)
          Sets the range of columns to add the sum for.
 void AggregateSpreadSheet.setKeyColumns(SpreadSheetColumnRange value)
          Sets the colums that identify a row.
 

Uses of SpreadSheetColumnRange in adams.data.spreadsheet.cellfinder
 

Fields in adams.data.spreadsheet.cellfinder declared as SpreadSheetColumnRange
protected  SpreadSheetColumnRange CellRange.m_Columns
          the columns.
protected  SpreadSheetColumnRange RowFinderRange.m_Columns
          the columns.
 

Methods in adams.data.spreadsheet.cellfinder that return SpreadSheetColumnRange
 SpreadSheetColumnRange CellRange.getColumns()
          Returns the columns to locate.
 SpreadSheetColumnRange RowFinderRange.getColumns()
          Returns the columns to locate.
 

Methods in adams.data.spreadsheet.cellfinder with parameters of type SpreadSheetColumnRange
 void CellRange.setColumns(SpreadSheetColumnRange value)
          Sets the columns to locate.
 void RowFinderRange.setColumns(SpreadSheetColumnRange value)
          Sets the columns to locate.
 

Uses of SpreadSheetColumnRange in adams.data.spreadsheet.columnfinder
 

Fields in adams.data.spreadsheet.columnfinder declared as SpreadSheetColumnRange
protected  SpreadSheetColumnRange ByIndex.m_Columns
          the range of columns to select.
 

Methods in adams.data.spreadsheet.columnfinder that return SpreadSheetColumnRange
 SpreadSheetColumnRange ByIndex.getColumns()
          Returns the range of columns to select.
 

Methods in adams.data.spreadsheet.columnfinder with parameters of type SpreadSheetColumnRange
 void ByIndex.setColumns(SpreadSheetColumnRange value)
          Sets the range of columns to select.
 

Uses of SpreadSheetColumnRange in adams.data.spreadsheet.rowfinder
 

Fields in adams.data.spreadsheet.rowfinder declared as SpreadSheetColumnRange
protected  SpreadSheetColumnRange MissingValue.m_AttributeRange
          the attribute index to work on.
 

Methods in adams.data.spreadsheet.rowfinder that return SpreadSheetColumnRange
 SpreadSheetColumnRange MissingValue.getAttributeRange()
          Returns the range of the columns to inspect.
 

Methods in adams.data.spreadsheet.rowfinder with parameters of type SpreadSheetColumnRange
 void MissingValue.setAttributeRange(SpreadSheetColumnRange value)
          Sets the range of the columns to inspect.
 

Uses of SpreadSheetColumnRange in adams.flow.transformer
 

Fields in adams.flow.transformer declared as SpreadSheetColumnRange
protected  SpreadSheetColumnRange SpreadSheetVariableRowIterator.m_Columns
          the range of columns to use.
protected  SpreadSheetColumnRange SpreadSheetCopyColumns.m_Columns
          the range of columns to copy.
protected  SpreadSheetColumnRange SpreadSheetStorageRowIterator.m_Columns
          the range of columns to use.
protected  SpreadSheetColumnRange SpreadSheetSubset.m_Columns
          the columns of the subset to obtain.
protected  SpreadSheetColumnRange SpreadSheetDifference.m_KeyColumns
          the range of column indices to use as key for identifying a row.
protected  SpreadSheetColumnRange SpreadSheetRemoveColumn.m_Position
          the position of the columns to remove.
protected  SpreadSheetColumnRange SpreadSheetColumnIterator.m_Range
          the range of columns to work on.
 

Methods in adams.flow.transformer that return SpreadSheetColumnRange
 SpreadSheetColumnRange SpreadSheetVariableRowIterator.getColumns()
          Returns the columns to retrieve the values from.
 SpreadSheetColumnRange SpreadSheetCopyColumns.getColumns()
          Returns the range of columns to copy.
 SpreadSheetColumnRange SpreadSheetStorageRowIterator.getColumns()
          Returns the columns to retrieve the values from.
 SpreadSheetColumnRange SpreadSheetSubset.getColumns()
          Returns the columns of the subset.
 SpreadSheetColumnRange SpreadSheetDifference.getKeyColumns()
          Returns the colums that identify a row, use empty string to simply use row index
 SpreadSheetColumnRange SpreadSheetRemoveColumn.getPosition()
          Returns the position of the columns to remove.
 SpreadSheetColumnRange SpreadSheetColumnIterator.getRange()
          Returns the range of columns to operate on.
 

Methods in adams.flow.transformer with parameters of type SpreadSheetColumnRange
 void SpreadSheetVariableRowIterator.setColumns(SpreadSheetColumnRange value)
          Sets the columns to retrieve the values from.
 void SpreadSheetCopyColumns.setColumns(SpreadSheetColumnRange value)
          Sets the range of columns to copy.
 void SpreadSheetStorageRowIterator.setColumns(SpreadSheetColumnRange value)
          Sets the columns to retrieve the values from.
 void SpreadSheetSubset.setColumns(SpreadSheetColumnRange value)
          Sets the columns of the subset.
 void SpreadSheetDifference.setKeyColumns(SpreadSheetColumnRange value)
          Sets the colums that identify a row, use empty string to simply use row index.
 void SpreadSheetRemoveColumn.setPosition(SpreadSheetColumnRange value)
          Sets the position of the columns to remove.
 void SpreadSheetColumnIterator.setRange(SpreadSheetColumnRange value)
          Sets the range of columns to operate on.
 

Uses of SpreadSheetColumnRange in adams.flow.transformer.plotgenerator
 

Fields in adams.flow.transformer.plotgenerator declared as SpreadSheetColumnRange
protected  SpreadSheetColumnRange SimplePlotGenerator.m_PlotColumns
          the columns to plot.
protected  SpreadSheetColumnRange XYPlotGenerator.m_PlotColumns
          the columns to plot.
protected  SpreadSheetColumnRange XYPlotGenerator.m_PrefixColumns
          the columns to prefix the plot name with.
 

Methods in adams.flow.transformer.plotgenerator that return SpreadSheetColumnRange
 SpreadSheetColumnRange XYPlotGenerator.getPrefixColumns()
          Returns the current column range to generate the prefix of the plot with.
 

Methods in adams.flow.transformer.plotgenerator with parameters of type SpreadSheetColumnRange
 void XYPlotGenerator.setPrefixColumns(SpreadSheetColumnRange value)
          Sets the column range to generate the prefix of the plot with.
 

Uses of SpreadSheetColumnRange in adams.gui.goe
 

Methods in adams.gui.goe that return SpreadSheetColumnRange
protected  SpreadSheetColumnRange SpreadSheetColumnRangeEditor.parse(String s)
          Parses the given string and returns the generated object.
 

Uses of SpreadSheetColumnRange in adams.gui.tools
 

Methods in adams.gui.tools with parameters of type SpreadSheetColumnRange
protected  void SpreadSheetViewerPanel.computeDifference(SpreadSheet sheet1, SpreadSheet sheet2, SpreadSheetColumnRange keyCols)
          Computes the difference between the two sheets and inserts it as new tab.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.