A D F G I M N O R S T

A

adams.core - package adams.core
 
adams.data.io.input - package adams.data.io.input
 
adams.data.io.output - package adams.data.io.output
 
adams.gui.tools.previewbrowser - package adams.gui.tools.previewbrowser
 

D

defineOptions() - Method in class adams.data.io.input.ODFSpreadSheetReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Adds options to the internal list of options.
doReadRange(InputStream) - Method in class adams.data.io.input.ODFSpreadSheetReader
Reads the spreadsheet content from the specified file.
doWrite(SpreadSheet[], OutputStream) - Method in class adams.data.io.output.ODFSpreadSheetWriter
Performs the actual writing.

F

FILE_EXTENSION - Static variable in class adams.data.io.output.ODFSpreadSheetWriter
the binary file extension.

G

getCellLocation(String) - Static method in class adams.core.ODFHelper
Returns row/column index based on the provided position string (e.g., A12).
getCellPosition(int, int) - Static method in class adams.core.ODFHelper
Returns the position of the cell.
getColumnPosition(int) - Static method in class adams.core.ODFHelper
Returns the position letter(s) of the column.
getExtensions() - Method in class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getFormatDescription() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns a string describing the format (used in the file chooser).
getFormatDescription() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatExtensions() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the extension(s) of the format.
getFormatExtensions() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns the extension(s) of the format.
getInputType() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns how to read the data, from a file, stream or reader.
getOutputAsDisplayed() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns whether to output the cell content as displayed, ie, no formulas but the result of formulas.
getSheetCount(File) - Method in class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
Determines the number of sheets in the spreadsheet file.
getTextColumns() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the range of columns to treat as text.
getUseOutputStream() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns whether to write to an OutputStream rather than a Writer.
globalInfo() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns a string describing the object.

I

initialize() - Method in class adams.data.io.input.ODFSpreadSheetReader
Initializes the members.

M

m_OutputAsDisplayed - Variable in class adams.data.io.output.ODFSpreadSheetWriter
whether to output the cells as displayed (disable to output formulas).
m_TextColumns - Variable in class adams.data.io.input.ODFSpreadSheetReader
the range of columns to force to be text.

N

numericToString(String) - Method in class adams.data.io.input.ODFSpreadSheetReader
Turns a numeric cell into a string.

O

ODFHelper - Class in adams.core
Helper class for PDF-related stuff.
ODFHelper() - Constructor for class adams.core.ODFHelper
 
ODFSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Displays the following spreadsheet types: ods

Valid options are:

ODFSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
 
ODFSpreadSheetReader - Class in adams.data.io.input
Reads ODF (Open Document Format) spreadsheet files.
If a row contains only empty cells, this is interpreted as the end of the sheet.
ODFSpreadSheetReader() - Constructor for class adams.data.io.input.ODFSpreadSheetReader
 
ODFSpreadSheetWriter - Class in adams.data.io.output
Writes ODF (Open Document Format) spreadsheet files.
ODFSpreadSheetWriter() - Constructor for class adams.data.io.output.ODFSpreadSheetWriter
 
outputAsDisplayedTipText() - Method in class adams.data.io.output.ODFSpreadSheetWriter
Returns the tip text for this property.

R

readAll(File) - Method in class adams.gui.tools.previewbrowser.ODFSpreadSheetHandler
Reads all the invidivual spreadsheets from the file.

S

setOutputAsDisplayed(boolean) - Method in class adams.data.io.output.ODFSpreadSheetWriter
Sets whether to output the cell content as displayed, ie, no formulas but the result of formulas.
setTextColumns(String) - Method in class adams.data.io.input.ODFSpreadSheetReader
Sets the range of columns to treat as text.

T

textColumnsTipText() - Method in class adams.data.io.input.ODFSpreadSheetReader
Returns the tip text for this property.

A D F G I M N O R S T

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