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

Quick Search    Search Deep

Package com.pjsofts.eurobudget.report

Interface Summary
Grouper  
Report Report Default ones (TO DO): # DEPENSES 1 Repartition (/ctg) 1 Bénéficiaire (/entity) 1 Flux d'argent mensuel (revenues+beneficiaires) 1 Par Catégories (2eme niveau) 1 Dépenses/Revenues 3 Budget(objectif, plafond, gestion,...) # AVOIRS 3 Situation Patrimonial ( à terme) 2 Soldes de comptes 1 Historiques des soldes # DETTES A venir Debit, credit du mois Debit, credit du mois sur CB Pret # PLACEMENTS Interets, Cours # IMPOTS Transactions inclut ds ref fiscal de l'année.
ReportData Data of a Report List of ReportGroups which may contain themselves other ReportGroup or ReportItem Root datas are always ReportGroup
ReportSaved Saved part of a report
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,...)
 

Class Summary
CustomReport  
GlobalReport  
GraphicPanel Display a panel with one graphic for this list of transactions
GrouperLib Centralize all grouping method another idea of implementation: grouping is like a sort.
PeriodGrouper Grouper by period (month, year, quarter, semester,week,day)
ReportChoice Define a report choice for report presentation (kind, shape, etc ..) Bean.
ReportDataImpl  
ReportGroup A group in report.
ReportItem a line or item in a report
ReportLib Other utilities methods helping in creation of reports
ReportPanel This panel allows the user to set his choices of report.
ReportViewImpl Text Basic implementation.
ReportViewJFreeChart Try with JFreeChart(http://www.object-refinery.com/jfreechart/index.html)