Package org.ontospread.gui.view.dialogs

Examples of org.ontospread.gui.view.dialogs.HelpDialog.open()


    final MenuItem aboutOntospreadMenuItem = new MenuItem(menu_4, SWT.NONE);
    aboutOntospreadMenuItem.addSelectionListener(new SelectionAdapter() {
      public void widgetSelected(SelectionEvent arg0) {
        HelpDialog hp = new HelpDialog(shell);
        hp.open();
      }
    });
    aboutOntospreadMenuItem.setImage(SWTResourceManager.getImage(OntoSpreadViewerMain.class, "/app-icons/help.png"));
    aboutOntospreadMenuItem.setText(ApplicationResources.getString("OntoSpreadViewerMain.37")+"\tF1"); //$NON-NLS-1$
    aboutOntospreadMenuItem.setAccelerator(SWT.F1);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.