this.list = this.init(this.typ);
Container group = new SimpleContainer(parent,true);
group.addText(i18n.tr("Bitte w�hlen Sie die zu verwendende Kategorie aus."),true);
TextInput text = this.getSearch();
group.addInput(text);
group.addPart(this.getTable());
////////////////
// geht erst nach dem Paint
if (this.choosen != null)
this.getTable().select(new FormattedType(this.choosen));
text.getControl().addKeyListener(new DelayedAdapter());
ButtonArea buttons = new ButtonArea();
buttons.addButton(this.getApplyButton());
buttons.addButton(i18n.tr("K&eine Kategorie"), new Action()
{