| | Class | Description |
|---|
 | AbstractWorksheetControllerCommand |
Provides an abstract base class for commands that apply to worksheet controllers.
|
 | AddDataColumns |
Adds data columns to the active worksheet.
|
 | AddPropertyColumns |
Adds property columns to the active worksheet.
|
 | AltaxoProvokeException |
Menu point to provoke an exception.
|
 | Analysis2DCenteredFFT |
Performs a centered two-dimensional Fourier transform on the active worksheet data.
|
 | Analysis2DFFT |
Performs a two-dimensional Fourier transform on the active worksheet data.
|
 | AnalysisDifferentiateSmooth |
Differentiates and smooths the selected data.
|
 | AnalysisExportPLSCalibration |
Exports a partial least squares calibration.
|
 | AnalysisFFT |
Performs a Fourier transform on the active worksheet data.
|
 | AnalysisInterpolation |
Interpolates the selected data.
|
 | AnalysisMasterCurveCreation |
Opens the master-curve creation dialog.
|
 | AnalysisMultiplyColumnsToMatrix |
Multiplies selected columns to form a matrix.
|
 | AnalysisMultivariateLinearRegression |
Performs multivariate linear regression.
|
 | AnalysisPCAOnCols |
Performs principal component analysis on columns.
|
 | AnalysisPCAOnRows |
Performs principal component analysis on rows.
|
 | AnalysisPLSOnCols |
Performs partial least squares analysis on columns.
|
 | AnalysisPLSPredictOnCols |
Predicts values by using a partial least squares model on columns.
|
 | AnalysisPronyRelaxationFrequencyDomain |
Performs Prony relaxation analysis in the frequency domain.
|
 | AnalysisPronyRelaxationTimeDomain |
Performs Prony relaxation analysis in the time domain.
|
 | AnalysisPronyRetardationFrequencyDomain |
Performs Prony retardation analysis in the frequency domain.
|
 | AnalysisPronyRetardationTimeDomain |
Performs Prony retardation analysis in the time domain.
|
 | AnalysisStatisticsCreateHistogram |
Creates a histogram from the selected data.
|
 | AnalysisStatisticsOnColumns |
Calculates statistics on columns.
|
 | AnalysisStatisticsOnRows |
Calculates statistics on rows.
|
 | ChangeRowsToPropertyColumns |
Converts selected rows into property columns.
|
 | ColumnCommands |
Contains static functions for handling column commands.
|
 | Convolute |
Convolves the selected worksheet data.
|
 | Correlate |
Correlates the selected worksheet data.
|
 | CreatePropertyColumnOfColumnNames |
Creates a property column that contains the data column names.
|
 | DataSourceCommands |
Contains commands for working with worksheet data sources.
|
 | DataTablesAggregationCreation |
Creates a table aggregation data source from the active worksheet.
|
 | DecomposeByColumnContent |
Decomposes selected data by column content.
|
 | DecomposeCyclingIndependentVariable |
Decomposes a cycling independent variable into separate columns.
|
 | EditClean |
Cleans the selected worksheet content.
|
 | EditCommands |
Contains worksheet edit commands.
|
 | EditCopy |
Copies the current worksheet selection.
|
 | EditPaste |
Pastes clipboard content into the active worksheet.
|
 | EditRemove |
Removes the selected worksheet content.
|
 | EditTableDataSource |
Opens the data source editor for the active worksheet.
|
 | ExportAscii |
Exports the active worksheet as ASCII text.
|
 | ExportGalacticSPC |
Exports the active worksheet as a Galactic SPC file.
|
 | ExportRamanCHADA |
Exports the active worksheet as a Raman CHADA file.
|
 | ExtractPropertyValues |
Extracts property values into worksheet data.
|
 | FillWithValue |
Opens a dialog to select a value (text, numeric, or DateTime), then
fills the selected cells or the entire table with it.
|
 | GotoTableRow |
Opens a dialog to enter a row number,
and then jumps to that row in the worksheet view.
|
 | ImportAnyDataFile |
Opens a reduced import dialog for any supported data file type.
|
 | ImportAscii |
Imports ASCII data into the active worksheet.
|
 | ImportAsciiInSingleWorksheetHorizontally |
Imports ASCII data horizontally into a single worksheet.
|
 | ImportAsciiInSingleWorksheetVertically |
