Package ptolemy.backtrack.eclipse.plugin.dialogs

Examples of ptolemy.backtrack.eclipse.plugin.dialogs.AboutDialog


    /** Activate the action and pop up the About dialog.
     *
     *  @param action The action proxy (not used in this method).
     */
    public void run(IAction action) {
        AboutDialog dialog = new AboutDialog(_window.getShell());
        dialog.open();
    }
View Full Code Here

TOP

Related Classes of ptolemy.backtrack.eclipse.plugin.dialogs.AboutDialog

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.