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.Model
ImagePanel. m_ModelProperties
the 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.Model
InstanceReportFactory. 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.Table
InstanceReportFactory.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.Model
DefaultAnnotationsDisplayPanel. m_ModelReport
the 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.Model
ReportFactory. getModel(Report report)
Returns a new model for the given report.protected ReportFactory.Model
ReportFactory.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.Table
ReportFactory.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.Model
SpreadSheetRowReportFactory. 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.Table
SpreadSheetRowReportFactory.Panel. newTable(ReportFactory.Model model)
Returns a new table instance.
-