listContexts_.put(FILE_MRU, new ListContext(FILE_MRU));
listContexts_.put(PROJECT_MRU, new ListContext(PROJECT_MRU));
listContexts_.put(HELP_HISTORY, new ListContext(HELP_HISTORY));
listContexts_.put(USER_DICTIONARY, new ListContext(USER_DICTIONARY));
events.addHandler(SessionInitEvent.TYPE, new SessionInitHandler() {
@Override
public void onSessionInit(SessionInitEvent sie)
{
WorkbenchLists lists = session_.getSessionInfo().getLists();
updateList(FILE_MRU, lists);