Uses of Class
adams.gui.chooser.DatasetFileChooserPanel
-
Packages that use DatasetFileChooserPanel Package Description adams.gui.tools.weka adams.gui.visualization.instance adams.gui.wizard -
-
Uses of DatasetFileChooserPanel in adams.gui.tools.weka
Methods in adams.gui.tools.weka that return DatasetFileChooserPanel Modifier and Type Method Description protected DatasetFileChooserPanel
CostCurvePanel. createChooserPanel()
Generates the panel to use. -
Uses of DatasetFileChooserPanel in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as DatasetFileChooserPanel Modifier and Type Field Description protected DatasetFileChooserPanel
LoadDatasetDialog. m_FilePanel
for selecting the dataset file.protected DatasetFileChooserPanel
InstanceComparePanel.DatasetPanel. m_PanelDataset
the panel for loading the file. -
Uses of DatasetFileChooserPanel in adams.gui.wizard
Fields in adams.gui.wizard declared as DatasetFileChooserPanel Modifier and Type Field Description protected DatasetFileChooserPanel
WekaSelectDatasetPage. m_PanelFile
the panel for selecting the file.
-