this.contextListCtr = new TableController(tableConfig, ureq, getWindowControl(), getTranslator(), null);
this.contextListCtr.addColumnDescriptor(new DefaultColumnDescriptor("contextlist.table.name", 0, CMD_CONTEXT_RUN, ureq.getLocale()));
this.contextListCtr.addColumnDescriptor(new DefaultColumnDescriptor("contextlist.table.desc", 1, null, ureq.getLocale()));
this.contextListCtr.addColumnDescriptor(new DefaultColumnDescriptor("contextlist.table.type", 2, null, ureq.getLocale()));
this.contextListCtr.addColumnDescriptor(new StaticColumnDescriptor(CMD_CONTEXT_EDIT, "contextlist.table.edit",
translate(CMD_CONTEXT_EDIT)));
this.contextListCtr.addColumnDescriptor(new StaticColumnDescriptor(CMD_CONTEXT_DELETE, "contextlist.table.delete",
translate(CMD_CONTEXT_DELETE)));
this.contextListVC.put("contextlist", this.contextListCtr.getInitialComponent());
listenTo(this.contextListCtr);
}