Uses of Class
adams.gui.chooser.DefaultReportFileChooser
-
Packages that use DefaultReportFileChooser Package Description adams.gui.visualization.image adams.gui.visualization.image.plugins -
-
Uses of DefaultReportFileChooser in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as DefaultReportFileChooser Modifier and Type Field Description protected DefaultReportFileChooser
ImagePanel.PaintPanel. m_ReportFileChooser
the filechooser for reports.Methods in adams.gui.visualization.image that return DefaultReportFileChooser Modifier and Type Method Description protected DefaultReportFileChooser
ImagePanel.PaintPanel. getReportFileChooser()
Returns the report filechooser to use. -
Uses of DefaultReportFileChooser in adams.gui.visualization.image.plugins
Methods in adams.gui.visualization.image.plugins that return DefaultReportFileChooser Modifier and Type Method Description protected DefaultReportFileChooser
DisplayObjectLocationsFromReport. configureFileChooser(File file)
Configures the filechooser for selecting the report.
-