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

Quick Search    Search Deep
A B C D E F G I J K L M N P R S T U V

A

ATT_GROUP - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_GROUP_LABEL - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_GROUP_PCT - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_GROUP_VALUE - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_ITEM - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_ITEM_LABEL - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_ITEM_PCT - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_ITEM_VALUE - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_SUBTITLE - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
ATT_TITLE - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
actionPerformed(ActionEvent) - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
Invoked when an action occurs.
addOneGroupLevel(List, Grouper) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Group each given lists with a new grouper
addOneGroupLevel(Map, Grouper) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Group each given lists with a new grouper

B

balancePanel - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 

C

CustomReport - class com.pjsofts.eurobudget.report.CustomReport.
 
CustomReport(DataModel, TxnSearchParam) - Constructor for class com.pjsofts.eurobudget.report.CustomReport
Creates a new instance of GlobalReport
cardPanel - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
check3D - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
check3DActionPerformed(ActionEvent) - Method in class com.pjsofts.eurobudget.report.ReportPanel
 
choice - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
clone() - Method in class com.pjsofts.eurobudget.report.ReportChoice
 
com.pjsofts.eurobudget.report - package com.pjsofts.eurobudget.report
 
comp - Variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
comp - Variable in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
computeDepth() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
computeMaxLength() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
copyToClipboardActionPerformed() - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
 

D

data - Variable in class com.pjsofts.eurobudget.report.CustomReport
 
data - Variable in class com.pjsofts.eurobudget.report.GlobalReport
 
data - Variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
data - Variable in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
Data as our report
depth - Variable in class com.pjsofts.eurobudget.report.ReportGroup
Depth = depth of the tree of report, maximum number of report group under this group depth = 0; means only report items in this group depth = 1; means it contains at least one group of depth 0; depth = n+1; means it contains at least one group of depth n;
details - Variable in class com.pjsofts.eurobudget.report.ReportItem
list of txns ??
displayButton - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
displayButtonActionPerformed(ActionEvent) - Method in class com.pjsofts.eurobudget.report.ReportPanel
 
displayGroup(DefaultStyledDocument, ReportGroup, int) - Static method in class com.pjsofts.eurobudget.report.ReportViewImpl
 
displayItem(DefaultStyledDocument, ReportItem, int) - Static method in class com.pjsofts.eurobudget.report.ReportViewImpl
 

E

emptyPanel - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
exportActionPerformed() - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
 

F

fillDataSet(DefaultCategoryDataset, String[], Object[], Number[][]) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
fill the given dataset with values of arrays.
formPanel - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
fromGroupList - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 

G

GROUP_CTG_GROUP - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
 
GROUP_CTG_MAIN - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
 
GROUP_CTG_PAIR - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
 
GROUP_CTG_TYPE - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
Cost/Revenues/Special
GROUP_ENTITY - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
 
GROUP_TYPE - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
Payment, Virement, Related, ...
GlobalReport - class com.pjsofts.eurobudget.report.GlobalReport.
 
GlobalReport(Period) - Constructor for class com.pjsofts.eurobudget.report.GlobalReport
Creates a new instance of GlobalReport
GraphicPanel - class com.pjsofts.eurobudget.report.GraphicPanel.
Display a panel with one graphic for this list of transactions
GraphicPanel(ReportChoice, List) - Constructor for class com.pjsofts.eurobudget.report.GraphicPanel
Creates new form GraphicPanel
Grouper - interface com.pjsofts.eurobudget.report.Grouper.
 
GrouperLib - class com.pjsofts.eurobudget.report.GrouperLib.
Centralize all grouping method another idea of implementation: grouping is like a sort.
GrouperLib() - Constructor for class com.pjsofts.eurobudget.report.GrouperLib
 
