@Override
public MenuManager getMenuBarManager() {
return new MenuManager(); //Disables the Menu Bar
}
};
appWindow.create();
appWindow.getShell().setText(Messages.ManageConfigurationAction_MANAGE_ADDONS);
appWindow.getShell().setImages(fShell.getImages());
appWindow.open();
}