Uses of Class
adams.data.spreadsheet.SheetRange
-
Packages that use SheetRange Package Description adams.data.io.input adams.data.spreadsheet adams.gui.goe -
-
Uses of SheetRange in adams.data.io.input
Methods in adams.data.io.input that return SheetRange Modifier and Type Method Description protected SheetRange
ExcelSpreadSheetReader. getDefaultSheetRange()
Returns the default sheet range.protected SheetRange
GnumericSpreadSheetReader. getDefaultSheetRange()
Returns the default sheet range.protected SheetRange
Mat5SpreadSheetReader. getDefaultSheetRange()
Returns the default sheet range.protected SheetRange
ODFSpreadSheetReader. getDefaultSheetRange()
Returns the default sheet range. -
Uses of SheetRange in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return SheetRange Modifier and Type Method Description SheetRange
SheetRange. getClone()
Returns a clone of the object. -
Uses of SheetRange in adams.gui.goe
Methods in adams.gui.goe that return SheetRange Modifier and Type Method Description protected SheetRange
SheetRangeEditor. parse(String s)
Parses the given string and returns the generated object.
-