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.Panel
InstanceReportFactory. 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 class
ReportFactory.Dialog<C extends ReportContainer,M extends ReportContainerManager>
A specialized dialog that displays reports.static class
ReportFactory.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 ReportContainer
ReportContainerManager. getVisible(int index)
Returns the nth visible container.ReportContainer
ReportContainerManager. 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 String
ReportContainerDisplayIDGenerator. getDisplay(ReportContainer c)
Returns the display ID for the report.protected boolean
ReportContainerManager. 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.Panel
ReportFactory. 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.Panel
SpreadSheetRowReportFactory. getPanel(List<ReportContainer> reports)
Returns a new table for the given reports.
-