A B C D E F G H I K L M N O P Q R S T U V W X Y

A

AbstractCellFinder - Class in adams.data.spreadsheet.cellfinder
Ancestor for schemes that locate cells of interest in a spreadsheet.
AbstractCellFinder() - Constructor for class adams.data.spreadsheet.cellfinder.AbstractCellFinder
 
AbstractColumnFinder - Class in adams.data.spreadsheet.columnfinder
Ancestor for classes that find columns of interest in spreadsheets.
AbstractColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
 
AbstractDataPlugin - Class in adams.gui.tools.spreadsheetviewer
Ancestor for "processing" plugins in the spreadsheet viewer.
AbstractDataPlugin() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
 
AbstractFilteredColumnFinder - Class in adams.data.spreadsheet.columnfinder
Ancestor for column finders that pre-filter the columns.
AbstractFilteredColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
 
AbstractFilteredRowFinder - Class in adams.data.spreadsheet.rowfinder
Ancestor for row finders that pre-filter the rows.
AbstractFilteredRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
 
AbstractInPlaceSpreadSheetConversion - Class in adams.data.conversion
Ancestor for spreadsheet conversion that allow working on the incoming data rather than on a copy (to conserve memory).
AbstractInPlaceSpreadSheetConversion() - Constructor for class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
 
AbstractInPlaceSpreadSheetTransformer - Class in adams.flow.transformer
Ancestor for spreadsheet transformers that allow the processing to happen in-place, rather than on a copy of the data.
AbstractInPlaceSpreadSheetTransformer() - Constructor for class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
 
AbstractMetaIterator - Class in adams.data.spreadsheet.cellfinder
A meta-iterator that wraps around a base iterator.
AbstractMetaIterator(Iterator<CellLocation>) - Constructor for class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Initializes the iterator.
AbstractPlotGenerator - Class in adams.flow.transformer.plotgenerator
Ancestor for generators that use data from a spreadsheet to create plot containers for the SequencePlotter sink.
AbstractPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
 
AbstractRowFinder - Class in adams.data.spreadsheet.rowfinder
Ancestor for classes that find rows of interest in datasets.
AbstractRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AbstractRowFinder
 
AbstractSpreadSheetColumnConverter<T> - Class in adams.data.conversion
Ancestor for column converter schemes.
AbstractSpreadSheetColumnConverter() - Constructor for class adams.data.conversion.AbstractSpreadSheetColumnConverter
 
AbstractSpreadSheetConversion - Class in adams.data.conversion
Ancestor for conversion schemes that transform one spreadsheet into another one.
AbstractSpreadSheetConversion() - Constructor for class adams.data.conversion.AbstractSpreadSheetConversion
 
AbstractSpreadSheetTransformer - Class in adams.flow.transformer
Ancestor for transformers that work on spreadsheets and also output spreadsheets again.
AbstractSpreadSheetTransformer() - Constructor for class adams.flow.transformer.AbstractSpreadSheetTransformer
 
AbstractTrainableColumnFinder - Class in adams.data.spreadsheet.columnfinder
Ancestor for ColumnFinder algorithms that can be trained.
AbstractTrainableColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
 
AbstractTrainableRowFinder - Class in adams.data.spreadsheet.rowfinder
Ancestor for RowFinder algorithms that can be trained.
AbstractTrainableRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
 
AbstractViewPlugin - Class in adams.gui.tools.spreadsheetviewer
Ancestor for "information" plugins in the spreadsheet viewer.
AbstractViewPlugin() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
 
accepts() - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ContainerToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NotesToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.StringToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractSpreadSheetTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LookUp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LookUpAdd
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LookUpRemove
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringToSpreadSheet
Deprecated. Returns the class that the consumer accepts.
accepts() - Method in class adams.gui.sendto.ExportAsSpreadsheet
Returns the classes that the action accepts.
adams.data.conversion - package adams.data.conversion
 
adams.data.io.output - package adams.data.io.output
 
adams.data.spreadsheet.cellfinder - package adams.data.spreadsheet.cellfinder
 
adams.data.spreadsheet.columnfinder - package adams.data.spreadsheet.columnfinder
 
adams.data.spreadsheet.rowfinder - package adams.data.spreadsheet.rowfinder
 
adams.env - package adams.env
 
adams.flow.core - package adams.flow.core
 
adams.flow.processor - package adams.flow.processor
 
adams.flow.sink - package adams.flow.sink
 
adams.flow.source - package adams.flow.source
 
adams.flow.template - package adams.flow.template
 
adams.flow.transformer - package adams.flow.transformer
 
adams.flow.transformer.plotgenerator - package adams.flow.transformer.plotgenerator
 
adams.gui.event - package adams.gui.event
 
adams.gui.menu - package adams.gui.menu
 
adams.gui.sendto - package adams.gui.sendto
 
adams.gui.tools - package adams.gui.tools
 
adams.gui.tools.previewbrowser - package adams.gui.tools.previewbrowser
 
adams.gui.tools.spreadsheetviewer - package adams.gui.tools.spreadsheetviewer
 
adams.gui.visualization.debug.inspectionhandler - package adams.gui.visualization.debug.inspectionhandler
 
addDefinition() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Adds a new definition.
addDisplay(MutableActorHandler) - Method in class adams.flow.template.OptionTraverserWithSpreadSheetDisplay
Adds the display actors.
addSortSetupListener(SortSetupListener) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Adds the specified listener.
addTab(String, SpreadSheetTable) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Adds the table.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
aggregateColumnsTipText() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns the tip text for this property.
AggregateSpreadSheet - Class in adams.data.conversion
Aggregates rows (min, max, avg, etc) in a spreadsheet using key columns.
All numeric columns in the specified aggregrate range (excluding the key columns) get aggregated.
AggregateSpreadSheet() - Constructor for class adams.data.conversion.AggregateSpreadSheet
 
AggregateSpreadSheet.Aggregate - Enum in adams.data.conversion
The types of aggregates to generate.
aggregatesTipText() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns the tip text for this property.
arrayToHashSet(int[]) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Turns the array into a hashset.
arrayToHashSet(int[]) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Turns the array into a hashset.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the tip text for this property.

B

BACKUP_ACTUALREPLACE - Static variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the key for storing the current actual replace in the backup.
BACKUP_COLUMNS - Static variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the column indices.
BACKUP_COLUMNS - Static variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the column indices.
BACKUP_GLOBALACTOR - Static variable in class adams.flow.transformer.SpreadSheetTransformCells
the key for backing up the global actor.
BACKUP_MAPPING - Static variable in class adams.flow.transformer.SpreadSheetAnonymize
the key for storing the mapping of column names/anonymizers.
BACKUP_NAMES - Static variable in class adams.flow.transformer.SpreadSheetColumnIterator
the key for storing the names in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.SpreadSheetGetColumnIndex
the key for storing the queue of indices to process.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the key for storing the queue of rows to process.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the key for storing the queue of rows to process.
BACKUP_SHEET - Static variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the underlying spreadsheet.
BACKUP_SHEET - Static variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the underlying spreadsheet.
backupState() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Backs up the current state of the actor before update the variables.
ByContentType - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns that satisfy the specified content types.
ByContentType() - Constructor for class adams.data.spreadsheet.columnfinder.ByContentType
 
ByIndex - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns that fall in the defined range.
ByIndex() - Constructor for class adams.data.spreadsheet.columnfinder.ByIndex
 
ByIndex - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows that fall in the defined range.
ByIndex() - Constructor for class adams.data.spreadsheet.rowfinder.ByIndex
 
ByName - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns which names match the regular expression.
ByName() - Constructor for class adams.data.spreadsheet.columnfinder.ByName
 
ByNumericValue - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which label match the regular expression.
ByNumericValue() - Constructor for class adams.data.spreadsheet.rowfinder.ByNumericValue
 
ByValue - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which label match the regular expression.
ByValue() - Constructor for class adams.data.spreadsheet.rowfinder.ByValue
 

C

caseInsensitiveTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the tip text for this property.
CellLocation - Class in adams.data.spreadsheet.cellfinder
Container object for a cell location (row and column).
CellLocation(int, int) - Constructor for class adams.data.spreadsheet.cellfinder.CellLocation
Initializes the position.
CellLocation(String) - Constructor for class adams.data.spreadsheet.cellfinder.CellLocation
Initializes the position with a cell string, like "A1".
CellRange - Class in adams.data.spreadsheet.cellfinder
Locator that locates cells using a rectangular range.
CellRange() - Constructor for class adams.data.spreadsheet.cellfinder.CellRange
 
