Uses of Class
adams.gui.chooser.FileChooserPanel
-
-
Uses of FileChooserPanel in adams.gui.application
Fields in adams.gui.application declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
TesseractSettingsPanel. m_PanelExecutable
the chooser for the executable. -
Uses of FileChooserPanel in adams.gui.chooser
Subclasses of FileChooserPanel in adams.gui.chooser Modifier and Type Class Description class
DatasetFileChooserPanel
A panel that contains a text field with the current file and a button for bringing up a ConverterFileChooser.class
SpreadSheetFileChooserPanel
A panel that contains a text field with the current file and a button for bringing up a SpreadSheetFileChooser. -
Uses of FileChooserPanel in adams.gui.dialog
Fields in adams.gui.dialog declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
AbstractFileExportDialog. m_PanelFile
the panel with the file.protected FileChooserPanel
AbstractFileImportDialog. m_PanelFile
the panel with the file. -
Uses of FileChooserPanel in adams.gui.flow
Fields in adams.gui.flow declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
ExportDialog. m_PanelFile
the panel with the file. -
Uses of FileChooserPanel in adams.gui.goe
Fields in adams.gui.goe declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
WekaExperimentFileEditor. m_PanelFile
the panel for selecting the experiment file. -
Uses of FileChooserPanel in adams.gui.tools
Fields in adams.gui.tools declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
SSHPanel. m_FileChooserPanelKey
the file panel for the key.protected FileChooserPanel
SSHPanel. m_FileChooserPanelKnownHosts
the file panel for the known hosts.protected FileChooserPanel
DiffPanel.LoadDialog. m_PanelFile1
the first file.protected FileChooserPanel
DiffPanel.LoadDialog. m_PanelFile2
the second file. -
Uses of FileChooserPanel in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
DeepLabCutCSVHandler.CombinedPanel. m_ChooserAlternative
the alternative location. -
Uses of FileChooserPanel in adams.gui.tools.wekainvestigator.datatable.action
Fields in adams.gui.tools.wekainvestigator.datatable.action declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
SaveIndexedSplitsRuns. m_PanelOutput
the chooser panel for the output file. -
Uses of FileChooserPanel in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
PreprocessTab. m_FileSerialize
the file to serialize the trained filter to. -
Uses of FileChooserPanel in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
IndexedSplitsRunsEvaluation. m_PanelFile
the chooser panel for the indexed splits file.protected FileChooserPanel
BuildModel. m_PanelModel
the serialized model.protected FileChooserPanel
ReevaluateModel. m_PanelModel
the serialized model. -
Uses of FileChooserPanel in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
BuildModel. m_PanelModel
the serialized model.protected FileChooserPanel
ReevaluateModel. m_PanelModel
the serialized model. -
Uses of FileChooserPanel in adams.gui.tools.wekamultiexperimenter.setup.weka
Fields in adams.gui.tools.wekamultiexperimenter.setup.weka declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
ArffOutputPanel. m_PanelFile
the file chooser panel.protected FileChooserPanel
CsvOutputPanel. m_PanelFile
the file chooser panel. -
Uses of FileChooserPanel in adams.gui.wizard
Fields in adams.gui.wizard declared as FileChooserPanel Modifier and Type Field Description protected FileChooserPanel
SelectFilePage. m_PanelFile
the panel for selecting the file.
-