{
// datastore
MenuItem c = new MenuItem(null, constants.categoryDatastore());
addChild(c, new StatisticsPlace(), constants.datastoreStatistics(), StatisticsPlace.URL_TOKEN); //TODO : i18n
addChild(c, new BrowserPlace(), "Browser", BrowserPlace.URL_TOKEN); //TODO : i18n
// FIXME : this will override URL with empty token everytime there is a change on MenuItem
addChild(c, new EditorPlace(""), "Editor", EditorPlace.URL_TOKEN); //TODO : i18n
addChild(c, new EGQLPlace(), "Extended GQL", EGQLPlace.URL_TOKEN); //TODO : i18n
categories.getList().add(c);
}