buttons.addButton(i18n.tr("Alle aufklappen/zuklappen"), new Action() {
public void handleAction(Object context) throws ApplicationException
{
control.handleExpand();
}
},null,false,"folder.png");
buttons.addButton(i18n.tr("Exportieren..."), new Action(){
public void handleAction(Object context) throws ApplicationException
{