Uses of Class
adams.gui.chooser.SpreadSheetFileChooser
-
-
Uses of SpreadSheetFileChooser in adams.flow.execution
Fields in adams.flow.execution declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
AbstractFlowExecutionListenerWithTable. m_FileChooser
the file chooser for saving the spreadsheet.Methods in adams.flow.execution that return SpreadSheetFileChooser Modifier and Type Method Description protected SpreadSheetFileChooser
AbstractFlowExecutionListenerWithTable. getFileChooser()
Returns the filechooser for saving the table as spreadsheet. -
Uses of SpreadSheetFileChooser in adams.gui.chooser
Fields in adams.gui.chooser declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
SpreadSheetFileChooserPanel. m_FileChooser
the filechooser for selecting the dataset. -
Uses of SpreadSheetFileChooser in adams.gui.core
Fields in adams.gui.core declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
BaseTable. m_FileChooser
the file chooser for saving the spreadsheet.Methods in adams.gui.core that return SpreadSheetFileChooser Modifier and Type Method Description protected SpreadSheetFileChooser
BaseTable. getFileChooser()
Returns the filechooser for saving the table as spreadsheet. -
Uses of SpreadSheetFileChooser in adams.gui.dialog
Fields in adams.gui.dialog declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
SpreadSheetPanel. m_FileChooser
the filedialog for saving the spreadsheet. -
Uses of SpreadSheetFileChooser in adams.gui.tools
Fields in adams.gui.tools declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
AbstractManagementPanel. m_FileChooser
the file chooser for saving the spreadsheet.protected SpreadSheetFileChooser
SpreadSheetViewerPanel. m_FileChooser
the filedialog for loading CSV files.Methods in adams.gui.tools that return SpreadSheetFileChooser Modifier and Type Method Description protected SpreadSheetFileChooser
AbstractManagementPanel. getFileChooser()
Returns the filechooser for saving the table as spreadsheet. -
Uses of SpreadSheetFileChooser in adams.gui.tools.wekainvestigator.output
Methods in adams.gui.tools.wekainvestigator.output that return SpreadSheetFileChooser Modifier and Type Method Description protected SpreadSheetFileChooser
TableContentPanel. createFileChooser()
Creates the filechooser to use. -
Uses of SpreadSheetFileChooser in adams.gui.tools.wekainvestigator.source
Fields in adams.gui.tools.wekainvestigator.source declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
SpreadSheet. m_FileChooser
the filechooser. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
InstancePanel. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.sequence
Fields in adams.gui.visualization.sequence declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
XYSequencePanel. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
SpreadSheetRowPanel. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.stats.fourinone
Fields in adams.gui.visualization.stats.fourinone declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
VersusFit. m_FileChooser
the file chooser for saving a specific sequence.protected SpreadSheetFileChooser
VersusOrder. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.stats.histogram
Fields in adams.gui.visualization.stats.histogram declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
Histogram. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.stats.probabilityplot
Fields in adams.gui.visualization.stats.probabilityplot declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
NormalPlot. m_FileChooser
the file chooser for saving a specific sequence.protected SpreadSheetFileChooser
ProbabilityPlot. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
ScatterPlot. m_FileChooser
the file chooser for saving a specific sequence. -
Uses of SpreadSheetFileChooser in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as SpreadSheetFileChooser Modifier and Type Field Description protected SpreadSheetFileChooser
ZScore. m_FileChooser
the file chooser for saving a specific sequence.
-