|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> [ report overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.pjsofts.eurobudget.report
Interface ReportView

- 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()
|
|||||||||
| Home >> All >> com >> pjsofts >> eurobudget >> [ report overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC