|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SpreadSheetColumnIndex in adams.data.conversion |
|---|
| Fields in adams.data.conversion declared as SpreadSheetColumnIndex | |
|---|---|
protected SpreadSheetColumnIndex |
RenameSpreadSheetColumn.m_Column
the column to rename. |
protected SpreadSheetColumnIndex |
SpreadSheetSplitColumn.m_Column
the column to process. |
protected SpreadSheetColumnIndex |
AbstractSpreadSheetColumnConverter.m_Column
the column to process. |
| Methods in adams.data.conversion that return SpreadSheetColumnIndex | |
|---|---|
SpreadSheetColumnIndex |
RenameSpreadSheetColumn.getColumn()
Returns the index of the column to rename. |
SpreadSheetColumnIndex |
SpreadSheetSplitColumn.getColumn()
Returns the column to split. |
SpreadSheetColumnIndex |
AbstractSpreadSheetColumnConverter.getColumn()
Returns the column to convert. |
| Methods in adams.data.conversion with parameters of type SpreadSheetColumnIndex | |
|---|---|
void |
RenameSpreadSheetColumn.setColumn(SpreadSheetColumnIndex value)
Sets the index of the column to rename. |
void |
SpreadSheetSplitColumn.setColumn(SpreadSheetColumnIndex value)
Sets the column to split. |
void |
AbstractSpreadSheetColumnConverter.setColumn(SpreadSheetColumnIndex value)
Sets the column to convert. |
| Uses of SpreadSheetColumnIndex in adams.data.spreadsheet.cellfinder |
|---|
| Fields in adams.data.spreadsheet.cellfinder declared as SpreadSheetColumnIndex | |
|---|---|
protected SpreadSheetColumnIndex |
SingleCell.m_Column
the column. |
| Methods in adams.data.spreadsheet.cellfinder that return SpreadSheetColumnIndex | |
|---|---|
SpreadSheetColumnIndex |
SingleCell.getColumn()
Returns the column to locate. |
| Methods in adams.data.spreadsheet.cellfinder with parameters of type SpreadSheetColumnIndex | |
|---|---|
void |
SingleCell.setColumn(SpreadSheetColumnIndex value)
Sets the column to locate. |
| Uses of SpreadSheetColumnIndex in adams.data.spreadsheet.rowfinder |
|---|
| Fields in adams.data.spreadsheet.rowfinder declared as SpreadSheetColumnIndex | |
|---|---|
protected SpreadSheetColumnIndex |
ByNumericValue.m_AttributeIndex
the attribute index to work on. |
protected SpreadSheetColumnIndex |
ByValue.m_AttributeIndex
the attribute index to work on. |
| Methods in adams.data.spreadsheet.rowfinder that return SpreadSheetColumnIndex | |
|---|---|
SpreadSheetColumnIndex |
ByNumericValue.getAttributeIndex()
Returns the index of the column to perform the matching on. |
SpreadSheetColumnIndex |
ByValue.getAttributeIndex()
Returns the index of the column to perform the matching on. |
| Methods in adams.data.spreadsheet.rowfinder with parameters of type SpreadSheetColumnIndex | |
|---|---|
void |
ByNumericValue.setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on. |
void |
ByValue.setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on. |
| Uses of SpreadSheetColumnIndex in adams.flow.transformer |
|---|
| Fields in adams.flow.transformer declared as SpreadSheetColumnIndex | |
|---|---|
protected SpreadSheetColumnIndex |
SpreadSheetSetCell.m_Column
the column of the cell to obtain. |
protected SpreadSheetColumnIndex |
SpreadSheetGetHeaderCell.m_Column
the column of the cell to obtain. |
protected SpreadSheetColumnIndex |
SpreadSheetGetCell.m_Column
the column of the cell to obtain. |
protected SpreadSheetColumnIndex |
SpreadSheetSetHeaderCell.m_Column
the column of the cell to obtain. |
protected SpreadSheetColumnIndex |
SpreadSheetInfo.m_ColumnIndex
the index of the column to get the information for. |
protected SpreadSheetColumnIndex |
LookUpInit.m_KeyColumn
the index of the column to use as key. |
protected SpreadSheetColumnIndex |
SpreadSheetInsertColumn.m_Position
the position where to insert the column. |
protected SpreadSheetColumnIndex |
SpreadSheetCopyColumns.m_Position
the position where to insert the copied columns. |
protected SpreadSheetColumnIndex[] |
SpreadSheetSort.m_SortColumn
the indices of the columns to use for sorting. |
protected SpreadSheetColumnIndex |
LookUpInit.m_ValueColumn
the index of the column to use as value. |
| Methods in adams.flow.transformer that return SpreadSheetColumnIndex | |
|---|---|
SpreadSheetColumnIndex |
SpreadSheetSetCell.getColumn()
Returns the column of the cell. |
SpreadSheetColumnIndex |
SpreadSheetGetHeaderCell.getColumn()
Returns the column of the cell. |
SpreadSheetColumnIndex |
SpreadSheetGetCell.getColumn()
Returns the column of the cell. |
SpreadSheetColumnIndex |
SpreadSheetSetHeaderCell.getColumn()
Returns the column of the header cell. |
SpreadSheetColumnIndex |
SpreadSheetInfo.getColumnIndex()
Returns the column index to use for column specific information. |
SpreadSheetColumnIndex |
LookUpInit.getKeyColumn()
Returns the index of the column to act as key in the lookup table. |
SpreadSheetColumnIndex |
SpreadSheetInsertColumn.getPosition()
Returns the position where to insert the column. |
SpreadSheetColumnIndex |
SpreadSheetCopyColumns.getPosition()
Returns the position where to insert the string. |
SpreadSheetColumnIndex[] |
SpreadSheetSort.getSortColumn()
Returns the indices of the columns to use for sorting. |
SpreadSheetColumnIndex |
LookUpInit.getValueColumn()
Returns the index of the column to act as value in the lookup table. |
| Methods in adams.flow.transformer with parameters of type SpreadSheetColumnIndex | |
|---|---|
void |
SpreadSheetSetCell.setColumn(SpreadSheetColumnIndex value)
Sets the column of the cell. |
void |
SpreadSheetGetHeaderCell.setColumn(SpreadSheetColumnIndex value)
Sets the column of the cell. |
void |
SpreadSheetGetCell.setColumn(SpreadSheetColumnIndex value)
Sets the column of the cell. |
void |
SpreadSheetSetHeaderCell.setColumn(SpreadSheetColumnIndex value)
Sets the column of the header cell. |
void |
SpreadSheetInfo.setColumnIndex(SpreadSheetColumnIndex value)
Sets the column index to use for column specific information. |
void |
LookUpInit.setKeyColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as key in the lookup table. |
void |
SpreadSheetInsertColumn.setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the column. |
void |
SpreadSheetCopyColumns.setPosition(SpreadSheetColumnIndex value)
Sets the position where to insert the string. |
void |
SpreadSheetSort.setSortColumn(SpreadSheetColumnIndex[] value)
Sets the indices of the columns to use for sorting. |
void |
LookUpInit.setValueColumn(SpreadSheetColumnIndex value)
Sets the index of the column to act as value in the lookup table. |
| Uses of SpreadSheetColumnIndex in adams.flow.transformer.plotgenerator |
|---|
| Fields in adams.flow.transformer.plotgenerator declared as SpreadSheetColumnIndex | |
|---|---|
protected SpreadSheetColumnIndex |
NamedPlotGenerator.m_NameColumn
the column for the plot name. |
protected SpreadSheetColumnIndex |
NamedPlotGenerator.m_XColumn
the X column. |
protected SpreadSheetColumnIndex |
XYPlotGenerator.m_XColumn
the (optional) column to use as X value. |
protected SpreadSheetColumnIndex |
NamedPlotGenerator.m_YColumn
the Y column. |
| Uses of SpreadSheetColumnIndex in adams.gui.goe |
|---|
| Methods in adams.gui.goe that return SpreadSheetColumnIndex | |
|---|---|
protected SpreadSheetColumnIndex |
SpreadSheetColumnIndexEditor.parse(String s)
Parses the given string and returns the generated object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||