check(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Checks whether the spreadsheet can be processed.
check(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Checks the data.
check(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Checks the data.
check(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Checks the data.
check(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Checks the data.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Checks the spreadsheet.
chunkSizeTipText() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the tip text for this property.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Cleans up after the execution has finished.
clearPanel() - Method in class adams.flow.sink.SpreadSheetDisplay
Clears the content of the panel.
close() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Closes the dialog or frame.
closeFile() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Closes the current active tab.
ColumnFinder - Interface in adams.data.spreadsheet.columnfinder
Interface for classes that "find" columns of interest in spreadsheets.
ColumnFinderRange - Class in adams.data.spreadsheet.cellfinder
Uses a column finder to locate the interesting columns.
ColumnFinderRange() - Constructor for class adams.data.spreadsheet.cellfinder.ColumnFinderRange
 
columnFinderTipText() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the tip text for this property.
columnFinderTipText() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Returns the tip text for this property.
columnIndexTipText() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the tip text for this property.
columnNameConversionTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
columnNameTipText() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the tip text for this property.
columnPrefixTipText() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns the tip text for this property.
columnsRegExpTipText() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.MergeSpreadSheetColumns
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetAnyColumnToString
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToLong
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns the tip text for this property.
columnTipText() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
combinationTipText() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the tip text for this property.
combinationTipText() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the tip text for this property.
compareTo(Object) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Compares this object with the specified object for order.
computeAggregate(SpreadSheet, List<Integer>, Row, int, AggregateSpreadSheet.Aggregate) - Method in class adams.data.conversion.AggregateSpreadSheet
Computes the aggregate.
computeDifference(SpreadSheet, SpreadSheet, Range) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Computes the difference between the two sheets and inserts it as new tab.
computeDifference() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Computes the difference between two sheets that the user selects and inserts it as new tab.
ContainerToSpreadSheet - Class in adams.data.conversion
Converts any container into a SpreadSheet object.
ContainerToSpreadSheet() - Constructor for class adams.data.conversion.ContainerToSpreadSheet
 
contentTypesTipText() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
convert(Cell, Cell) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Converts the cell's content to a new format.
convert(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.AggregateSpreadSheet
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.ConvertSpreadSheetRows
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.MergeSpreadSheetColumns
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddSumRow
Generates the new spreadsheet from the input.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetAnyColumnToString
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToLong
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Converts the cell's content to a new format.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetUniqueColumnNames
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.TransposeSpreadSheet
Performs the actual conversion.
convert() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Filters the spreadsheet using a conversion.
convertCell(CellLocation, SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Applies the conversion to the cell.
ConvertSpreadSheetRows - Class in adams.data.conversion
Converts the rows in the spreadsheet into a new format.
ConvertSpreadSheetRows() - Constructor for class adams.data.conversion.ConvertSpreadSheetRows
 
CorrespondingColumn - Class in adams.data.spreadsheet.cellfinder
Rather than return a cell that was located using the given cell finder, you can return a corresponding cell (within the same row).
This allows you to locate cells with certain value but then update a different column in the same row.
CorrespondingColumn() - Constructor for class adams.data.spreadsheet.cellfinder.CorrespondingColumn
 
CorrespondingColumn.CorrespondingColumnIterator - Class in adams.data.spreadsheet.cellfinder
Cell iterator that returns the locations for the corresponding cells.
CorrespondingColumn.CorrespondingColumnIterator(CorrespondingColumn, Iterator<CellLocation>) - Constructor for class adams.data.spreadsheet.cellfinder.CorrespondingColumn.CorrespondingColumnIterator
Initializes the iterator.
correspondingColumnTipText() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the tip text for this property.
correspondingPositionTipText() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the tip text for this property.
createDisplayPanel(Token) - Method in class adams.flow.sink.SpreadSheetDisplay
Creates a new panel for the token.
createTable(SQL, SpreadSheet) - Method in class adams.flow.sink.SpreadSheetDbWriter
Creates the table.
createTable(SpreadSheet) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Creates and configures a spreadsheet table.
creationTimestampTipText() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the tip text for this property.
CsvSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Displays the following spreadsheet types: csv

Valid options are:

CsvSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler
 

D

dataRowTypeTipText() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
dataRowTypeTipText() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the tip text for this property.
dataTypeTipText() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the tip text for this property.
defaultCellValueTipText() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the tip text for this property.
defineOptions() - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.AggregateSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.MergeSpreadSheetColumns
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.conversion.TransposeSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.ByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetDbWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetDisplay
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.sink.SpreadSheetFileWriter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.LookUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.LookUpTable
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.NewSpreadSheet
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.source.SpreadSheetDbReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUp
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpAdd
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpInit
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.LookUpRemove
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetAppend
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetDifference
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetFileReader
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetGetCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInfo
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSetCell
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSort
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetStatistic
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetSubset
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Adds options to the internal list of options.
defineOptions() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Adds options to the internal list of options.
determineSetup(SpreadSheet) - Method in class adams.flow.sink.SpreadSheetDbWriter
Determines the column types and names.
difference(SpreadSheet, Row, Row) - Method in class adams.flow.transformer.SpreadSheetDifference
Computes the difference between the two rows: actual difference is computed for numeric cells.
display(Token) - Method in class adams.flow.sink.SpreadSheetDisplay
Displays the token (the panel and dialog have already been created at this stage).
displayPanelRequiresScrollPane() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether the created display panel requires a scroll pane or not.
doConvert() - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.ContainerToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.NotesToSpreadSheet
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Performs the actual conversion.
doConvert() - Method in class adams.data.conversion.StringToSpreadSheet
Performs the actual conversion.
doExecute() - Method in class adams.flow.sink.SpreadSheetDbWriter
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SpreadSheetDisplay
Executes the flow item.
doExecute() - Method in class adams.flow.sink.SpreadSheetFileWriter
Executes the flow item.
doExecute() - Method in class adams.flow.source.LookUp
Executes the flow item.
doExecute() - Method in class adams.flow.source.LookUpTable
Executes the flow item.
doExecute() - Method in class adams.flow.source.NewSpreadSheet
Executes the flow item.
doExecute() - Method in class adams.flow.source.SpreadSheetDbReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUp
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpAdd
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpInit
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.LookUpRemove
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetAppend
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetDifference
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetFileReader
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetGetCell
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInfo
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSetCell
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSort
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetStatistic
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetSubset
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Executes the flow item.
doExecute() - Method in class adams.flow.transformer.StringToSpreadSheet
Deprecated. Executes the flow item.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Performs the actual locating.
doFindCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Performs the actual locating.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.Invert
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.NullFinder
Returns the columns of interest in the spreadsheet.
doFindColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns the columns of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.Invert
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the rows of interest in the spreadsheet.
doFindRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.NullFinder
Returns the rows of interest in the spreadsheet.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Performs the actual generation of containers.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Performs the actual generation of the information.
doGenerate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Performs the actual generation of the information.
doProcess(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Performs the actual processing of the spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Performs the actual training of the column finder with the specified spreadsheet.
doTrainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Performs the actual training of the row finder with the specified spreadsheet.
doTrainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Performs the actual training of the row finder with the specified spreadsheet.
doTrainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Performs the actual training of the row finder with the specified spreadsheet.
DoubleMatrixToSpreadSheet - Class in adams.data.conversion
Converts adams.data.instance.Instance objects into weka.core.Instance ones.
DoubleMatrixToSpreadSheet() - Constructor for class adams.data.conversion.DoubleMatrixToSpreadSheet
 
doWrite(SpreadSheet, OutputStream) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Performs the actual writing.

E

emptyTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
enterNumDecimals(boolean) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Alows the user to enter the number of decimals to display.
equals(Object) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns whether the two objects are the same.
equals(Object) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns whether the two objects are the same.
ExportAsSpreadsheet - Class in adams.gui.sendto
Action for exporting a table as spreadsheet.
ExportAsSpreadsheet() - Constructor for class adams.gui.sendto.ExportAsSpreadsheet
 

F

FILENAME - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the name of the props file.
filter(SpreadSheet, ColumnFinder) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Filters the columns of a spreadsheet with the given column finder.
filter(SpreadSheet, RowFinder) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Filters the rows of the spreadsheet with the specified row finder.
filterData(String, Object, AbstractActor) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Filters the data with the transformer and adds the generated output as new tab.
findCells(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Locates the cells in the spreadsheet.
findColumns(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns the columns of interest in the spreadsheet.
findColumns(SpreadSheet) - Method in interface adams.data.spreadsheet.columnfinder.ColumnFinder
Returns the columns of interest in the spreadsheet.
findColumns() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Filters the spreadsheet using a column finder.
findersTipText() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the tip text for this property.
findersTipText() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the tip text for this property.
finderTipText() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns the tip text for this property.
finderTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
findGlobalActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Tries to find the global actor referenced by its global name.
findRows(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns the rows of interest in the spreadsheet.
findRows(SpreadSheet) - Method in interface adams.data.spreadsheet.rowfinder.RowFinder
Returns the rows of interest in the spreadsheet.
findRows() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Filters the spreadsheet using a row finder.
findTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
finishInit() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Finishes the initialization.
fixColumnName(String) - Method in class adams.flow.sink.SpreadSheetDbWriter
Fixes the column name.
FixDeprecatedStringToSpreadSheet - Class in adams.flow.processor
Replaces the StringToSpreadSheet transformer with a Convert transformer using the StringToSpreadSheet conversion scheme.
FixDeprecatedStringToSpreadSheet() - Constructor for class adams.flow.processor.FixDeprecatedStringToSpreadSheet
 
fixedDecimalsTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the tip text for this property.
forceStringTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
forCommandLine(String) - Static method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Instantiates the cell finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Instantiates the column finder from the given commandline (i.e., classname and optional options).
forCommandLine(String) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Instantiates the row finder from the given commandline (i.e., classname and optional options).
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns the tip text for this property.
formatTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns the tip text for this property.
forName(String, String[]) - Static method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Instantiates the cell finder with the given options.
forName(String, String[]) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Instantiates the column finder with the given options.
forName(String, String[]) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Instantiates the row finder with the given options.

G

generate(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Generates plot containers from the provided spreadsheet.
generate(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Processes the spreadsheet.
generateOutputRow(SpreadSheet, Row) - Method in class adams.flow.transformer.SpreadSheetDifference
Generates a row and appends it to the output.
generates() - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.ContainerToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.NotesToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Returns the class that is generated as output.
generates() - Method in class adams.data.conversion.StringToSpreadSheet
Returns the class that is generated as output.
generates() - Method in class adams.flow.source.LookUp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.LookUpTable
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.NewSpreadSheet
Returns the class of objects that it generates.
generates() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.AbstractSpreadSheetTransformer
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.LookUp
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.LookUpAdd
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.LookUpRemove
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the class of objects that it generates.
generates() - Method in class adams.flow.transformer.StringToSpreadSheet
Deprecated. Returns the class of objects that it generates.
generatorTipText() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the tip text for this property.
getAction() - Method in class adams.gui.sendto.ExportAsSpreadsheet
Returns the short description of the sendto action.
getAfter() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether to insert at or after the position.
getAfter() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether to insert at or after the position.
getAggregateColumns() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns the colums that should get aggregated.
getAggregates() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns the aggregates to calculate.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the index of the column to perform the matching on.
getAttributeIndex() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the index of the column to perform the matching on.
getBound(SpreadSheet, boolean) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the integer bound for number of columns/rows.
getCaseInsensitive() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns whether to match strings case-sensitive.
getCategory() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the category of the menu item in which it should appear, i.e., the name of the menu.
getCellFinders() - Static method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a list with classnames of cell finders.
getCellString(Row, int) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the string value for the specified cell.
getCellValue(Row, int) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the cell value for the specified column index.
getChunkSize() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the current chunk size.
getColumn() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Returns the column to convert.
getColumn() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the index of the column to rename.
getColumn() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the column index in use for the cell location.
getColumn() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns the stored column.
getColumn() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the column to locate.
getColumn() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the column of the cell.
getColumn() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the column of the cell.
getColumn(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the column as Double array.
getColumnFinder() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the column finder to use.
getColumnFinder() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Returns the column finder in use.
getColumnFinderDialog() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the dialog for column finders.
getColumnFinders() - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a list with classnames of column finders.
getColumnIndex() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the column index to use for column specific information.
getColumnName() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the regular expression to match the column name.
getColumnName() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns the selected column name.
getColumnNameConversion() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns how to convert the column headers into SQL table column names.
getColumnNames() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Returns the column names in use.
getColumnPrefix() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns whether to use the first column as new header.
getColumns() - Method in class adams.data.conversion.MergeSpreadSheetColumns
Returns the range of columns to merge.
getColumns() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Returns the range of columns to add the sum for.
getColumns() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the columns to locate.
getColumns() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the columns to locate.
getColumns() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns the range of columns to select.
getColumns() - Method in class adams.flow.source.NewSpreadSheet
Returns the comma-separated list of column names.
getColumns() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the range of columns to copy.
getColumns() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the columns to retrieve the values from.
getColumns() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the columns of the subset.
getColumns() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the columns to retrieve the values from.
getColumnsRegExp() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the regular expression for the column names of columns to anonymize.
getCombination() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns how the indices are combined.
getCombination() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns how the indices are combined.
getComparator() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Returns a comparator for sorting the spreadsheet.
getContentTypes() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns the content types that the columns can have.
getConversion() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the conversion scheme to apply to the located cells.
getConversionDialog() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the dialog for conversion schemes.
getCorrespondingColumn() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the column location (abs/rel).
getCorrespondingPosition() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns how to interpret the column position.
getCreationTimestamp() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the creation timestamp.
getCurrentSheet() - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns the currently selected sheet.
getCurrentTable() - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns the currently selected table.
getCustomTextFileFilter() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns a custom file filter for the file chooser.
getDatabaseConnection() - Method in class adams.flow.sink.SpreadSheetDbWriter
Determines the database connection in the flow.
getDatabaseConnection() - Method in class adams.flow.source.SpreadSheetDbReader
Determines the database connection in the flow.
getDataRowType() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Returns the type of data row to use.
getDataRowType() - Method in class adams.flow.source.NewSpreadSheet
Returns the type of data row to use.
getDataRowType() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the type of data row to use.
getDataType() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns what type of data to retrieve from the Instances object.
getDefaultCellValue() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns the default value for missing or non-numeric cells.
getDefaultHeight() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the default height for the dialog.
getDefaultOutputFile() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the default output file.
getDefaultWidth() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the default width for the dialog.
getEmpty() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the value to return if cell is empty.
getExtensions() - Method in class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler
Returns the list of extensions (without dot) that this handler can take care of.
getFile() - Method in class adams.env.SpreadSheetViewerPanelDefinition
Returns the properties file name (no path) this definition is for.
getFind() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the string to find (regular expression).
getFinder() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the base cell finder.
getFinder() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns the finder in use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the cell finder to use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns the finder in use.
getFinder() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the cell finder to use.
getFinders() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the column finders in use.
getFinders() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the row finders in use.
getFixedDecimals() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns whether to always use a fixed number of decimals, incl trailing zeroes.
getForceString() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns whether to force setting the value as string even if it resembles a number.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns the format of the string used for parsing.
getFormat() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns the format of the string used for parsing.
getFormatDescription() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns a string describing the format (used in the file chooser).
getFormatExtensions() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the extension(s) of the format.
getGenerator() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the current plot generator.
getGlobalActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the currently set global actor.
getGlue() - Method in class adams.data.conversion.MergeSpreadSheetColumns
Returns the "glue" to use between two columns.
getHeader() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the name of the column.
getIconName() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the file name of the icon.
getIconName() - Method in class adams.gui.sendto.ExportAsSpreadsheet
Returns the file name of the icon.
getInvertMatching() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns whether to invert the matching.
getKey() - Method in class adams.env.SpreadSheetViewerPanelDefinition
Returns the key this definition is for.
getKey() - Method in class adams.flow.source.LookUp
Returns the key of the value to output.
getKeyColumn() - Method in class adams.flow.transformer.LookUpInit
Returns the index of the column to act as key in the lookup table.
getKeyColumns() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns the colums that identify a rowx
getKeyColumns() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the colums that identify a row, use empty string to simply use row index
getLocations() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the locations of the data (indices/regular expressions on attribute name).
getMaximum() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the maximum.
getMaxStringLength() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the maximum length for strings.
getMenuBar() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Creates a menu bar (singleton per panel object).
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns the file name of the icon.
getMenuIcon() - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Returns the file name of the icon.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns the text of the menu item.
getMenuText() - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Returns the text of the menu item.
getMinimum() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the minimum.
getMissingKey() - Method in class adams.flow.source.LookUp
Returns the behavior for missing keys.
getMissingKey() - Method in class adams.flow.transformer.LookUp
Returns the behavior for missing keys.
getMissingValue() - Method in class adams.flow.source.LookUp
Returns the value used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
getMissingValue() - Method in class adams.flow.transformer.LookUp
Returns the value used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
getMissingValue() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the value to use for missing cells.
getMissingValue() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the value to use for missing cells.
getNameColumn() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the index of the column which values to use to name the plots.
getNegativeBackground() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the custom background color for negative values.
getNegativeBackgroundAt(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns the background color in use for negative values.
getNewName() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the new name for the column.
getNoCopy() - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Returns whether to skip creating a copy of the spreadsheet before processing it.
getNoCopy() - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Returns whether to skip creating a copy of the spreadsheet before setting value.
getNumDecimals() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the number of decimals for numbers in tables.
getNumDecimals() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the currently set number of decimals to display.
getNumDecimalsAt(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
returns the number of decimals in use.
getOwner() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns the owning panel.
getPlaceholder() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the placeholder string to replace with the cell location in the string passing through.
getPlotColumns() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns the current column range to use in the plot.
getPlotColumns() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the current column range to use in the plot.
getPlugins() - Static method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns a list with classnames of plugins.
getPlugins() - Static method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns a list with classnames of plugins.
getPosition() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the position where to insert the string.
getPosition() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the position where to insert the column.
getPosition() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the position where to insert the string.
getPosition() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns the position where to insert the string.
getPosition() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns the position where to insert the string.
getPositiveBackground() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the custom background color for positive values.
getPositiveBackgroundAt(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns the background color in use for positive values.
getPrefix() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the prefix to use for the copied column headers.
getPrefixColumns() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the current column range to generate the prefix of the plot with.
getProperties() - Static method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the properties that define the editor.
getQuery() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the comma-separated list of column names.
getQuickInfo() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.LookUp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.LookUpTable
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.NewSpreadSheet
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.source.SpreadSheetDbReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUp
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpAdd
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpInit
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.LookUpRemove
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Returns a quick info about the object, which can be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSort
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns a quick info about the actor, which will be displayed in the GUI.
getQuickInfo() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns a quick info about the actor, which will be displayed in the GUI.
getRange() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the range of columns to operate on.
getReader() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the reader in use.
getRegExp() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns the regular expression in use.
getRegExp() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the regular expression in use.
getRegExp() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the regular expression for the name.
getRegExp() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns the regular expression to use for matching column names.
getReplace() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the string to replace the occurences with.
getReplaceAll() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns whether all occurrences are replaced or only the first one.
getReplaceContainsPlaceholder() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns whether the replace string contains a placeholder which needs to be expanded first.
getReplaceContainsVariable() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns whether the replace string contains a variable which needs to be expanded first.
getRow() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the row index in use for the cell location.
getRow() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns the stored row.
getRow() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the row to locate.
getRow() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the row of the cell.
getRow() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the row of the cell.
getRow(SpreadSheet, int) - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the row as Double array.
getRowFinder() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the row finder to use for locating the rows.
getRowFinder() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns the row finder in use.
getRowFinder() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Returns the row finder in use.
getRowFinderDialog() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the dialog for row finders.
getRowFinders() - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a list with classnames of row finders.
getRows() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns the range of rows to add the sum for.
getRows() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the rows to locate.
getRows() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the rows to locate.
getRows() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns the range of rows to select.
getRows() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the rows to retrieve the values from.
getRows() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the rows of the subset.
getRows() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the rows to retrieve the values from.
getScope() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the scope of the replace.
getSeed() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the seed value.
getSendToClasses() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the classes that the supporter generates.
getSendToClasses() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the classes that the supporter generates.
getSendToItem(Class[]) - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the object to send.
getSendToItem(Class[]) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the object to send.
getSheetAt(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns the table at the specified position.
getShowFormulas() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to show the formulas or the calculated values.
getShowFormulas(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns whether to show the formulas.
getSortColumn() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the indices of the columns to use for sorting.
getSortDefinitionPanel() - Method in class adams.gui.event.SortSetupEvent
Returns the SortDefinitionPanel that was added/removed.
getSortOrder() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the sorting order for the columns (ascending/descending).
getSortPanel() - Method in class adams.gui.event.SortSetupEvent
Returns the SortPanel that triggered the event
getSpreadSheet() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Returns the spreadsheet to use.
getStatistic() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the statistic in use.
getStorageName() - Method in class adams.flow.source.LookUp
Returns the name of the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.source.LookUpTable
Returns the name of the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUp
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUpAdd
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUpInit
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.LookUpRemove
Returns the name for the lookup table in the internal storage.
getStorageName() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns the name of the stored value.
getStoragePrefix() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the prefix for the storage name (prefix + header).
getStringColumnSQL() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the SQL type for string columns for the CREATE statement.
getTable() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the table to write the data to.
getTableAt(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns the table at the specified position.
getTabTitles() - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns all the tab titles.
getTitle() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the title of the window (and text of menuitem).
getTransformer() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the reference to the global transformer.
getTransformerDialog() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns the dialog for transformers.
getType() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the type of information to generate.
getType() - Method in class adams.gui.event.SortSetupEvent
Returns the event type.
getUncompressedOutput() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns whether to output uncompressed XML.
getUseCustomNegativeBackground() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to use a custom background for negative values.
getUseCustomPositiveBackground() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns whether to use a custom background for positive values.
getUseFirstColumnAsHeader() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns whether to use the first column as new header.
getUseHeaderAsFirstColumn() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns whether to use the current header as first column.
getUseOutputStream() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns whether to write to an OutputStream rather than a Writer.
getUserMode() - Method in class adams.gui.menu.SpreadSheetFileViewer
Returns the user mode, which determines visibility as well.
getValue() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the value to insert.
getValue() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the value to insert.
getValue() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the value to set in the cell.
getValueColumn() - Method in class adams.flow.transformer.LookUpInit
Returns the index of the column to act as value in the lookup table.
getValueContainsPlaceholder() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether the vaue string contains a placeholder which needs to be expanded first.
getValueContainsPlaceholder() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether the vaue string contains a placeholder which needs to be expanded first.
getValueContainsVariable() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns whether the value string contains a variable which needs to be expanded first.
getValueContainsVariable() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns whether the value string contains a variable which needs to be expanded first.
getValueTrue() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the string representing 'true'.
getVariablePrefix() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the prefix for the variables (prefix + header).
getWriter() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the writer in use.
getXColumn() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the index of the column which values to use as X values.
getXColumn() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the index of the column which values to use as X values.
getYColumn() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the index of the column which values to use as Y values.
globalInfo() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ContainerToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.ConvertSpreadSheetRows
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.MergeSpreadSheetColumns
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.NotesToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetAnyColumnToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetToDoubleMatrix
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.SpreadSheetUniqueColumnNames
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.StringToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
 
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.Invert
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns a string describing the object.
globalInfo() - Method in class adams.data.spreadsheet.rowfinder.NullFinder
Returns a string describing the object.
globalInfo() - Method in class adams.flow.processor.FixDeprecatedStringToSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.LookUp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.LookUpTable
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.NewSpreadSheet
Returns a string describing the object.
globalInfo() - Method in class adams.flow.source.SpreadSheetDbReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.template.OptionTraverserWithSpreadSheetDisplay
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUp
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpAdd
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpInit
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.LookUpRemove
 
globalInfo() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetRowFilter
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSort
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns a string describing the object.
globalInfo() - Method in class adams.flow.transformer.StringToSpreadSheet
Deprecated. Returns a string describing the object.
globalInfo() - Method in class adams.gui.tools.spreadsheetviewer.Statistics
Returns a string describing the object.
glueTipText() - Method in class adams.data.conversion.MergeSpreadSheetColumns
Returns the tip text for this property.
GnumericSpreadSheetWriter - Class in adams.data.io.output
Writes Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.
GnumericSpreadSheetWriter() - Constructor for class adams.data.io.output.GnumericSpreadSheetWriter
 

H

handles(Class) - Method in class adams.gui.visualization.debug.inspectionhandler.SpreadSheet
Checks whether the handler can handle the specified class.
hasGlobalActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Checks whether a reference to the global actor is currently available.
hasNext() - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Returns whether another cell location is available.
hasNext() - Method in class adams.data.spreadsheet.cellfinder.RangeIterator
Returns whether another cell location is available.
hasNext() - Method in class adams.flow.source.SpreadSheetDbReader.ChunkReader
Returns whether there is more data to be read.
hasPendingOutput() - Method in class adams.flow.source.LookUp
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.LookUpTable
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.NewSpreadSheet
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.source.SpreadSheetDbReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetFileReader
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetInfo
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Checks whether there is pending output to be collected after executing the flow item.
hasPendingOutput() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Checks whether there is pending output to be collected after executing the flow item.
hasSendToItem(Class[]) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Checks whether something to send is available.
headerTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.

I

initGUI() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Initializes the widgets.
initGUI() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Initializes the widgets.
initialize() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetDifference
 
initialize() - Method in class adams.flow.transformer.SpreadSheetGetCell
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInfo
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSetCell
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSort
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetSubset
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Initializes the members.
initialize() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Initializes the members.
initialize() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Initializes the members.
initialize() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Initializes the members.
initRowLookup(SpreadSheet[]) - Method in class adams.flow.transformer.SpreadSheetDifference
Initializes the row lookup, if necessary.
inspect(Object) - Method in class adams.gui.visualization.debug.inspectionhandler.SpreadSheet
Returns further inspection values.
Invert - Class in adams.data.spreadsheet.columnfinder
Inverts the selected columns of the provided sub-column-filter.
Invert() - Constructor for class adams.data.spreadsheet.columnfinder.Invert
 
Invert - Class in adams.data.spreadsheet.rowfinder
Inverts the selected rows of the provided sub-row-filter.
Invert() - Constructor for class adams.data.spreadsheet.rowfinder.Invert
 
invertMatchingTipText() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns the tip text for this property.
isAscending() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns whether ascending or descending is used.
isColumnFinderTrained() - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Checks whether the column finder has been trained.
isColumnFinderTrained() - Method in interface adams.data.spreadsheet.columnfinder.TrainableColumnFinder
Checks whether the column finder has been trained.
isInPlace() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns whether the processed sheet should rather get placed ("in-place") in the same tab rather than in a new one.
isRowFinderTrained() - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Checks whether the row finder has been trained.
isRowFinderTrained() - Method in interface adams.data.spreadsheet.rowfinder.TrainableRowFinder
Checks whether the row finder has been trained.
isSingleton() - Method in class adams.gui.menu.SpreadSheetFileViewer
Whether the panel can only be displayed once.
isValidSetup() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Checks whether the setup is valid, i.e., no name used twice, at least one sorting definition.

K

KEY - Static variable in class adams.env.SpreadSheetViewerPanelDefinition
the key as constant.
keyColumnsTipText() - Method in class adams.data.conversion.AggregateSpreadSheet
Returns the tip text for this property.
keyColumnsTipText() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the tip text for this property.
keyColumnTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
keyTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.

L

launch() - Method in class adams.gui.menu.SpreadSheetFileViewer
Launches the functionality of the menu item.
load(File) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Loads the specified file.
load(AbstractSpreadSheetReader, File) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Loads the specified file.
locationsTipText() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the tip text for this property.
LookUp - Class in adams.flow.source
Forwards the value associated with the given key, using the specified lookup table from internal storage.
LookUp() - Constructor for class adams.flow.source.LookUp
 
LookUp - Class in adams.flow.transformer
Forwards the value associated with the key that the actor gets as input, using the specified lookup table from internal storage.
LookUp() - Constructor for class adams.flow.transformer.LookUp
 
LookUpAdd - Class in adams.flow.transformer
Adds a key-value pair to the specified lookup table.
LookUpAdd() - Constructor for class adams.flow.transformer.LookUpAdd
 
LookUpInit - Class in adams.flow.transformer
Creates a lookup table from a spreadsheet, using one column as key and another one as value.
LookUpInit() - Constructor for class adams.flow.transformer.LookUpInit
 
LookUpRemove - Class in adams.flow.transformer
Removes a key/value pair from the specified lookup table.
LookUpRemove() - Constructor for class adams.flow.transformer.LookUpRemove
 
LookUpTable - Class in adams.flow.source
Outputs the specified lookup table as spreadsheet.
LookUpTable() - Constructor for class adams.flow.source.LookUpTable
 

M

m_ActualReplace - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the actual replacement string (after optional placeholder expansion).
m_After - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether to insert after the position instead of at.
m_After - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether to insert after the position instead of at.
m_AggregateColumns - Variable in class adams.data.conversion.AggregateSpreadSheet
the range of columns to aggregate.
m_Aggregates - Variable in class adams.data.conversion.AggregateSpreadSheet
the aggregates to generate.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the attribute index to work on.
m_AttributeIndex - Variable in class adams.data.spreadsheet.rowfinder.ByValue
the attribute index to work on.
m_BackgroundNegative - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the custom background color for negative values (null if none set).
m_BackgroundPositive - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the custom background color for positive values (null if none set).
m_Base - Variable in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
the base iterator to use.
m_ButtonNew - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the button for a new sort definition.
m_ButtonRemove - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the remove button.
m_CaseInsensitive - Variable in class adams.data.conversion.SpreadSheetStringColumnToBoolean
whether to ignored case.
m_ChunkSize - Variable in class adams.flow.source.SpreadSheetDbReader.ChunkReader
the chunk size.
m_ChunkSize - Variable in class adams.flow.source.SpreadSheetDbReader
the chunk size to use.
m_ColIndices - Variable in class adams.flow.transformer.SpreadSheetDifference
the column indices to use.
m_Column - Variable in class adams.data.conversion.AbstractSpreadSheetColumnConverter
the column to process.
m_Column - Variable in class adams.data.conversion.RenameSpreadSheetColumn
the column to rename.
m_Column - Variable in class adams.data.conversion.SpreadSheetInsertCellLocation
the column to use (1-based).
m_Column - Variable in class adams.data.spreadsheet.cellfinder.CellLocation
the 0-based column.
m_Column - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the current column (index).
m_Column - Variable in class adams.data.spreadsheet.cellfinder.SingleCell
the column.
m_Column - Variable in class adams.flow.transformer.SpreadSheetGetCell
the column of the cell to obtain.
m_Column - Variable in class adams.flow.transformer.SpreadSheetSetCell
the column of the cell to obtain.
m_ColumnFinder - Variable in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
the column finder.
m_ColumnFinder - Variable in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
the ColumnFinder to apply.
m_ColumnFinderTrained - Variable in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
whether the column finder was trained on the subset.
m_ColumnIndex - Variable in class adams.flow.transformer.SpreadSheetInfo
the index of the column to get the information for.
m_ColumnIndices - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the column indices.
m_ColumnIndices - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the column indices.
m_ColumnName - Variable in class adams.flow.transformer.SpreadSheetGetColumnIndex
the regular expression for the column name.
m_ColumnNameConversion - Variable in class adams.flow.sink.SpreadSheetDbWriter
the column name conversion.
m_ColumnNames - Variable in class adams.flow.sink.SpreadSheetDbWriter
the column names (shortened, disambiguated).
m_ColumnNames - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the column names.
m_ColumnPrefix - Variable in class adams.data.conversion.TransposeSpreadSheet
the column prefix if the first column is not used as header.
m_Columns - Variable in class adams.data.conversion.MergeSpreadSheetColumns
the columns to merge.
m_Columns - Variable in class adams.data.conversion.SpreadSheetAddSumRow
the columns to add the sum to.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.CellRange
the columns.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the column indices.
m_Columns - Variable in class adams.data.spreadsheet.cellfinder.RowFinderRange
the columns.
m_Columns - Variable in class adams.data.spreadsheet.columnfinder.ByIndex
the range of columns to select.
m_Columns - Variable in class adams.flow.source.NewSpreadSheet
the comma-separated list of column headers.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
the range of columns to copy.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the range of columns to use.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetSubset
the columns of the subset to obtain.
m_Columns - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the range of columns to use.
m_ColumnsRegExp - Variable in class adams.flow.transformer.SpreadSheetAnonymize
the columns to anonymize.
m_Combination - Variable in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
how the indices are combined.
m_Combination - Variable in class adams.data.spreadsheet.rowfinder.MultiRowFinder
how the indices are combined.
m_ComboBoxNames - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the combobox with column names.
m_ComboBoxSorting - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the type of sorting.
m_Containers - Variable in class adams.flow.transformer.SpreadSheetPlotGenerator
the generated plot containers.
m_ContentTypes - Variable in class adams.data.spreadsheet.columnfinder.ByContentType
the regular expression to match the attribute names against.
m_Conversion - Variable in class adams.flow.transformer.SpreadSheetConvertCells
the conversion to apply to the cells.
m_CorrespondingColumn - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
the position of the corresponding column.
m_CorrespondingPosition - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
whether the corresponding column is relative or absolute.
m_CreationTimestamp - Variable in class adams.data.io.output.GnumericSpreadSheetWriter
the creation timestamp.
m_DatabaseConnection - Variable in class adams.flow.sink.SpreadSheetDbWriter
the database connection.
m_DatabaseConnection - Variable in class adams.flow.source.SpreadSheetDbReader
the database connection.
m_DataRowType - Variable in class adams.data.conversion.ConvertSpreadSheetRows
the data row type to use.
m_DataRowType - Variable in class adams.flow.source.NewSpreadSheet
the data row type to use.
m_DataRowType - Variable in class adams.flow.source.SpreadSheetDbReader
the data row type to use.
m_DataType - Variable in class adams.flow.transformer.SpreadSheetStatistic
the type of data to get from the Instances object (rows or columns).
m_DefaultCellValue - Variable in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
the default value for missing or non-numeric cells.
m_Empty - Variable in class adams.flow.transformer.SpreadSheetGetCell
the value to return if cell is empty.
m_FileChooser - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the filedialog for loading CSV files.
m_Find - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the string to find.
m_Finder - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
the base cell finder to use.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetColumnFilter
the filter to apply.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetConvertCells
for locating the cells.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetRowFilter
the filter to apply.
m_Finder - Variable in class adams.flow.transformer.SpreadSheetTransformCells
for locating the cells.
m_Finders - Variable in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
the column finders to use.
m_Finders - Variable in class adams.data.spreadsheet.rowfinder.MultiRowFinder
the row finders to use.
m_FixedDecimals - Variable in class adams.data.conversion.SpreadSheetDoubleColumnToString
whether to use a fixed number of decimals.
m_ForceString - Variable in class adams.flow.transformer.SpreadSheetSetCell
whether to set value as string.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDate
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDateTime
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToDouble
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToLong
the format to use.
m_Format - Variable in class adams.data.conversion.SpreadSheetStringColumnToTime
the format to use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDate
the date formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDateTime
the date formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToDouble
the formatter in use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToLong
the formatter to use.
m_Formatter - Variable in class adams.data.conversion.SpreadSheetStringColumnToTime
the formatter in use.
m_Generator - Variable in class adams.flow.transformer.SpreadSheetPlotGenerator
the generator to use.
m_GlobalActor - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the global actor.
m_Glue - Variable in class adams.data.conversion.MergeSpreadSheetColumns
the concatenation string to use.
m_GOEColumnFinder - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the dialog for column finders.
m_GOEConversion - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the dialog for spreadsheet conversions.
m_GOERowFinder - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the dialog for row finders.
m_GOETransformer - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the dialog for spreadsheet transformers.
m_Header - Variable in class adams.flow.source.SpreadSheetDbReader.ChunkReader
the header.
m_Header - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
the column header.
m_Helper - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the helper class.
m_InvertMatching - Variable in class adams.flow.transformer.SpreadSheetColumnsByName
whether to invert the matching.
m_Key - Variable in class adams.flow.source.LookUp
the key to lookup and forward the value for.
m_KeyColumn - Variable in class adams.flow.transformer.LookUpInit
the index of the column to use as key.
m_KeyColumns - Variable in class adams.data.conversion.AggregateSpreadSheet
the range of column indices to use as key for identifying a row.
m_KeyColumns - Variable in class adams.flow.transformer.SpreadSheetDifference
the range of column indices to use as key for identifying a row.
m_Layout - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the gridlayout in use.
m_Locations - Variable in class adams.flow.transformer.SpreadSheetStatistic
the array of indices/regular expressions.
m_Mapping - Variable in class adams.flow.transformer.SpreadSheetAnonymize
the column/anonymizer mapping.
m_MaxColumnLength - Variable in class adams.flow.sink.SpreadSheetDbWriter
the maximum length for column names.
m_Maximum - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the maximum value.
m_MaxStringLength - Variable in class adams.flow.sink.SpreadSheetDbWriter
the maximum length for strings.
m_MenuBar - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the menu bar, if used.
m_MenuDataPlugins - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the submenu for data plugins.
m_MenuItemDataComputeDifference - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "compute difference" menu item.
m_MenuItemDataConvert - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Convert" menu item.
m_MenuItemDataFilterColumns - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "filter columns" menu item.
m_MenuItemDataFilterRows - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "filter rows" menu item.
m_MenuItemDataSort - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Sort" menu item.
m_MenuItemDataTransform - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "Transform" menu item.
m_MenuItemFileClose - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "close" menu item.
m_MenuItemFileExit - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "exit" menu item.
m_MenuItemFileOpen - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "open" menu item.
m_MenuItemFileOpenRecent - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "load recent" submenu.
m_MenuItemFileSaveAs - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "save as" menu item.
m_MenuItemHelpFormulas - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "formuals" menu item.
m_MenuItemViewApplyToAll - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "apply to all" menu item.
m_MenuItemViewDisplayedDecimals - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "displayed decimals" menu item.
m_MenuItemViewNegativeBackground - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "negative background" menu item.
m_MenuItemViewPositiveBackground - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "positive background" menu item.
m_MenuItemViewShowFormulas - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the "show formulas" menu item.
m_MenuViewPlugins - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the submenu for view plugins.
m_Minimum - Variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the minimum value.
m_MissingKey - Variable in class adams.flow.source.LookUp
the behavior for missing keys.
m_MissingKey - Variable in class adams.flow.transformer.LookUp
the behavior for missing keys.
m_MissingValue - Variable in class adams.flow.source.LookUp
the missing value (only used for MissingValue#OUTPUT_MISSING_VALUE).
m_MissingValue - Variable in class adams.flow.transformer.LookUp
the missing value (only used for MissingValue#OUTPUT_MISSING_VALUE).
m_MissingValue - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the value to use for missing cells.
m_MissingValue - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the value to use for missing cells.
m_NameColumn - Variable in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
the column for the plot name.
m_Names - Variable in class adams.flow.transformer.SpreadSheetColumnIterator
the names of the columns to output.
m_NegativeBackground - Variable in class adams.flow.sink.SpreadSheetDisplay
the custom background color for negative values.
m_NewName - Variable in class adams.data.conversion.RenameSpreadSheetColumn
the new name for the column.
m_NoCopy - Variable in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
whether to skip creating a copy of the spreadsheet.
m_NoCopy - Variable in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
whether to skip creating a copy of the spreadsheet.
m_NumDecimals - Variable in class adams.data.conversion.SpreadSheetDoubleColumnToString
the number of decimals to in the output.
m_NumDecimals - Variable in class adams.flow.sink.SpreadSheetDisplay
the number of decimals for numeric values.
m_NumDecimals - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the number of decimals to display.
m_OutputToken - Variable in class adams.flow.source.LookUp
the token to forward.
m_OutputToken - Variable in class adams.flow.source.LookUpTable
the token to forward.
m_OutputToken - Variable in class adams.flow.source.NewSpreadSheet
the generated output token.
m_OutputToken - Variable in class adams.flow.source.SpreadSheetDbReader
the generated output token.
m_Owner - Variable in class adams.data.spreadsheet.cellfinder.CorrespondingColumn.CorrespondingColumnIterator
the owning cell finder.
m_Owner - Variable in class adams.flow.source.SpreadSheetDbReader.ChunkReader
the owner.
m_Owner - Variable in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
the owning sort panel.
m_PanelButtons - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the panel for the buttons.
m_PanelDefinitions - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the panel holding the defintion panels.
m_Panels - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the list of definitions to use.
m_Placeholder - Variable in class adams.data.conversion.SpreadSheetInsertCellLocation
the placeholder to replace.
m_PlotColumns - Variable in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
the columns to plot.
m_PlotColumns - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the columns to plot.
m_Position - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
the position where to insert the copied columns.
m_Position - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
the position where to insert the column.
m_Position - Variable in class adams.flow.transformer.SpreadSheetInsertRow
the position where to insert the row.
m_Position - Variable in class adams.flow.transformer.SpreadSheetRemoveColumn
the position where to insert the string.
m_Position - Variable in class adams.flow.transformer.SpreadSheetRemoveRow
the position where to insert the row.
m_PositiveBackground - Variable in class adams.flow.sink.SpreadSheetDisplay
the custom background color for positive values.
m_Prefix - Variable in class adams.flow.transformer.SpreadSheetCopyColumns
the prefix for the new columns.
m_PrefixColumns - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the columns to prefix the plot name with.
m_Properties - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the properties.
m_Query - Variable in class adams.flow.source.SpreadSheetDbReader
the SQL query to execute.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetGetColumnIndex
the indices of matching columns.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetInfo
the output queue.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the rows to iterate.
m_Queue - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the rows to iterate.
m_Range - Variable in class adams.flow.transformer.SpreadSheetColumnIterator
the range of columns to work on.
m_Reader - Variable in class adams.flow.source.SpreadSheetDbReader
for reading the data.
m_Reader - Variable in class adams.flow.transformer.SpreadSheetFileReader
the reader to use.
m_RecentFilesHandler - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the recent files handler.
m_RegExp - Variable in class adams.data.spreadsheet.columnfinder.ByName
the regular expression to match the attribute names against.
m_RegExp - Variable in class adams.data.spreadsheet.rowfinder.ByValue
the regular expression to match the labels against.
m_RegExp - Variable in class adams.flow.transformer.SpreadSheetColumnIterator
the regular expression applied to the column names.
m_RegExp - Variable in class adams.flow.transformer.SpreadSheetColumnsByName
the regular expression to match the column names against.
m_Replace - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the replacement string.
m_ReplaceAll - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
whether to replace all or only the first occurrence.
m_ReplaceContainsPlaceholder - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
whether the replace string contains a placeholder, which needs to be expanded first.
m_ReplaceContainsVariable - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
whether the replace string contains a variable, which needs to be expanded first.
m_ResultSet - Variable in class adams.flow.source.SpreadSheetDbReader.ChunkReader
the resultset in use.
m_Row - Variable in class adams.data.conversion.SpreadSheetInsertCellLocation
the row to use (1-based).
m_Row - Variable in class adams.data.spreadsheet.cellfinder.CellLocation
the 0-based row.
m_Row - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the current row (index).
m_Row - Variable in class adams.data.spreadsheet.cellfinder.SingleCell
the row.
m_Row - Variable in class adams.flow.transformer.SpreadSheetGetCell
the row of the cell to obtain.
m_Row - Variable in class adams.flow.transformer.SpreadSheetSetCell
the row of the cell to obtain.
m_RowFinder - Variable in class adams.data.spreadsheet.cellfinder.RowFinderRange
the row finder.
m_RowFinder - Variable in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
the RowFinder to use first.
m_RowFinder - Variable in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
the RowFinder to apply.
m_Rows - Variable in class adams.data.conversion.SpreadSheetAddSumColumn
the rows to add the sum to.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.CellRange
the rows.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
the rows.
m_Rows - Variable in class adams.data.spreadsheet.cellfinder.RangeIterator
the row indices.
m_Rows - Variable in class adams.data.spreadsheet.rowfinder.ByIndex
the range of rows to select.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetDifference
for locating the rows.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the range of rows to use.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetSubset
the rows of the subset to obtain.
m_Rows - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the range of rows to use.
m_Scope - Variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the scope of the replace.
m_Seed - Variable in class adams.flow.transformer.SpreadSheetAnonymize
the seed value.
m_Sheet - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the underlying sheet.
m_Sheet - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the underlying sheet.
m_Sheet - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the spreadsheet that forms the basis for the sorting.
m_ShowFormulas - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to show the formulas instead of the calculated values.
m_SortColumn - Variable in class adams.flow.transformer.SpreadSheetSort
the indices of the columns to use for sorting.
m_SortDefinitionPanel - Variable in class adams.gui.event.SortSetupEvent
the definition panel that was added/removed.
m_SortOrder - Variable in class adams.flow.transformer.SpreadSheetSort
whether to use ascending or descending sort order.
m_SortSetupListeners - Variable in class adams.gui.tools.spreadsheetviewer.SortPanel
the listeners for changes in the setup.
m_Statistic - Variable in class adams.flow.transformer.SpreadSheetStatistic
the statistic to generate.
m_StorageName - Variable in class adams.flow.source.LookUp
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.source.LookUpTable
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUp
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUpAdd
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUpInit
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.LookUpRemove
the name of the lookup table in the internal storage.
m_StorageName - Variable in class adams.flow.transformer.SpreadSheetAppend
the name of the stored value.
m_StoragePrefix - Variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the prefix for the storage names.
m_StringColumnSQL - Variable in class adams.flow.sink.SpreadSheetDbWriter
the SQL type for string columns.
m_TabbedPane - Variable in class adams.gui.tools.SpreadSheetViewerPanel
the tabbed pane for displaying the CSV files.
m_Table - Variable in class adams.flow.sink.SpreadSheetDbWriter
the table to write the data to.
m_Table - Variable in class adams.flow.sink.SpreadSheetDisplay
the table.
m_TableModel - Variable in class adams.flow.sink.SpreadSheetDisplay
the table model.
m_Trained - Variable in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
whether the column finder was trained already.
m_Trained - Variable in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
whether the row finder was trained already.
m_Transformer - Variable in class adams.flow.transformer.SpreadSheetTransformCells
the global transformer to apply to the cells.
m_Type - Variable in class adams.flow.source.SpreadSheetDbReader.ChunkReader
the column types.
m_Type - Variable in class adams.flow.transformer.SpreadSheetInfo
the type of information to generate.
m_Type - Variable in class adams.gui.event.SortSetupEvent
what type of event occurred.
m_Types - Variable in class adams.flow.sink.SpreadSheetDbWriter
the type used for the table.
m_UncompressedOutput - Variable in class adams.data.io.output.GnumericSpreadSheetWriter
whether to use uncompressed output.
m_UseCustomNegativeBackground - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to use custom background color for negative values.
m_UseCustomPositiveBackground - Variable in class adams.flow.sink.SpreadSheetDisplay
whether to use custom background color for positive values.
m_UseFirstColumnAsHeader - Variable in class adams.data.conversion.TransposeSpreadSheet
whether to use the first column as header.
m_UseHeaderAsFirstColumn - Variable in class adams.data.conversion.TransposeSpreadSheet
whether to add the header row as first column.
m_Value - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
the value to initialize the cells with.
m_Value - Variable in class adams.flow.transformer.SpreadSheetInsertRow
the value to initialize the cells with.
m_Value - Variable in class adams.flow.transformer.SpreadSheetSetCell
the value to return if cell is empty.
m_ValueColumn - Variable in class adams.flow.transformer.LookUpInit
the index of the column to use as value.
m_ValueContainsPlaceholder - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether the value string contains a placeholder, which needs to be expanded first.
m_ValueContainsPlaceholder - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether the value string contains a placeholder, which needs to be expanded first.
m_ValueContainsVariable - Variable in class adams.flow.transformer.SpreadSheetInsertColumn
whether the value string contains a variable, which needs to be expanded first.
m_ValueContainsVariable - Variable in class adams.flow.transformer.SpreadSheetInsertRow
whether the value string contains a variable, which needs to be expanded first.
m_ValueTrue - Variable in class adams.data.conversion.SpreadSheetStringColumnToBoolean
the string to represent "true".
m_VariablePrefix - Variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the prefix for the variables.
m_Writer - Variable in class adams.flow.sink.SpreadSheetFileWriter
the writer to use.
m_XColumn - Variable in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
the X column.
m_XColumn - Variable in class adams.flow.transformer.plotgenerator.XYPlotGenerator
the (optional) column to use as X value.
m_YColumn - Variable in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
the Y column.
maximumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
maxStringLengthTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
MergeSpreadSheetColumns - Class in adams.data.conversion
Merges two or more columns in a spreadsheet into a single column.
MergeSpreadSheetColumns() - Constructor for class adams.data.conversion.MergeSpreadSheetColumns
 
minimumTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
MISSING_CELL_VALUE - Static variable in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
the default string value for cells that are missing.
missingKeyTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
missingKeyTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
MissingLookUpKey - Enum in adams.flow.core
Describes the behaviors if a lookup key is not found.
missingValueTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
missingValueTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
MultiColumnFinder - Class in adams.data.spreadsheet.columnfinder
Applies multiple column finding algorithms to the data.
The indices can be either joined or intersected.
MultiColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.MultiColumnFinder
 
MultiColumnFinder.Combination - Enum in adams.data.spreadsheet.columnfinder
How combine the indices.
MultiRowFinder - Class in adams.data.spreadsheet.rowfinder
Applies multiple row finding algorithms to the data.
The indices can be either joined or intersected.
MultiRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.MultiRowFinder
 
MultiRowFinder.Combination - Enum in adams.data.spreadsheet.rowfinder
How combine the indices.

N

nameColumnTipText() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the tip text for this property.
NamedPlotGenerator - Class in adams.flow.transformer.plotgenerator
Plots the numeric data of two columns, X and Y with the plot name from a separate column.
NamedPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.NamedPlotGenerator
 
NAN - Static variable in class adams.data.spreadsheet.rowfinder.ByNumericValue
the placeholder for NaN.
negativeBackgroundTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
newNameTipText() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the tip text for this property.
newPanel() - Method in class adams.flow.sink.SpreadSheetDisplay
Creates the panel to display in the dialog.
NewSpreadSheet - Class in adams.flow.source
Generates an empty spreadsheet.
NewSpreadSheet() - Constructor for class adams.flow.source.NewSpreadSheet
 
newTitle() - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Returns a new title (does not reserve it).
next() - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Returns the next cell location.
next() - Method in class adams.data.spreadsheet.cellfinder.RangeIterator
Returns the next cell location.
next() - Method in class adams.flow.source.SpreadSheetDbReader.ChunkReader
Reads the next chunk.
noCopyTipText() - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Returns the tip text for this property.
noCopyTipText() - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Returns the tip text for this property.
NotesToSpreadSheet - Class in adams.data.conversion
Turns an adams.data.Notes object into a SpreadSheet object.
NotesToSpreadSheet() - Constructor for class adams.data.conversion.NotesToSpreadSheet
 
notifySortSetupListeners(SortSetupEvent) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Notifies all listeners with the specified event.
NullFinder - Class in adams.data.spreadsheet.columnfinder
Dummy finder, does not find any columns.
NullFinder() - Constructor for class adams.data.spreadsheet.columnfinder.NullFinder
 
NullFinder - Class in adams.data.spreadsheet.rowfinder
Dummy finder, does not find any rows.
NullFinder() - Constructor for class adams.data.spreadsheet.rowfinder.NullFinder
 
numDecimalsTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the tip text for this property.
numDecimalsTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.

O

open() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Opens one or more CSV files.
OptionTraverserWithSpreadSheetDisplay - Class in adams.flow.template
Generates a sub-flow that displays the result of the specified option traversal algorithm, e.g., for displaying currently attached variables.
Displays the results in a table.
OptionTraverserWithSpreadSheetDisplay() - Constructor for class adams.flow.template.OptionTraverserWithSpreadSheetDisplay
 
output() - Method in class adams.flow.source.LookUp
Returns the generated token.
output() - Method in class adams.flow.source.LookUpTable
Returns the generated token.
output() - Method in class adams.flow.source.NewSpreadSheet
Returns the generated token.
output() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the generated token.
output() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the generated token.
outputFileTipText() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the tip text for this property.

P

PLACEHOLDER_MAX - Static variable in class adams.flow.sink.SpreadSheetDbWriter
the placeholder for the maximum length for string values.
placeholderTipText() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the tip text for this property.
plotColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Returns the tip text for this property.
plotColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Returns the tip text for this property.
positionTipText() - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Returns the tip text for this property.
positiveBackgroundTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
preConvert(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Prepares the conversion.
preConvert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Prepares the conversion.
PREFIX_TITLE - Static variable in class adams.gui.tools.spreadsheetviewer.TabbedPane
prefix for new titles.
prefixColumnsTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
prefixTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
process(CellLocation) - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Processes the cell location.
process(CellLocation) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn.CorrespondingColumnIterator
Processes the cell location.
process(String) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Processes the string.
process(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Processes the spreadsheet.
process(AbstractDataPlugin) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Processes the current spreadsheet with the specified plugin.
processActor(AbstractActor) - Method in class adams.flow.processor.FixDeprecatedStringToSpreadSheet
Performs the actual processing.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Removes entries from the backup.
pruneBackup() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Removes entries from the backup.

Q

queryTipText() - Method in class adams.flow.source.SpreadSheetDbReader
Returns the tip text for this property.

R

RangeIterator - Class in adams.data.spreadsheet.cellfinder
Iterates over a range of cells.
RangeIterator(int[], int[]) - Constructor for class adams.data.spreadsheet.cellfinder.RangeIterator
Initializes the iterator.
rangeTipText() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the tip text for this property.
read(ResultSet, int) - Method in class adams.flow.source.SpreadSheetDbReader.ChunkReader
Reads the first chunk.
readAll(File) - Method in class adams.gui.tools.previewbrowser.CsvSpreadSheetHandler
Reads all the invidivual spreadsheets from the file.
readerTipText() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.spreadsheet.columnfinder.ByName
Returns the tip text for this property.
regExpTipText() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the tip text for this property.
regExpTipText() - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Returns the tip text for this property.
remove() - Method in class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Removes from the underlying collection the last element returned by the iterator (optional operation), if the base iterator supports this.
remove() - Method in class adams.data.spreadsheet.cellfinder.RangeIterator
Not supported.
removeDefinition() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Removes itself from the list of sorting panels.
removeDefinition(SortDefinitionPanel) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Removes the panel from the list of sort definitions.
removeSortSetupListener(SortSetupListener) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Removes the specified listener.
RenameSpreadSheetColumn - Class in adams.data.conversion
Renames a single column in a spreadsheet.
RenameSpreadSheetColumn() - Constructor for class adams.data.conversion.RenameSpreadSheetColumn
 
replaceAllTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceContainsPlaceholderTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceContainsVariableTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
replaceTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
reset() - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Resets the object, including the trained state.
reset() - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Resets the object, including the trained state.
reset() - Method in class adams.flow.source.LookUp
Resets the object.
reset() - Method in class adams.flow.source.LookUpTable
Resets the object.
reset() - Method in class adams.flow.source.NewSpreadSheet
Resets the scheme.
reset() - Method in class adams.flow.source.SpreadSheetDbReader
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Resets the object.
reset() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Resets the actor.
reset() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Resets the actor.
reset() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Resets the scheme.
reset() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Resets the actor.
reset() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Removes all sort definition panels.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetAnonymize
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Restores the state of the actor before the variables got updated.
restoreState(Hashtable<String, Object>) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Restores the state of the actor before the variables got updated.
RowFilteredColumnFinder - Class in adams.data.spreadsheet.columnfinder
This column finder first filters the rows before finding any columns on the subset of rows.
RowFilteredColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
 
RowFinder - Interface in adams.data.spreadsheet.rowfinder
Interface for classes that "find" rows of interest in spreadsheets.
RowFinderRange - Class in adams.data.spreadsheet.cellfinder
Uses a row finder to locate the interesting rows.
RowFinderRange() - Constructor for class adams.data.spreadsheet.cellfinder.RowFinderRange
 
rowFinderTipText() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Returns the tip text for this property.
rowFinderTipText() - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the tip text for this property.
rowsTipText() - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the tip text for this property.
rowsTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
rowTipText() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the tip text for this property.
rowTipText() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
rowTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.

S

saveAs() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Saves the current sheet.
scopeTipText() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Returns the tip text for this property.
seedTipText() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the tip text for this property.
selectBackground(boolean, boolean) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Allows the user to select a background color for negative/positive values.
send(Object) - Method in class adams.gui.sendto.ExportAsSpreadsheet
Performs the actual sending/forwarding/processing of the data.
SESSION_FILE - Static variable in class adams.gui.tools.SpreadSheetViewerPanel
the file to store the recent files in.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether to insert at or after the position.
setAfter(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether to insert at or after the position.
setAggregateColumns(Range) - Method in class adams.data.conversion.AggregateSpreadSheet
Sets the colums that should get aggregated.
setAggregates(AggregateSpreadSheet.Aggregate[]) - Method in class adams.data.conversion.AggregateSpreadSheet
Sets the aggregates to calculate.
setAttributeIndex(Index) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets the index of the column to perform the matching on.
setAttributeIndex(Index) - Method in class adams.data.spreadsheet.rowfinder.ByValue
Sets the index of the column to perform the matching on.
setCaseInsensitive(boolean) - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Sets whether to match strings case-sensitive.
setChunkSize(int) - Method in class adams.flow.source.SpreadSheetDbReader
Sets the maximum chunk size.
setColumn(Index) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Sets the column to convert.
setColumn(Index) - Method in class adams.data.conversion.RenameSpreadSheetColumn
Sets the index of the column to rename.
setColumn(int) - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Sets the column index to use for the cell location.
setColumn(Index) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Sets the column to locate.
setColumn(Index) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets the column of the cell.
setColumn(Index) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the column of the cell.
setColumnFinder(ColumnFinder) - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Sets the column finder to use.
setColumnFinder(ColumnFinder) - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Sets the column finder to use.
setColumnIndex(Index) - Method in class adams.flow.transformer.SpreadSheetInfo
Sets the column index to use for column specific information.
setColumnName(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Sets the regular expression to match the column name.
setColumnNameConversion(SpreadSheetDbWriter.ColumnNameConversion) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets how to convert the column headers into SQL table column names.
setColumnPrefix(String) - Method in class adams.data.conversion.TransposeSpreadSheet
Sets the column prefix if the first column is not used as header.
setColumns(Range) - Method in class adams.data.conversion.MergeSpreadSheetColumns
Sets the range of columns to merge.
setColumns(Range) - Method in class adams.data.conversion.SpreadSheetAddSumRow
Sets the range of columns to add the sum for.
setColumns(Range) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Sets the columns to locate.
setColumns(Range) - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Sets the columns to locate.
setColumns(Range) - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Sets the range of columns to select.
setColumns(String) - Method in class adams.flow.source.NewSpreadSheet
Sets the comma-separated list of column names.
setColumns(Range) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets the range of columns to copy.
setColumns(Range) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the columns to retrieve the values from.
setColumns(Range) - Method in class adams.flow.transformer.SpreadSheetSubset
Sets the columns of the subset.
setColumns(Range) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the columns to retrieve the values from.
setColumnsRegExp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetAnonymize
Sets the regular expression for the column names of columns to anonymize.
setCombination(MultiColumnFinder.Combination) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Sets how the indices are combined.
setCombination(MultiRowFinder.Combination) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Sets how the indices are combined.
setContentTypes(Cell.ContentType[]) - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Sets the content types that the columns can have.
setConversion(Conversion) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets the conversion scheme to apply to the located cells.
setCorrespondingColumn(int) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Sets the column location (abs/rel).
setCorrespondingPosition(PositionType) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Sets how to interpret the column position.
setCreationTimestamp(BaseDateTime) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Sets the creation timestamp.
setDataRowType(DataRowType) - Method in class adams.data.conversion.ConvertSpreadSheetRows
Sets the type of data row to use.
setDataRowType(DataRowType) - Method in class adams.flow.source.NewSpreadSheet
Sets the type of data row to use.
setDataRowType(DataRowType) - Method in class adams.flow.source.SpreadSheetDbReader
Sets the type of data row to use.
setDataType(SpreadSheetStatistic.DataType) - Method in class adams.flow.transformer.SpreadSheetStatistic
Sets what type of data to retrieve from the Instances object.
setDefaultCellValue(double) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Sets the default value for missing or non-numeric cells.
setEmpty(String) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets the value to return if cell is empty.
setFind(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the string to find (regular expression).
setFinder(AbstractCellFinder) - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Sets the base cell finder.
setFinder(ColumnFinder) - Method in class adams.flow.transformer.SpreadSheetColumnFilter
Sets the finder to use.
setFinder(AbstractCellFinder) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Sets the cell finder to use.
setFinder(RowFinder) - Method in class adams.flow.transformer.SpreadSheetRowFilter
Sets the finder to use.
setFinder(AbstractCellFinder) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the cell finder to use.
setFinders(ColumnFinder[]) - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Sets the column finders to use.
setFinders(RowFinder[]) - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Sets the row finders to use.
setFixedDecimals(boolean) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Sets whether to always use a fixed number of decimals, incl trailing zeroes.
setForceString(boolean) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets whether to force setting the value as string even if it resembles a number.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Sets the format of the string used for parsing.
setFormat(DecimalFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Sets the format of the string used for parsing.
setFormat(DecimalFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Sets the format of the string used for parsing.
setFormat(DateFormatString) - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Sets the format of the string used for parsing.
setGenerator(AbstractPlotGenerator) - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Sets the plot generator to use.
setGlue(String) - Method in class adams.data.conversion.MergeSpreadSheetColumns
Sets the "glue" to use between two columns.
setHeader(String) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets the name of the column.
setInvertMatching(boolean) - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Sets the whether to invert the matching.
setKey(String) - Method in class adams.flow.source.LookUp
Sets the key of the value to output.
setKeyColumn(Index) - Method in class adams.flow.transformer.LookUpInit
Sets the index of the column to act as key in the lookup table.
setKeyColumns(Range) - Method in class adams.data.conversion.AggregateSpreadSheet
Sets the colums that identify a row.
setKeyColumns(Range) - Method in class adams.flow.transformer.SpreadSheetDifference
Sets the colums that identify a row, use empty string to simply use row index.
setLocations(BaseString[]) - Method in class adams.flow.transformer.SpreadSheetStatistic
Sets the locations of the data (indices/regular expressions on attribute name).
setMaximum(double) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets the maximum.
setMaxStringLength(int) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the maximum length for strings.
setMinimum(double) - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Sets the minimum.
setMissingKey(MissingLookUpKey) - Method in class adams.flow.source.LookUp
Sets the behavior for missing keys.
setMissingKey(MissingLookUpKey) - Method in class adams.flow.transformer.LookUp
Sets the behavior for missing keys.
setMissingValue(String) - Method in class adams.flow.source.LookUp
Sets the value to be used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
setMissingValue(String) - Method in class adams.flow.transformer.LookUp
Sets the value to be used if behavior is MissingLookUpKey.OUTPUT_MISSING_VALUE.
setMissingValue(String) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the value to use for missing cells.
setMissingValue(String) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the value to use for missing cells.
setNameColumn(String) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Sets the index of the column which values to use to name the plots.
setNegativeBackground(Color) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the custom background color for negative values.
setNegativeBackground(Color) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets the background color to use for negative values.
setNegativeBackgroundAt(int, Color) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets the background color to use negative values.
setNewName(String) - Method in class adams.data.conversion.RenameSpreadSheetColumn
Sets the new name of the column.
setNoCopy(boolean) - Method in class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
Sets whether to skip creating a copy of the spreadsheet before processing it.
setNoCopy(boolean) - Method in class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
Sets whether to skip creating a copy of the spreadsheet before setting value.
setNumDecimals(int) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Sets the number of decimals for numbers in tables.
setNumDecimals(int) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the number of decimals to display.
setNumDecimals(int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets the number of decimals to use for all tables.
setNumDecimalsAt(int, int) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets the number of decimals to use.
setPlaceholder(String) - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Sets the placeholder to replace with the cell location in the string passing through.
setPlotColumns(String) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Sets the column range to use in the plot.
setPlotColumns(String) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the column range to use in the plot.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets the position where to insert the string.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets the position where to insert the column.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets the position where to insert the string.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetRemoveColumn
Sets the position where to insert the string.
setPosition(Index) - Method in class adams.flow.transformer.SpreadSheetRemoveRow
Sets the position where to insert the string.
setPositiveBackground(Color) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets the custom background color for positive values.
setPositiveBackground(Color) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets the background color to use for positive values.
setPositiveBackgroundAt(int, Color) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets the background color to use positive values.
setPrefix(String) - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Sets the prefix to use for the copied column headers.
setPrefixColumns(Range) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the column range to generate the prefix of the plot with.
setQuery(SQLStatement) - Method in class adams.flow.source.SpreadSheetDbReader
Sets the comma-separated list of column names.
setRange(Range) - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Sets the range of columns to operate on.
setReader(AbstractSpreadSheetReader) - Method in class adams.flow.transformer.SpreadSheetFileReader
Sets the reader to use.
setRegExp(BaseRegExp) - Method in class adams.data.spreadsheet.columnfinder.ByName
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.data.spreadsheet.rowfinder.ByValue
Sets the regular expression to use.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Sets the regular expression for the names.
setRegExp(BaseRegExp) - Method in class adams.flow.transformer.SpreadSheetColumnsByName
Sets the regular expression to use for matching column names.
setReplace(String) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the string to replace the occurrences with.
setReplaceAll(boolean) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets whether all occurrences are replaced or only the first.
setReplaceContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets whether the replace string contains a placeholder which needs to be expanded first.
setReplaceContainsVariable(boolean) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets whether the replace string contains a variable which needs to be expanded first.
setRow(int) - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Sets the row index to use for the cell location.
setRow(Index) - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Sets the row to locate.
setRow(Index) - Method in class adams.flow.transformer.SpreadSheetGetCell
Sets the row of the cell.
setRow(Index) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the row of the cell.
setRowFinder(RowFinder) - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Sets the row finder to use for locating the rows.
setRowFinder(RowFinder) - Method in class adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
Sets the row finder to use.
setRowFinder(RowFinder) - Method in class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
Sets the row finder to use.
setRows(Range) - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Sets the range of rows to add the sum for.
setRows(Range) - Method in class adams.data.spreadsheet.cellfinder.CellRange
Sets the rows to locate.
setRows(Range) - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Sets the rows to locate.
setRows(Range) - Method in class adams.data.spreadsheet.rowfinder.ByIndex
Sets the range of rows to select.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the rows to retrieve the values from.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetSubset
Sets the rows of the subset.
setRows(Range) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the rows to retrieve the values from.
setScope(SpreadSheetReplaceCellValue.Scope) - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Sets the scope of the replace.
setSeed(long) - Method in class adams.flow.transformer.SpreadSheetAnonymize
Sets the seed value.
setShowFormulas(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to show the formulas or the calculated values.
setShowFormulas(boolean) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets whether to show the formulas.
setShowFormulasAt(int, boolean) - Method in class adams.gui.tools.spreadsheetviewer.TabbedPane
Sets whether to show the formulas.
setSortColumn(Index[]) - Method in class adams.flow.transformer.SpreadSheetSort
Sets the indices of the columns to use for sorting.
setSortOrder(BaseBoolean[]) - Method in class adams.flow.transformer.SpreadSheetSort
Sets the sorting order for the columns (ascending/descending).
setSpreadSheet(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Sets the spreadsheet to use.
setStatistic(AbstractArrayStatistic) - Method in class adams.flow.transformer.SpreadSheetStatistic
Sets the statistic to use.
setStorageName(StorageName) - Method in class adams.flow.source.LookUp
Sets the name of the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.source.LookUpTable
Sets the name of the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUp
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUpAdd
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUpInit
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.LookUpRemove
Sets the name for the lookup table in the internal storage.
setStorageName(StorageName) - Method in class adams.flow.transformer.SpreadSheetAppend
Sets the name of the stored value.
setStoragePrefix(String) - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Sets the prefix for the storage name (prefix + header).
setStringColumnSQL(String) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the SQL type for string columns for the CREATE statement.
setTable(String) - Method in class adams.flow.sink.SpreadSheetDbWriter
Sets the table to write the data to.
setTransformer(GlobalActorReference) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Sets the reference to the global transformer.
setType(SpreadSheetInfo.InfoType) - Method in class adams.flow.transformer.SpreadSheetInfo
Sets the type of information to generate.
setUncompressedOutput(boolean) - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Sets whether to output uncompressed XML.
setUp() - Method in class adams.flow.sink.SpreadSheetDbWriter
Initializes the item for flow execution.
setUp() - Method in class adams.flow.source.SpreadSheetDbReader
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Initializes the item for flow execution.
setUp() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Initializes the item for flow execution.
setUpGlobalActor() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Configures the global actor.
setupModified() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Sends an event that the setup was modified.
setUseCustomNegativeBackground(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to use a custom background for negative values.
setUseCustomPositiveBackground(boolean) - Method in class adams.flow.sink.SpreadSheetDisplay
Sets whether to use a custom background for positive values.
setUseFirstColumnAsHeader(boolean) - Method in class adams.data.conversion.TransposeSpreadSheet
Sets whether to use the first column as new header.
setUseHeaderAsFirstColumn(boolean) - Method in class adams.data.conversion.TransposeSpreadSheet
Sets whether to use the current header as first column.
setValue(String) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets the value to insert.
setValue(String) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets the value to insert.
setValue(String) - Method in class adams.flow.transformer.SpreadSheetSetCell
Sets the value to set in the cell.
setValueColumn(Index) - Method in class adams.flow.transformer.LookUpInit
Sets the index of the column to act as value in the lookup table.
setValueContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether the value string contains a placeholder which needs to be expanded first.
setValueContainsPlaceholder(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether the value string contains a placeholder which needs to be expanded first.
setValueContainsVariable(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Sets whether the value string contains a variable which needs to be expanded first.
setValueContainsVariable(boolean) - Method in class adams.flow.transformer.SpreadSheetInsertRow
Sets whether the value string contains a variable which needs to be expanded first.
setValueTrue(String) - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Sets the string representing 'true'.
setVariablePrefix(String) - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Sets the prefix for the variables (prefix + header).
setWriter(AbstractSpreadSheetWriter) - Method in class adams.flow.sink.SpreadSheetFileWriter
Sets the writer to use.
setXColumn(String) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Sets the index of the column which values to use as X values.
setXColumn(String) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Sets the index of the column which values to use as X values.
setYColumn(String) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Sets the index of the column which values to use as Y values.
shallowCopy() - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy() - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
shallowCopy(boolean) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns a shallow copy of itself, i.e., based on the commandline options.
showFormulasTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
SimplePlotGenerator - Class in adams.flow.transformer.plotgenerator
Plots the numeric data from one or more columns.
SimplePlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.SimplePlotGenerator
 
SingleCell - Class in adams.data.spreadsheet.cellfinder
Simple locator that just locates a single cell.
SingleCell() - Constructor for class adams.data.spreadsheet.cellfinder.SingleCell
 
sort() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Shows a short dialog.
sortColumnTipText() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the tip text for this property.
SortDefinitionPanel - Class in adams.gui.tools.spreadsheetviewer
Represents a single sorting definition.
SortDefinitionPanel(SortPanel) - Constructor for class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Initializes the definition panel.
sortOrderTipText() - Method in class adams.flow.transformer.SpreadSheetSort
Returns the tip text for this property.
SortPanel - Class in adams.gui.tools.spreadsheetviewer
Panel that allows users to sort a spreadsheet over an arbitrary number of columns.
SortPanel() - Constructor for class adams.gui.tools.spreadsheetviewer.SortPanel
 
sortSetupChanged(SortSetupEvent) - Method in interface adams.gui.event.SortSetupListener
Gets triggered whenever the sort setup changes.
SortSetupEvent - Class in adams.gui.event
Event that gets sent when the SortPanel setup changes.
SortSetupEvent(SortPanel, SortDefinitionPanel, SortSetupEvent.EventType) - Constructor for class adams.gui.event.SortSetupEvent
Initializes the event.
SortSetupEvent.EventType - Enum in adams.gui.event
The type of event.
SortSetupListener - Interface in adams.gui.event
Interface for listeners that react to changes in a sort setup of a SortPanel.
SpreadSheet - Class in adams.gui.visualization.debug.inspectionhandler
Provides further insight into spreadsheets.
SpreadSheet() - Constructor for class adams.gui.visualization.debug.inspectionhandler.SpreadSheet
 
SpreadSheetAddSumColumn - Class in adams.data.conversion
Adds a column with 'sum' formulas for the specified rows.
SpreadSheetAddSumColumn() - Constructor for class adams.data.conversion.SpreadSheetAddSumColumn
 
SpreadSheetAddSumRow - Class in adams.data.conversion
Adds a row with 'sum' formulas for the specified columns.
SpreadSheetAddSumRow() - Constructor for class adams.data.conversion.SpreadSheetAddSumRow
 
SpreadSheetAnonymize - Class in adams.flow.transformer
Anonymizes a range of columns in a spreadsheet.
SpreadSheetAnonymize() - Constructor for class adams.flow.transformer.SpreadSheetAnonymize
 
SpreadSheetAnyColumnToString - Class in adams.data.conversion
Converts the specified spreadsheet column from any type to string.
SpreadSheetAnyColumnToString() - Constructor for class adams.data.conversion.SpreadSheetAnyColumnToString
 
SpreadSheetAppend - Class in adams.flow.transformer
Appends the incoming spreadsheet to one in storage.
If there is none in storage yet, the incoming spreadsheet will simply get stored in storage.
The spreadsheets need not have the same structure, but it is assumed that column names are unique within a spreadsheet.
The combined spreadsheet is then forwarded.
SpreadSheetAppend() - Constructor for class adams.flow.transformer.SpreadSheetAppend
 
SpreadSheetColumnFilter - Class in adams.flow.transformer
Filters spreadsheets using the specified column finder.
The output contains all the columns that the specified finder selected.
SpreadSheetColumnFilter() - Constructor for class adams.flow.transformer.SpreadSheetColumnFilter
 
SpreadSheetColumnIterator - Class in adams.flow.transformer
Iterates through all columns of a spreadsheet and outputs the names.
The columns can be limited with the range parameter and furthermore with the regular expression applied to the names.
SpreadSheetColumnIterator() - Constructor for class adams.flow.transformer.SpreadSheetColumnIterator
 
SpreadSheetColumnsByName - Class in adams.flow.transformer
Creates a new spreadsheet with the columns that matched the regular expression.
SpreadSheetColumnsByName() - Constructor for class adams.flow.transformer.SpreadSheetColumnsByName
 
SpreadSheetConvertCells - Class in adams.flow.transformer
Finds cells in a spreadsheet and converts them with a conversion scheme.
SpreadSheetConvertCells() - Constructor for class adams.flow.transformer.SpreadSheetConvertCells
 
SpreadSheetCopyColumns - Class in adams.flow.transformer
Copies a range of columns to a specific position in the spreadsheets coming through.
SpreadSheetCopyColumns() - Constructor for class adams.flow.transformer.SpreadSheetCopyColumns
 
SpreadSheetDbReader - Class in adams.flow.source
Returns a spreadsheet object generated from an SQL query.
To optimize memory consumption, you can return the result of the query in chunks of a specified size.
SpreadSheetDbReader() - Constructor for class adams.flow.source.SpreadSheetDbReader
 
SpreadSheetDbReader.ChunkReader - Class in adams.flow.source
For reading data from the database in chunks.
SpreadSheetDbReader.ChunkReader(SpreadSheetDbReader) - Constructor for class adams.flow.source.SpreadSheetDbReader.ChunkReader
Initializes the reader.
SpreadSheetDbWriter - Class in adams.flow.sink
Transfers a SpreadSheet object into a database.
SpreadSheetDbWriter() - Constructor for class adams.flow.sink.SpreadSheetDbWriter
 
SpreadSheetDbWriter.ColumnNameConversion - Enum in adams.flow.sink
Defines how column names are converted.
SpreadSheetDifference - Class in adams.flow.transformer
Computes the difference of the numeric cells between two spreadsheets.
The values of the second spreadsheet are subtracted from the first one.
If no 'key' columns are defined, the current order of rows is used for comparison.
SpreadSheetDifference() - Constructor for class adams.flow.transformer.SpreadSheetDifference
 
SpreadSheetDisplay - Class in adams.flow.sink
Actor for displaying a spreadsheet.
Custom background for negative/positive values can be specified as well.
SpreadSheetDisplay() - Constructor for class adams.flow.sink.SpreadSheetDisplay
 
SpreadSheetDoubleColumnToLong - Class in adams.data.conversion
Converts the specified spreadsheet column from double to long.
Simply uses the Double's 'longValue()' method.
SpreadSheetDoubleColumnToLong() - Constructor for class adams.data.conversion.SpreadSheetDoubleColumnToLong
 
SpreadSheetDoubleColumnToString - Class in adams.data.conversion
Converts the specified spreadsheet double column to string.
SpreadSheetDoubleColumnToString() - Constructor for class adams.data.conversion.SpreadSheetDoubleColumnToString
 
SpreadSheetFileReader - Class in adams.flow.transformer
Reads a spreadsheet file and forwards the content.
SpreadSheetFileReader() - Constructor for class adams.flow.transformer.SpreadSheetFileReader
 
SpreadSheetFileViewer - Class in adams.gui.menu
Opens the SpreadSheet file viewer.
SpreadSheetFileViewer() - Constructor for class adams.gui.menu.SpreadSheetFileViewer
Initializes the menu item with no owner.
SpreadSheetFileViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.SpreadSheetFileViewer
Initializes the menu item.
SpreadSheetFileWriter - Class in adams.flow.sink
Actor that writes SpreadSheet objects to files.
SpreadSheetFileWriter() - Constructor for class adams.flow.sink.SpreadSheetFileWriter
 
SpreadSheetGetCell - Class in adams.flow.transformer
Extracts a single value from a spreadsheet.
SpreadSheetGetCell() - Constructor for class adams.flow.transformer.SpreadSheetGetCell
 
SpreadSheetGetColumnIndex - Class in adams.flow.transformer
Obtain the 1-based indices of columns that match a user-specified regular expression.
SpreadSheetGetColumnIndex() - Constructor for class adams.flow.transformer.SpreadSheetGetColumnIndex
 
SpreadSheetInfo - Class in adams.flow.transformer
Outputs statistics of a SpreadSheet object.
SpreadSheetInfo() - Constructor for class adams.flow.transformer.SpreadSheetInfo
 
SpreadSheetInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
SpreadSheetInsertCellLocation - Class in adams.data.conversion
Replaces the specified placeholder with a cell location generated from the user-supplied row and column.
SpreadSheetInsertCellLocation() - Constructor for class adams.data.conversion.SpreadSheetInsertCellLocation
 
SpreadSheetInsertColumn - Class in adams.flow.transformer
Inserts a column at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
SpreadSheetInsertColumn() - Constructor for class adams.flow.transformer.SpreadSheetInsertColumn
 
SpreadSheetInsertRow - Class in adams.flow.transformer
Inserts a row at a specific position into spreadsheets coming through.
The cells are initialized with a pre-defined value.
SpreadSheetInsertRow() - Constructor for class adams.flow.transformer.SpreadSheetInsertRow
 
SpreadSheetPlotGenerator - Class in adams.flow.transformer
Outputs plot containers generated from a spreadsheet.
SpreadSheetPlotGenerator() - Constructor for class adams.flow.transformer.SpreadSheetPlotGenerator
 
SpreadSheetRemoveColumn - Class in adams.flow.transformer
Removes the column at the specific position from spreadsheets coming through.
SpreadSheetRemoveColumn() - Constructor for class adams.flow.transformer.SpreadSheetRemoveColumn
 
SpreadSheetRemoveRow - Class in adams.flow.transformer
Removes a row at the specific position from spreadsheets coming through.
SpreadSheetRemoveRow() - Constructor for class adams.flow.transformer.SpreadSheetRemoveRow
 
SpreadSheetReplaceCellValue - Class in adams.flow.transformer
Replaces cell values that match a regular expression with a predefined value.
SpreadSheetReplaceCellValue() - Constructor for class adams.flow.transformer.SpreadSheetReplaceCellValue
 
SpreadSheetReplaceCellValue.Scope - Enum in adams.flow.transformer
Defines the scope of the replace.
SpreadSheetRowFilter - Class in adams.flow.transformer
Filters spreadsheets using the specified row finder.
The output contains all the rows that the specified finder selected.
SpreadSheetRowFilter() - Constructor for class adams.flow.transformer.SpreadSheetRowFilter
 
SpreadSheetSetCell - Class in adams.flow.transformer
Sets a single cell value in a spreadsheet.
SpreadSheetSetCell() - Constructor for class adams.flow.transformer.SpreadSheetSetCell
 
SpreadSheetSort - Class in adams.flow.transformer
Sorts the rows of the spreadsheet according to the selected column indices and sort order (ascending/descending).
SpreadSheetSort() - Constructor for class adams.flow.transformer.SpreadSheetSort
 
SpreadSheetStatistic - Class in adams.flow.transformer
Generates statistics from a SpreadSheet object.
If cells aren't numeric or missing, a default value of zero is used.
SpreadSheetStatistic() - Constructor for class adams.flow.transformer.SpreadSheetStatistic
 
SpreadSheetStatistic.DataType - Enum in adams.flow.transformer
Defines what data to retrieve from an Instances object.
SpreadSheetStorageRowIterator - Class in adams.flow.transformer
Iterates through a defined range of rows.
SpreadSheetStorageRowIterator() - Constructor for class adams.flow.transformer.SpreadSheetStorageRowIterator
 
SpreadSheetStringColumnToBoolean - Class in adams.data.conversion
Converts the specified spreadsheet column from string to boolean.
SpreadSheetStringColumnToBoolean() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToBoolean
 
SpreadSheetStringColumnToDate - Class in adams.data.conversion
Converts the specified spreadsheet column from string to date, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

SpreadSheetStringColumnToDate() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDate
 
SpreadSheetStringColumnToDateTime - Class in adams.data.conversion
Converts the specified spreadsheet column from string to date/time, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleDateFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

SpreadSheetStringColumnToDateTime() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDateTime
 
SpreadSheetStringColumnToDouble - Class in adams.data.conversion
Converts the specified spreadsheet column from string to double, according to the provided format.
For more information on the format, see Javadoc of 'java.text.DecimalFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html

Valid options are:

SpreadSheetStringColumnToDouble() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToDouble
 
SpreadSheetStringColumnToLong - Class in adams.data.conversion
Converts the specified spreadsheet column from string to long, according to the provided format.
For more information on the format, see Javadoc of 'java.text.DecimalFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html

Valid options are:

SpreadSheetStringColumnToLong() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToLong
 
SpreadSheetStringColumnToTime - Class in adams.data.conversion
Converts the specified spreadsheet column from string to time, according to the provided format.
For more information on the format, see Javadoc of 'java.text.SimpleTimeFormat' class:
http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html

Valid options are:

SpreadSheetStringColumnToTime() - Constructor for class adams.data.conversion.SpreadSheetStringColumnToTime
 
SpreadSheetSubset - Class in adams.flow.transformer
Extracts a subset of rows/columns from a spreadsheet.
SpreadSheetSubset() - Constructor for class adams.flow.transformer.SpreadSheetSubset
 
SpreadSheetToDoubleMatrix - Class in adams.data.conversion
Turns a spreadsheet into a double matrix, using only the numeric columns.
SpreadSheetToDoubleMatrix() - Constructor for class adams.data.conversion.SpreadSheetToDoubleMatrix
 
SpreadSheetTransformCells - Class in adams.flow.transformer
Finds cells in a spreadsheet and transforms them with a global transformer.
SpreadSheetTransformCells() - Constructor for class adams.flow.transformer.SpreadSheetTransformCells
 
SpreadSheetUniqueColumnNames - Class in adams.data.conversion
Ensures that column names are unique.
SpreadSheetUniqueColumnNames() - Constructor for class adams.data.conversion.SpreadSheetUniqueColumnNames
 
SpreadSheetVariableRowIterator - Class in adams.flow.transformer
Iterates through a defined range of rows.
SpreadSheetVariableRowIterator() - Constructor for class adams.flow.transformer.SpreadSheetVariableRowIterator
 
SpreadSheetViewerPanel - Class in adams.gui.tools
A panel for viewing SpreadSheet files.
SpreadSheetViewerPanel() - Constructor for class adams.gui.tools.SpreadSheetViewerPanel
 
SpreadSheetViewerPanelDefinition - Class in adams.env
Definition for the SpreadSheetViewerPanel props file.
SpreadSheetViewerPanelDefinition() - Constructor for class adams.env.SpreadSheetViewerPanelDefinition
 
Statistics - Class in adams.gui.tools.spreadsheetviewer
Generates a table with some simple statistics.
Statistics() - Constructor for class adams.gui.tools.spreadsheetviewer.Statistics
 
statisticTipText() - Method in class adams.flow.transformer.SpreadSheetStatistic
Returns the tip text for this property.
stopExecution() - Method in class adams.flow.transformer.SpreadSheetFileReader
Stops the execution.
storageNameTipText() - Method in class adams.flow.source.LookUp
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.source.LookUpTable
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUp
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUpAdd
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.LookUpRemove
Returns the tip text for this property.
storageNameTipText() - Method in class adams.flow.transformer.SpreadSheetAppend
Returns the tip text for this property.
storagePrefixTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
stringColumnSQLTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
StringToSpreadSheet - Class in adams.data.conversion
Turns a string representation of a spreadsheet (CSV format) into a SpreadSheet object.
StringToSpreadSheet() - Constructor for class adams.data.conversion.StringToSpreadSheet
 
StringToSpreadSheet - Class in adams.flow.transformer
Deprecated. 
StringToSpreadSheet() - Constructor for class adams.flow.transformer.StringToSpreadSheet
Deprecated.  
supplyText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the text to save.

T

TabbedPane - Class in adams.gui.tools.spreadsheetviewer
A specialized tabbed pane with a few methods for easier access.
TabbedPane() - Constructor for class adams.gui.tools.spreadsheetviewer.TabbedPane
 
tableTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
toPosition() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns the cell location as position string, like "A1".
toString() - Method in class adams.data.spreadsheet.cellfinder.CellLocation
Returns a short description of the location.
toString() - Method in class adams.gui.event.SortSetupEvent
Returns a short description of the object.
toString() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Returns a short description of the current setup.
TrainableColumnFinder - Interface in adams.data.spreadsheet.columnfinder
Interface for ColumnFinder algorithms that can be trained.
TrainableRowFinder - Interface in adams.data.spreadsheet.rowfinder
Interface for RowFinder algorithms that can be trained.
trainColumnFinder(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Trains the column finder with the specified spreadsheet.
trainColumnFinder(SpreadSheet) - Method in interface adams.data.spreadsheet.columnfinder.TrainableColumnFinder
Trains the column finder with the specified spreadsheet.
trainRowFinder(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Trains the row finder with the specified spreadsheet.
trainRowFinder(SpreadSheet) - Method in interface adams.data.spreadsheet.rowfinder.TrainableRowFinder
Trains the row finder with the specified spreadsheet.
transform() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Filters the spreadsheet using the selected transformer.
transformCell(CellLocation, SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetTransformCells
Applies the conversion to the cell.
transformerTipText() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Returns the tip text for this property.
transpose(Object[][]) - Method in class adams.data.conversion.TransposeSpreadSheet
Transposes the matrix.
TransposeSpreadSheet - Class in adams.data.conversion
Transposes a spreadsheet, i.e., swaps columns with rows.
TransposeSpreadSheet() - Constructor for class adams.data.conversion.TransposeSpreadSheet
 
typeTipText() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the tip text for this property.

U

uncompressedOutputTipText() - Method in class adams.data.io.output.GnumericSpreadSheetWriter
Returns the tip text for this property.
update(AbstractEnvironment) - Method in class adams.env.SpreadSheetViewerPanelDefinition
Updates the environment object with its definition for the props file (whether to add/replace/etc the values).
update() - Method in class adams.gui.tools.spreadsheetviewer.SortDefinitionPanel
Resets the comboboxes.
update() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Updates the display.
updateMenu() - Method in class adams.gui.tools.SpreadSheetViewerPanel
updates the enabled state of the menu items.
useCustomNegativeBackgroundTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
useCustomPositiveBackgroundTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
useFirstColumnAsHeaderTipText() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns the tip text for this property.
useHeaderAsFirstColumnTipText() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns the tip text for this property.

V

valueColumnTipText() - Method in class adams.flow.transformer.LookUpInit
Returns the tip text for this property.
valueContainsPlaceholderTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
valueContainsPlaceholderTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
valueContainsVariableTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
valueContainsVariableTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
valueOf(String) - Static method in enum adams.data.conversion.AggregateSpreadSheet.Aggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.columnfinder.MultiColumnFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.data.spreadsheet.rowfinder.MultiRowFinder.Combination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.core.MissingLookUpKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.sink.SpreadSheetDbWriter.ColumnNameConversion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetInfo.InfoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.flow.transformer.SpreadSheetStatistic.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum adams.gui.event.SortSetupEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum adams.data.conversion.AggregateSpreadSheet.Aggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.columnfinder.MultiColumnFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.data.spreadsheet.rowfinder.MultiRowFinder.Combination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.core.MissingLookUpKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.sink.SpreadSheetDbWriter.ColumnNameConversion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetInfo.InfoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetReplaceCellValue.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.flow.transformer.SpreadSheetStatistic.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum adams.gui.event.SortSetupEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
valueTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
valueTrueTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the tip text for this property.
variablePrefixTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
VERSION - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the complete version.
VERSION_MAJOR - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the major version.
VERSION_MINOR - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the minor version.
VERSION_REVISION - Static variable in class adams.data.io.output.GnumericSpreadSheetWriter
the revision version.
view(AbstractViewPlugin) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Displays a dialog with the panel created by the plugin.

W

wrapUp() - Method in class adams.flow.sink.SpreadSheetDbWriter
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.source.SpreadSheetDbReader
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Frees up memory.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetInfo
Cleans up after the execution has finished.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Frees up memory.
wrapUp() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Frees up memory.
write(AbstractSpreadSheetWriter, File) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Saves the specified file.
writeData(SQL, SpreadSheet) - Method in class adams.flow.sink.SpreadSheetDbWriter
Writes the data to the table.
writerTipText() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the tip text for this property.

X

XColumnTipText() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the tip text for this property.
XColumnTipText() - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Returns the tip text for this property.
XYPlotGenerator - Class in adams.flow.transformer.plotgenerator
Uses one column for the X value and one or more other columns as Y to plot against.
XYPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.XYPlotGenerator
 

Y

YColumnTipText() - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Returns the tip text for this property.

A B C D E F G H I K L M N O P Q R S T U V W X Y

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