getBarData(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getCategories(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getCategorySeries(ReportGroup, int) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getChartPanel(ReportChoice, ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getChoice() - Method in class com.pjsofts.eurobudget.report.ReportPanel
 
getData() - Method in class com.pjsofts.eurobudget.report.CustomReport
 
getData() - Method in class com.pjsofts.eurobudget.report.GlobalReport
 
getData() - Method in interface com.pjsofts.eurobudget.report.Report
 
getDepth() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
getGroupers() - Method in class com.pjsofts.eurobudget.report.ReportChoice
Getter for property groupers.
getKey(Transaction) - Method in interface com.pjsofts.eurobudget.report.Grouper
a Key is a label(toString())
getKey(Transaction) - Method in class com.pjsofts.eurobudget.report.PeriodGrouper
a Key is a label(toString())
getKind() - Method in class com.pjsofts.eurobudget.report.ReportChoice
Getter for property kind.
getKind() - Method in class com.pjsofts.eurobudget.report.ReportGroup
Getter for property kind.
getLabel() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
getLineCategories(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getLineData(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getLineSeriesNames(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
always one serie only
getList() - Method in class com.pjsofts.eurobudget.report.ReportGroup
of ReportItem or ReportGroup
getMaxChildrenSize() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
getOneCategory(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getPct() - Method in class com.pjsofts.eurobudget.report.ReportGroup
Getter for property pct.
getPeriodKind() - Method in class com.pjsofts.eurobudget.report.ReportChoice
Getter for property period.
getPieData(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
to create a pie data set
getReport() - Method in interface com.pjsofts.eurobudget.report.ReportSaved
 
getRootGroups() - Method in interface com.pjsofts.eurobudget.report.ReportData
of ReportGroup
getRootGroups() - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
 
getSeriesNames(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getShape() - Method in class com.pjsofts.eurobudget.report.ReportChoice
Getter for property shape.
getShapeHint() - Method in class com.pjsofts.eurobudget.report.ReportGroup
Getter for property shapeHint.
getSubTitle() - Method in interface com.pjsofts.eurobudget.report.ReportData
 
getSubTitle() - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
 
getSum() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
getTextPanel(ReportGroup) - Static method in class com.pjsofts.eurobudget.report.ReportViewImpl
 
getTitle() - Method in interface com.pjsofts.eurobudget.report.ReportData
 
getTitle() - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
 
getTitle() - Method in interface com.pjsofts.eurobudget.report.ReportView
 
getTitle() - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
 
getTitle() - Method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
getTransferData(DataFlavor) - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTxnsList() - Method in class com.pjsofts.eurobudget.report.ReportPanel
Getter for property txnsList.
getView() - Method in interface com.pjsofts.eurobudget.report.ReportView
 
getView() - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
 
getView() - Method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
groupByForAllAccounts(DataModel, Grouper) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
 
groupBySums(List, Grouper) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Grouper is equivalent of reflection on field
groupListBy(List, Grouper, boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Convenient method
groupListBy(String, List, Grouper, boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Convenient method
groupListBy(List, Grouper[], boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Convenient method
groupListBy(String, List, Collection, boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Convenient method
groupListBy(String, List, Grouper[], boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Convenient method
groupPanel - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
groupers - Variable in class com.pjsofts.eurobudget.report.ReportChoice
used by KIND_GROUP

I

i18n - Static variable in class com.pjsofts.eurobudget.report.GrouperLib
 
i18n - Static variable in class com.pjsofts.eurobudget.report.PeriodGrouper
 
i18n - Static variable in class com.pjsofts.eurobudget.report.ReportPanel
 
i8n - Static variable in class com.pjsofts.eurobudget.report.CustomReport
 
i8n - Static variable in class com.pjsofts.eurobudget.report.GlobalReport
 
i8n - Static variable in class com.pjsofts.eurobudget.report.GraphicPanel
 
i8n - Static variable in class com.pjsofts.eurobudget.report.ReportGroup
 
i8n - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
i8n - Static variable in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
 
initComponents() - Method in class com.pjsofts.eurobudget.report.GraphicPanel
This method is called from within the constructor to initialize the form.
initComponents() - Method in class com.pjsofts.eurobudget.report.ReportPanel
This method is called from within the constructor to initialize the form.
initGraphic(ReportChoice, List) - Method in class com.pjsofts.eurobudget.report.GraphicPanel
 
instance - Static variable in class com.pjsofts.eurobudget.report.ReportPanel
 
instance() - Static method in class com.pjsofts.eurobudget.report.ReportPanel
common report panel if want to reused ..
isDataFlavorSupported(DataFlavor) - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DataFlavor) - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
Returns whether or not the specified data flavor is supported for this object.
isShape3D() - Method in class com.pjsofts.eurobudget.report.ReportChoice
Getter for property shape3D.

J

jSplitPane1 - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
joinSums(TreeMap, Map) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
add map2 to map

K

KIND_BALANCE - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
Historical Balance report (no pourcentage, no group, depth=0, group value is last item value)
KIND_GROUP - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
Standard grouping report (pourcentage, group, depth=0,1,2, group value is sum of all items value)
KIND_GROUP_PERIOD - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
Historical flow report (no pourcentage, no group, depth=0, group value is sum of all items value) January +5 / February -5
KIND_TOTALS_DC - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
DEBIT / CREDIT
KIND_TOTALS_DCS - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
DEBIT / CREDIT /SAVING
kind - Variable in class com.pjsofts.eurobudget.report.PeriodGrouper
 
kind - Variable in class com.pjsofts.eurobudget.report.ReportChoice
high purpose of this report, may define how to use report data and how to display it.
kind - Variable in class com.pjsofts.eurobudget.report.ReportGroup
high purpose of this report, may define how to use report data and how to display it
kindList - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
kindListValueChanged(ListSelectionEvent) - Method in class com.pjsofts.eurobudget.report.ReportPanel
Change the card panel depending of selection of report kind

L

label - Variable in class com.pjsofts.eurobudget.report.ReportGroup
label
label - Variable in class com.pjsofts.eurobudget.report.ReportItem
label
list - Variable in class com.pjsofts.eurobudget.report.ReportGroup
All items included in this group, ReportItems or ReportGroups instances
listToBalanceReport(String, List, int, boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
 
lostOwnership(Clipboard, Transferable) - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
Notifies this object that it is no longer the owner of the contents of the clipboard.

M

mapToListOfSums(Map, boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
 
mapToReportList(Map, boolean) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Finally convert all list of map to list of Report items sorted recursive call ..
maxChildrenSize - Variable in class com.pjsofts.eurobudget.report.ReportGroup
maximum number of items in groups included in this one if the group is seen as a two dimension array [] [] , meaning items of included groups are all the same set of labels (name of series) rows will be group-items of this group (categories) and columns will be items of those included groups (series)

N

newWindowButton - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
newWindowButtonActionPerformed(ActionEvent) - Method in class com.pjsofts.eurobudget.report.ReportPanel
 

P

PeriodGrouper - class com.pjsofts.eurobudget.report.PeriodGrouper.
Grouper by period (month, year, quarter, semester,week,day)
PeriodGrouper(int) - Constructor for class com.pjsofts.eurobudget.report.PeriodGrouper
Creates a new instance of PeriodGrouper
pct - Variable in class com.pjsofts.eurobudget.report.ReportGroup
Pourcentage for this group sum, if it is included in another group Number between 0 and 1
pct - Variable in class com.pjsofts.eurobudget.report.ReportItem
pourcentage value from the group Number between 0 and 1
periodComboBox - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
periodKind - Variable in class com.pjsofts.eurobudget.report.ReportChoice
defines the period used for historical, balance used only with KIND_BALANCE, KING_GROUP_PERIOD

R

Report - interface com.pjsofts.eurobudget.report.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.
ReportChoice - class com.pjsofts.eurobudget.report.ReportChoice.
Define a report choice for report presentation (kind, shape, etc ..) Bean.
ReportChoice() - Constructor for class com.pjsofts.eurobudget.report.ReportChoice
Creates a new instance of ReportChoice
ReportData - interface com.pjsofts.eurobudget.report.ReportData.
Data of a Report List of ReportGroups which may contain themselves other ReportGroup or ReportItem Root datas are always ReportGroup
ReportDataImpl - class com.pjsofts.eurobudget.report.ReportDataImpl.
 
ReportDataImpl() - Constructor for class com.pjsofts.eurobudget.report.ReportDataImpl
Creates a new instance of ReportDataImpl
ReportGroup - class com.pjsofts.eurobudget.report.ReportGroup.
A group in report.
ReportGroup(String, List, Number, int, int) - Constructor for class com.pjsofts.eurobudget.report.ReportGroup
Creates a new instance of ReportGroup
ReportGroup(String, List, Number) - Constructor for class com.pjsofts.eurobudget.report.ReportGroup
convenient constructor, defaut shape and kind to not defined
ReportItem - class com.pjsofts.eurobudget.report.ReportItem.
a line or item in a report
ReportItem(String, Number, Object) - Constructor for class com.pjsofts.eurobudget.report.ReportItem
Creates a new instance of ReportItem
ReportLib - class com.pjsofts.eurobudget.report.ReportLib.
Other utilities methods helping in creation of reports
ReportLib() - Constructor for class com.pjsofts.eurobudget.report.ReportLib
Creates a new instance of ReportLib
ReportPanel - class com.pjsofts.eurobudget.report.ReportPanel.
This panel allows the user to set his choices of report.
ReportPanel() - Constructor for class com.pjsofts.eurobudget.report.ReportPanel
Creates new form ReportDialog
ReportSaved - interface com.pjsofts.eurobudget.report.ReportSaved.
Saved part of a report
ReportView - interface com.pjsofts.eurobudget.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,...)
ReportViewImpl - class com.pjsofts.eurobudget.report.ReportViewImpl.
Text Basic implementation.
ReportViewImpl() - Constructor for class com.pjsofts.eurobudget.report.ReportViewImpl
Creates a new instance of ReportViewImpl link to a report data, add this as a listener to the data ?? or should do a controller ??
ReportViewJFreeChart - class com.pjsofts.eurobudget.report.ReportViewJFreeChart.
Try with JFreeChart(http://www.object-refinery.com/jfreechart/index.html)
ReportViewJFreeChart() - Constructor for class com.pjsofts.eurobudget.report.ReportViewJFreeChart
Creates a new instance of ReportViewJFreeChart
reportPanel - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
rootGroups - Variable in class com.pjsofts.eurobudget.report.ReportDataImpl
 

S

SHAPE_AREA - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
 
SHAPE_BAR - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
 
SHAPE_LINE - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
 
SHAPE_PIE - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
 
SHAPE_TEXT - Static variable in class com.pjsofts.eurobudget.report.ReportChoice
 
setData(ReportData) - Method in interface com.pjsofts.eurobudget.report.ReportView
link to a report data, add this as a listener to the data ?? or should do a controller ??
setData(ReportData) - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
link to a report data, add this as a listener to the data ?? or should do a controller ??
setData(ReportData) - Method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
link to a report data, add this as a listener to the data ?? or should do a controller ??
setGrouper(Grouper[]) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property groupers.
setKind(Integer) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property kind.
setKind(int) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property kind.
setKind(int) - Method in class com.pjsofts.eurobudget.report.ReportGroup
Setter for property kind.
setLabel(String) - Method in class com.pjsofts.eurobudget.report.ReportGroup
Setter for property label.
setPct(Number) - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
setPeriodKind(int) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property period.
setRootGroups(List) - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
Setter for property rootGroups.
setShape(Integer) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property shape.
setShape(int) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property shape.
setShape3D(boolean) - Method in class com.pjsofts.eurobudget.report.ReportChoice
Setter for property shape3D.
setShapeHint(int) - Method in class com.pjsofts.eurobudget.report.ReportGroup
Setter for property shapeHint.
setSubTitle(String) - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
 
setTitle(String) - Method in class com.pjsofts.eurobudget.report.ReportDataImpl
 
setTxnsList(List) - Method in class com.pjsofts.eurobudget.report.ReportPanel
Setter for property txnsList.
shape - Variable in class com.pjsofts.eurobudget.report.ReportChoice
hint on how to make a graphical representation of this group of data a ReportGroup can't be displayed by all kind of graphics, instead each report group has only a limited set of possible displayed, that could be known only by the creator of the report group.
shape3D - Variable in class com.pjsofts.eurobudget.report.ReportChoice
 
shapeComboBox - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
shapeHint - Variable in class com.pjsofts.eurobudget.report.ReportGroup
hint on how to make a graphical representation of this group of data a ReportGroup can't be displayed by all kind of graphics, instead each report group has only a limited set of possible displayed, that could be known only by the creator of the report group.
subtitle - Variable in class com.pjsofts.eurobudget.report.ReportDataImpl
 
sum - Variable in class com.pjsofts.eurobudget.report.ReportGroup
totals of all items values included in this group
sumGroupLevel(Map) - Static method in class com.pjsofts.eurobudget.report.GrouperLib
Final grouping: convert list of txns to sums

T

TABSET - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
TABSTOPS - Static variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
textPane - Variable in class com.pjsofts.eurobudget.report.ReportViewImpl
 
title - Variable in class com.pjsofts.eurobudget.report.ReportDataImpl
 
toGroupList - Variable in class com.pjsofts.eurobudget.report.ReportPanel
 
toString() - Method in class com.pjsofts.eurobudget.report.PeriodGrouper
 
toXMLString() - Method in class com.pjsofts.eurobudget.report.ReportGroup
 
toXMLString() - Method in class com.pjsofts.eurobudget.report.ReportItem
 
txnsList - Variable in class com.pjsofts.eurobudget.report.ReportPanel
the list of beans transactions

U

updateBean() - Method in class com.pjsofts.eurobudget.report.ReportPanel
update bean from gui components
updateViewData() - Method in class com.pjsofts.eurobudget.report.ReportViewImpl
called each time the report data is changed update the view to reflect the last report data set precondition this.data != null
updateViewData() - Method in class com.pjsofts.eurobudget.report.ReportViewJFreeChart
called each time the report data is changed update the view to reflect the last report data set precondition this.data != null postcondition this.comp != null

V

value - Variable in class com.pjsofts.eurobudget.report.ReportItem
Number or double ??? number as we don't expect to have so many report items (!= transactions)

A B C D E F G I J K L M N P R S T U V