Imports ASCII data vertically into a single worksheet.
|
 | ImportBrukerOpus |
Imports Bruker OPUS files.
|
 | ImportDatabase |
Imports database data into the active worksheet.
|
 | ImportDataFileCommandBaseTImporter |
Provides a generic base class for data-file import commands.
|
 | ImportGalacticSPC |
Imports Galactic SPC files.
|
 | ImportImage |
Imports image files.
|
 | ImportJcamp |
Imports JCAMP files.
|
 | ImportNexus |
Imports NeXus files.
|
 | ImportOmnicSPA |
Imports Omnic SPA files.
|
 | ImportOmnicSPG |
Imports Omnic SPG files.
|
 | ImportOrigin |
Imports Origin files.
|
 | ImportPrincetonInstrumentsSPE |
Imports Princeton Instruments SPE files.
|
 | ImportRamanCHADA |
Imports Raman CHADA files.
|
 | ImportRenishawWdf |
Imports Renishaw WDF files.
|
 | ImportWiTec |
Imports WITec files.
|
 | InsertDataRows |
Inserts multiple data rows.
|
 | InsertOneDataRow |
Inserts a single data row.
|
 | OpenDataColumnScriptDialog |
Opens the data-column script dialog.
|
 | OpenExtractTableDataScriptDialog |
Opens the extract-table-data script dialog.
|
 | OpenFileImportScriptDialog |
Opens the file-import script dialog.
|
 | OpenProcessSourceTablesScriptDialog |
Opens the process-source-tables script dialog.
|
 | OpenPropertyColumnScriptDialog |
Opens the property-column script dialog.
|
 | OpenTableScriptDialog |
Opens the worksheet table script dialog.
|
 | PlotBarChartNormal |
Plots the selected data as a normal bar chart.
|
 | PlotBarChartRelativeStack |
Plots the selected data as a relative stacked bar chart.
|
 | PlotBarChartStack |
Plots the selected data as a stacked bar chart.
|
 | PlotColumnChartNormal |
Plots the selected data as a normal column chart.
|
 | PlotColumnChartRelativeStack |
Plots the selected data as a relative stacked column chart.
|
 | PlotColumnChartStack |
Plots the selected data as a stacked column chart.
|
 | PlotCommands |
PlotCommands contains methods for creating different plot types.
|
 | PlotCommands3D |
PlotCommands contains methods for creating different plot types.
|
 | PlotCommonColumnsCommand |
Saves the options for the 'Plot common columns' command and contains the logic to execute that command with the stored options.
|
 | PlotDensityImage |
Plots the selected data as a density image.
|
 | PlotDensityImageFromXYZ |
Plots the selected XYZ data as a density image.
|
 | PlotLine |
Plots the selected data as a line plot.
|
 | PlotLineAndScatter |
Plots the selected data as a combined line and scatter plot.
|
 | PlotLineArea |
Plots the selected data as a line-area plot.
|
 | PlotLinePolar |
Plots the selected data as a polar line plot.
|
 | PlotLineRelativeStack |
Plots the selected data as a relative stacked line plot.
|
 | PlotLineStack |
Plots the selected data as a stacked line plot.
|
 | PlotLineWaterfall |
Plots the selected data as a waterfall plot.
|
 | PlotScatter |
Plots the selected data as a scatter plot.
|
 | PLSModelConditionEvaluator |
This condition is true if the active view content is a worksheet which contains PLS model data.
|
 | PLSPlotCrossPredictedVersusActualYIndividually |
Plots cross-predicted versus actual Y values for a PLS model.
|
 | PLSPlotCrossPRESSValue |
Plots the cross-validated PRESS value for a PLS model.
|
 | PLSPlotPredictedVersusActualYIndividually |
Plots predicted versus actual Y values for a PLS model.
|
 | PLSPlotPredictionScores |
Plots prediction scores for a PLS model.
|
 | PLSPlotPreprocessedSpectra |
Plots preprocessed spectra for a PLS model.
|
 | PLSPlotPRESSValue |
Plots the PRESS value for a PLS model.
|
 | PLSPlotXCrossResidualsIndividually |
Plots X cross-residuals for a PLS model.
|
 | PLSPlotXLeverage |
Plots X leverage values for a PLS model.
|
 | PLSPlotXResidualsIndividually |
