Uses of Class
adams.data.spreadsheet.SpreadSheetRowIndex
-
Packages that use SpreadSheetRowIndex Package Description adams.data.conversion adams.data.spreadsheet adams.flow.condition.bool adams.gui.goe -
-
Uses of SpreadSheetRowIndex in adams.data.conversion
Fields in adams.data.conversion declared as SpreadSheetRowIndex Modifier and Type Field Description protected SpreadSheetRowIndexSpreadSheetUseRowAsHeader. m_Rowthe row to use as header.protected SpreadSheetRowIndexSpreadSheetRowsToReport. m_RowReportNamesthe column with the report names.Methods in adams.data.conversion that return SpreadSheetRowIndex Modifier and Type Method Description SpreadSheetRowIndexSpreadSheetUseRowAsHeader. getRow()Returns the row to use as new header.SpreadSheetRowIndexSpreadSheetRowsToReport. getRowReportNames()Returns the row that contains the report names.Methods in adams.data.conversion with parameters of type SpreadSheetRowIndex Modifier and Type Method Description voidSpreadSheetUseRowAsHeader. setRow(SpreadSheetRowIndex value)Sets the row to use as new header.voidSpreadSheetRowsToReport. 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 SpreadSheetRowIndexSpreadSheetRowIndex. getClone()Returns a clone of the object. -
Uses of SpreadSheetRowIndex in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as SpreadSheetRowIndex Modifier and Type Field Description protected SpreadSheetRowIndexHasCell. m_Rowthe row.Methods in adams.flow.condition.bool that return SpreadSheetRowIndex Modifier and Type Method Description SpreadSheetRowIndexHasCell. getRow()Returns the row to check.Methods in adams.flow.condition.bool with parameters of type SpreadSheetRowIndex Modifier and Type Method Description voidHasCell. setRow(SpreadSheetRowIndex value)Sets the row to check. -
Uses of SpreadSheetRowIndex in adams.gui.goe
Methods in adams.gui.goe that return SpreadSheetRowIndex Modifier and Type Method Description protected SpreadSheetRowIndexSpreadSheetRowIndexEditor. parse(String s)Parses the given string and returns the generated object.
-