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 class
DefaultReportFileChooser
A 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 void
AbstractReportFileChooser. 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 AbstractReportFileChooser
ReportFactory.Table. m_FileChooser
the file chooser for saving the report.Methods in adams.gui.visualization.report that return AbstractReportFileChooser Modifier and Type Method Description AbstractReportFileChooser
ReportFactory.Table. getReportFileChooser()
Returns the file chooser in use.protected AbstractReportFileChooser
ReportFactory.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 AbstractReportFileChooser
AbstractTableAction. getFileChooser()
Returns the underlying report file chooser.
-