- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 33 of file BalanceTree.java.
◆ BalanceTree()
org.turro.financials.register.BalanceTree.BalanceTree |
( |
| ) |
|
Definition at line 39 of file BalanceTree.java.
41 currencyFormatter = CompanyWrapper.getCurrencyFormatter();
◆ afterCompose()
void org.turro.financials.register.BalanceTree.afterCompose |
( |
| ) |
|
Definition at line 102 of file BalanceTree.java.
103 BalanceTopItem bti =
new BalanceTopItem(
true);
104 children.appendChild(bti);
◆ formatCurrency()
String org.turro.financials.register.BalanceTree.formatCurrency |
( |
double |
value | ) |
|
◆ getFilter()
BalanceFilter org.turro.financials.register.BalanceTree.getFilter |
( |
| ) |
|
◆ refreshTree()
void org.turro.financials.register.BalanceTree.refreshTree |
( |
| ) |
|
◆ setFilter()
void org.turro.financials.register.BalanceTree.setFilter |
( |
BalanceFilter |
filter | ) |
|
The documentation for this class was generated from the following file: