net.sourceforge.jabm.report
Interface ReportWithGUI

All Superinterfaces:
EventListener, Report
All Known Implementing Classes:
BarChart, JFrameReportVariables, TimeSeriesChart

public interface ReportWithGUI
extends Report

A report which provides a graphical user-interface in the form of a swing JComponent.

 

Method Summary
 javax.swing.JComponent getComponent()
           
 
Methods inherited from interface net.sourceforge.jabm.report.Report
getName, getVariableBindings
 
Methods inherited from interface net.sourceforge.jabm.event.EventListener
eventOccurred
 

Method Detail

getComponent

javax.swing.JComponent getComponent()