Plots X residuals for a PLS model.
|
 | PLSPlotYCrossResidualsIndividually |
Plots Y cross-residuals for a PLS model.
|
 | PLSPlotYResidualsIndividually |
Plots Y residuals for a PLS model.
|
 | PLSQuestPreferredNumberOfFactors |
Queries the preferred number of PLS factors.
|
 | RemoveAllButSelected |
Removes all worksheet content except the current selection.
|
 | RenameColumn |
Renames the selected column.
|
 | RequeryTableDataSource |
Requeries the data source of the active worksheet.
|
 | RowCommands |
Contains static functions for handling row commands.
|
 | SaveAs |
Saves the active worksheet.
|
 | SaveAsTemplate |
Saves the active worksheet as a template.
|
 | SelectColumns |
Selects columns based on properties of the currently selected data column.
|
 | SelectedDataConditionEvaluator |
Evaluates conditions that depend on the number of selected data columns.
Valid values are all (all columns must be selected), none (no column must be selected),
one (exactly one column must be selected), any (one or more columns must be selected),
or a numeric column count.
|
 | SelectedPropertyConditionEvaluator |
Evaluates conditions that depend on the number of selected property columns.
Valid values are all (all columns must be selected), none (no column must be selected),
one (exactly one column must be selected), any (one or more columns must be selected),
or a numeric column count.
|
 | SetColumnAsError |
Marks the selected column as an error column.
|
 | SetColumnAsLabel |
Marks the selected column as a label column.
|
 | SetColumnAsNegativeError |
Marks the selected column as a negative error column.
|
 | SetColumnAsPositiveError |
Marks the selected column as a positive error column.
|
 | SetColumnAsValue |
Marks the selected column as a value column.
|
 | SetColumnAsX |
Marks the selected column as an X column.
|
 | SetColumnAsY |
Marks the selected column as a Y column.
|
 | SetColumnGroupNumber |
Sets the group number of the selected columns.
|
 | SetColumnPosition |
Sets the position of the selected column.
|
 | SetColumnValues |
Sets values of the selected data or property column.
|
 | SetRowPosition |
Sets the position of the selected row.
|
 | SortColumnsByPropertyColumnAscending |
Sorts columns by the selected property column in ascending order.
|
 | SortColumnsByPropertyColumnDescending |
Sorts columns by the selected property column in descending order.
|
 | SortTableAscending |
Sorts the table in ascending order.
|
 | SortTableDescending |
Sorts the table in descending order.
|
 | SpectroscopyFitPeaksInMultipleSpectra |
Opens the peak finding and fitting dialog for multiple spectra.
|
 | SpectroscopyPeakFindingFitting |
Opens the spectroscopy peak finding and fitting dialog.
|
 | SpectroscopyPreprocessing |
Opens the spectroscopy preprocessing dialog.
|
 | SpectroscopyRamanNeonCalibration |
Calibrates Raman data by using a neon spectrum.
|
 | SpectroscopyRamanSiliconCalibration |
Calibrates Raman data by using a silicon spectrum.
|
 | SpectroscopyYCalibration |
Calibrates the Y axis by using an intensity spectrum.
|
 | TableDataSourcePresentConditionEvaluator |
Evaluates whether a data source is present for the active table.
|
 | TableShowProperties |
Shows the properties of the active worksheet.
|
 | WorksheetClearDataAll |
Clears all worksheet data.
|
 | WorksheetClearDataOnly |
Clears only the data values of the active worksheet.
|
 | WorksheetClearDataTableShowDialog |
Opens the worksheet cleaning dialog.
|
 | WorksheetCommands |
WorksheetCommands contain operations concerning the worksheet itself, such as rename.
|
 | WorksheetDuplicate |
Duplicates the active worksheet.
|
 | WorksheetMoveTo |
Moves the active worksheet to another project folder.
|
 | WorksheetRemoveDataAndPropertyColumns |
Removes all data and property columns from the active worksheet.
|
 | WorksheetRemoveDataColumnsOnly |
Removes all data columns from the active worksheet.
|
 | WorksheetRemovePropertyColumnsOnly |
Removes all property columns from the active worksheet.
|
 | WorksheetRename |
Renames the active worksheet.
|
 | WorksheetTranspose |
Transposes the active worksheet.
|
 | XYVToMatrix |
Converts selected X-Y-value data into a matrix.
|