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.Panel
ReportDisplay. m_Panel
the 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 class
InstanceReportFactory.Panel
A specialized panel that displays reports.Fields in adams.gui.visualization.instance declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.Panel
InstanceExplorer. m_Reports
the 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_Panel
the panel for displaying the reports.Methods in adams.gui.visualization.report that return ReportFactory.Panel Modifier and Type Method Description static ReportFactory.Panel
ReportFactory. getPanel(List<ReportContainer> reports)
Returns a new table for the given reports.static ReportFactory.Panel
ReportFactory. 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 class
SpreadSheetRowReportFactory.Panel
A specialized panel that displays reports.Fields in adams.gui.visualization.spreadsheet declared as ReportFactory.Panel Modifier and Type Field Description protected ReportFactory.Panel
SpreadSheetExplorer. m_Reports
the 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.Panel
TimeseriesExplorer. m_Reports
the sample data reports.
-