Uses of Class
adams.gui.chooser.AbstractReportFileChooser
-
Packages that use AbstractReportFileChooser Package Description adams.gui.chooser adams.gui.visualization.report adams.gui.visualization.report.reportfactory -
-
Uses of AbstractReportFileChooser in adams.gui.chooser
Subclasses of AbstractReportFileChooser in adams.gui.chooser Modifier and Type Class Description classDefaultReportFileChooserA specialized JFileChooser that lists all available file Readers and Writers for sampledata reports.Methods in adams.gui.chooser with parameters of type AbstractReportFileChooser Modifier and Type Method Description protected static voidAbstractReportFileChooser. initFilters(AbstractReportFileChooser chooser, boolean reader, String[] classnames)initializes the ReportFileExtensionFilters. -
Uses of AbstractReportFileChooser in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as AbstractReportFileChooser Modifier and Type Field Description protected AbstractReportFileChooserReportFactory.Table. m_FileChooserthe file chooser for saving the report.Methods in adams.gui.visualization.report that return AbstractReportFileChooser Modifier and Type Method Description AbstractReportFileChooserReportFactory.Table. getReportFileChooser()Returns the file chooser in use.protected AbstractReportFileChooserReportFactory.Table. newReportFileChooser()Returns the file chooser to use for exporting the reports. -
Uses of AbstractReportFileChooser in adams.gui.visualization.report.reportfactory
Methods in adams.gui.visualization.report.reportfactory that return AbstractReportFileChooser Modifier and Type Method Description protected AbstractReportFileChooserAbstractTableAction. getFileChooser()Returns the underlying report file chooser.
-