Package ptolemy.backtrack.eclipse.plugin.dialogs

Examples of ptolemy.backtrack.eclipse.plugin.dialogs.AboutDialog.open()


     *
     *  @param action The action proxy (not used in this method).
     */
    public void run(IAction action) {
        AboutDialog dialog = new AboutDialog(_window.getShell());
        dialog.open();
    }

    /** Handle the change of selection.
     *
     *  @param action The action proxy (not used in this method).
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.