Uses of Class
adams.gui.visualization.report.ReportContainer
-
Packages that use ReportContainer Package Description adams.gui.visualization.instance adams.gui.visualization.report adams.gui.visualization.spreadsheet -
-
Uses of ReportContainer in adams.gui.visualization.instance
Method parameters in adams.gui.visualization.instance with type arguments of type ReportContainer Modifier and Type Method Description static InstanceReportFactory.PanelInstanceReportFactory. getPanel(List<ReportContainer> reports)Returns a new table for the given reports. -
Uses of ReportContainer in adams.gui.visualization.report
Classes in adams.gui.visualization.report with type parameters of type ReportContainer Modifier and Type Class Description static classReportFactory.Dialog<C extends ReportContainer,M extends ReportContainerManager>A specialized dialog that displays reports.static classReportFactory.Panel<C extends ReportContainer,M extends ReportContainerManager>A specialized panel that displays reports.Methods in adams.gui.visualization.report that return ReportContainer Modifier and Type Method Description ReportContainerReportContainerManager. getVisible(int index)Returns the nth visible container.ReportContainerReportContainerManager. newContainer(Comparable o)Returns a new container containing the given payload.Methods in adams.gui.visualization.report that return types with arguments of type ReportContainer Modifier and Type Method Description List<ReportContainer>ReportContainerManager. getAllVisible()Returns (a copy of) all currently stored containers.Methods in adams.gui.visualization.report with parameters of type ReportContainer Modifier and Type Method Description StringReportContainerDisplayIDGenerator. getDisplay(ReportContainer c)Returns the display ID for the report.protected booleanReportContainerManager. isMatch(ReportContainer cont, String search, boolean regExp)Returns whether the container matches the current search.Method parameters in adams.gui.visualization.report with type arguments of type ReportContainer Modifier and Type Method Description static ReportFactory.PanelReportFactory. getPanel(List<ReportContainer> reports)Returns a new table for the given reports. -
Uses of ReportContainer in adams.gui.visualization.spreadsheet
Method parameters in adams.gui.visualization.spreadsheet with type arguments of type ReportContainer Modifier and Type Method Description static SpreadSheetRowReportFactory.PanelSpreadSheetRowReportFactory. getPanel(List<ReportContainer> reports)Returns a new table for the given reports.
-