// add the current type if isn't on the menu
if (addCurrentType)
menu.addItem(createMenuItemForType(fileType_));
// show the menu
menu.showRelativeToUpward((UIObject) statusBar_.getLanguage());
}
});
statusBar_.getScope().addMouseDownHandler(new MouseDownHandler()
{