}
private void updateBudgetFor(T element) {
if (!readOnly && element.isLeaf()) {
Decimalbox decimalbox = budgetDecimalboxByElement.get(element);
decimalbox.invalidate();
refreshBudgetValueForThisNodeAndParents(element);
}
}
private void updateNameFor(T element) {