|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.gui.visualization.report.ReportFactory
adams.gui.visualization.instance.InstanceReportFactory
public class InstanceReportFactory
A factory for GUI components for Instance-related reports.
| Nested Class Summary | |
|---|---|
static class |
InstanceReportFactory.Panel
A specialized panel that displays reports. |
static class |
InstanceReportFactory.Table
A specialized table for displaying a Report. |
| Nested classes/interfaces inherited from class adams.gui.visualization.report.ReportFactory |
|---|
ReportFactory.Dialog<C extends ReportContainer,M extends ReportContainerManager>, ReportFactory.Model, ReportFactory.StandardsDialog |
| Constructor Summary | |
|---|---|
InstanceReportFactory()
|
|
| Method Summary | |
|---|---|
static ReportFactory.Model |
getModel(Report report)
Returns a new model for the given report. |
static BasePanel |
getPanel(Report report)
Returns a new panel for the given report. |
static InstanceReportFactory.Panel |
getPanel(Vector<Container> reports)
Returns a new table for the given reports. |
static InstanceReportFactory.Panel |
getPanelForReports(Vector reports)
Returns a new table for the given reports. |
static InstanceReportFactory.Table |
getTable(Report report)
Returns a new table for the given report. |
| Methods inherited from class adams.gui.visualization.report.ReportFactory |
|---|
getDialog, getDialog, getPanel, getStandardsDialog, getStandardsDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceReportFactory()
| Method Detail |
|---|
public static ReportFactory.Model getModel(Report report)
report - the report to create a model for
public static InstanceReportFactory.Table getTable(Report report)
report - the report to create a table for
public static BasePanel getPanel(Report report)
report - the report to create a table/panel for
public static InstanceReportFactory.Panel getPanel(Vector<Container> reports)
reports - the reports to create a tabbed pane for
public static InstanceReportFactory.Panel getPanelForReports(Vector reports)
reports - the reports to create a tabbed pane for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||