Uses of Class
adams.gui.visualization.report.ReportFactory.Model
-
-
Uses of ReportFactory.Model in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as ReportFactory.Model Modifier and Type Field Description protected ReportFactory.ModelImagePanel. m_ModelPropertiesthe table model with all the properties. -
Uses of ReportFactory.Model in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance that return ReportFactory.Model Modifier and Type Method Description static ReportFactory.ModelInstanceReportFactory. getModel(Report report)Returns a new model for the given report.Methods in adams.gui.visualization.instance with parameters of type ReportFactory.Model Modifier and Type Method Description protected InstanceReportFactory.TableInstanceReportFactory.Panel. newTable(ReportFactory.Model model)Returns a new table instance. -
Uses of ReportFactory.Model in adams.gui.visualization.object.annotationsdisplay
Fields in adams.gui.visualization.object.annotationsdisplay declared as ReportFactory.Model Modifier and Type Field Description protected ReportFactory.ModelDefaultAnnotationsDisplayPanel. m_ModelReportthe table model with the report. -
Uses of ReportFactory.Model in adams.gui.visualization.report
Methods in adams.gui.visualization.report that return ReportFactory.Model Modifier and Type Method Description static ReportFactory.ModelReportFactory. getModel(Report report)Returns a new model for the given report.protected ReportFactory.ModelReportFactory.Panel. newModel(Report report)Creates a new table model from the report.Methods in adams.gui.visualization.report with parameters of type ReportFactory.Model Modifier and Type Method Description protected ReportFactory.TableReportFactory.Panel. newTable(ReportFactory.Model model)Creates a new table. -
Uses of ReportFactory.Model in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet that return ReportFactory.Model Modifier and Type Method Description static ReportFactory.ModelSpreadSheetRowReportFactory. getModel(Report report)Returns a new model for the given report.Methods in adams.gui.visualization.spreadsheet with parameters of type ReportFactory.Model Modifier and Type Method Description protected SpreadSheetRowReportFactory.TableSpreadSheetRowReportFactory.Panel. newTable(ReportFactory.Model model)Returns a new table instance.
-