public ApplicationActionBarAdvisor(IActionBarConfigurer configurer) {
super(configurer);
}
protected void makeActions(final IWorkbenchWindow window) {
showHelpAction = new HelpAction();
showHelpAction.setText("&Help");
preferences = ActionFactory.PREFERENCES.create(window);
exitAction = ActionFactory.QUIT.create(window);
aboutAction = ActionFactory.ABOUT.create(window);
openUsersAction = new OpenUsersAction();