Uses of Class
adams.data.spreadsheet.SpreadSheetRowIndex
-
Packages that use SpreadSheetRowIndex Package Description adams.data.conversion adams.data.spreadsheet adams.gui.goe -
-
Uses of SpreadSheetRowIndex in adams.data.conversion
Fields in adams.data.conversion declared as SpreadSheetRowIndex Modifier and Type Field Description protected SpreadSheetRowIndex
SpreadSheetUseRowAsHeader. m_Row
the row to use as header.protected SpreadSheetRowIndex
SpreadSheetRowsToReport. m_RowReportNames
the column with the report names.Methods in adams.data.conversion that return SpreadSheetRowIndex Modifier and Type Method Description SpreadSheetRowIndex
SpreadSheetUseRowAsHeader. getRow()
Returns the row to use as new header.SpreadSheetRowIndex
SpreadSheetRowsToReport. getRowReportNames()
Returns the row that contains the report names.Methods in adams.data.conversion with parameters of type SpreadSheetRowIndex Modifier and Type Method Description void
SpreadSheetUseRowAsHeader. setRow(SpreadSheetRowIndex value)
Sets the row to use as new header.void
SpreadSheetRowsToReport. setRowReportNames(SpreadSheetRowIndex value)
Sets the row that contains the report names. -
Uses of SpreadSheetRowIndex in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return SpreadSheetRowIndex Modifier and Type Method Description SpreadSheetRowIndex
SpreadSheetRowIndex. getClone()
Returns a clone of the object. -
Uses of SpreadSheetRowIndex in adams.gui.goe
Methods in adams.gui.goe that return SpreadSheetRowIndex Modifier and Type Method Description protected SpreadSheetRowIndex
SpreadSheetRowIndexEditor. parse(String s)
Parses the given string and returns the generated object.
-