Uses of Class
adams.gui.visualization.report.ReportFactory.Panel
-
Packages that use ReportFactory.Panel Package Description adams.flow.sink adams.gui.visualization.instance adams.gui.visualization.report adams.gui.visualization.spreadsheet adams.gui.visualization.timeseries -
-
Uses of ReportFactory.Panel in adams.flow.sink
Fields in adams.flow.sink declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.PanelReportDisplay. m_Panelthe panel. -
Uses of ReportFactory.Panel in adams.gui.visualization.instance
Subclasses of ReportFactory.Panel in adams.gui.visualization.instance Modifier and Type Class Description static classInstanceReportFactory.PanelA specialized panel that displays reports.Fields in adams.gui.visualization.instance declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.PanelInstanceExplorer. m_Reportsthe reports. -
Uses of ReportFactory.Panel in adams.gui.visualization.report
Fields in adams.gui.visualization.report declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.Panel<C,M>ReportFactory.Dialog. m_Panelthe panel for displaying the reports.Methods in adams.gui.visualization.report that return ReportFactory.Panel Modifier and Type Method Description static ReportFactory.PanelReportFactory. getPanel(List<ReportContainer> reports)Returns a new table for the given reports.static ReportFactory.PanelReportFactory. getPanelForReports(List reports)Returns a new table for the given reports.protected ReportFactory.Panel<C,M>ReportFactory.Dialog. newPanel()Returns a new tabbed pane instance. -
Uses of ReportFactory.Panel in adams.gui.visualization.spreadsheet
Subclasses of ReportFactory.Panel in adams.gui.visualization.spreadsheet Modifier and Type Class Description static classSpreadSheetRowReportFactory.PanelA specialized panel that displays reports.Fields in adams.gui.visualization.spreadsheet declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.PanelSpreadSheetExplorer. m_Reportsthe reports. -
Uses of ReportFactory.Panel in adams.gui.visualization.timeseries
Fields in adams.gui.visualization.timeseries declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.PanelTimeseriesExplorer. m_Reportsthe sample data reports.
-