Package com.simonepezzano.actions

Examples of com.simonepezzano.actions.HelpAction


  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();
View Full Code Here

TOP

Related Classes of com.simonepezzano.actions.HelpAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.