Uses of Class
adams.gui.wizard.WizardPane
-
Packages that use WizardPane Package Description adams.gui.tools.weka adams.gui.visualization.timeseries -
-
Uses of WizardPane in adams.gui.tools.weka
Fields in adams.gui.tools.weka declared as WizardPane Modifier and Type Field Description protected WizardPane
AppendDatasetsPanel. m_Wizard
the wizard pane.protected WizardPane
BatchFilterDatasetsPanel. m_Wizard
the wizard pane. -
Uses of WizardPane in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as WizardPane Modifier and Type Field Description protected WizardPane
TimeseriesImportDatabaseDialog. m_PaneWizard
the wizard.Methods in adams.gui.visualization.timeseries that return WizardPane Modifier and Type Method Description WizardPane
TimeseriesImportDatabaseDialog. getWizard()
Returns the wizard pane.
-