Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.pjsofts.eurobudget.report
Interface ReportView  view ReportView download ReportView.java

All Known Implementing Classes:
ReportViewImpl, ReportViewJFreeChart

public interface ReportView

Display a report a Container that accepts Report data, and to be show as as a JFrame It could define by itself how it will display data in one or many form (text,graphs,bars, 3D, stats,...)


Method Summary
 java.lang.String getTitle()
           
 javax.swing.JComponent getView()
           
 void setData(ReportData data)
          link to a report data, add this as a listener to the data ?? or should do a controller ??
 

Method Detail

setData

public void setData(ReportData data)
link to a report data, add this as a listener to the data ?? or should do a controller ??


getTitle

public java.lang.String getTitle()

getView

public javax.swing.JComponent getView()