Package org.guvnor.tools.wizards

Examples of org.guvnor.tools.wizards.EditRepLocationWizard


    /*
     * (non-Javadoc)
     * @see org.eclipse.ui.IActionDelegate#run(org.eclipse.jface.action.IAction)
     */
    public void run(IAction action) {
        EditRepLocationWizard editWizard = new EditRepLocationWizard(rep);
        editWizard.init(Activator.getDefault().getWorkbench(), null);
        WizardDialog dialog =
            new WizardDialog(Display.getCurrent().getActiveShell(), editWizard);
        dialog.create();
        dialog.open();

View Full Code Here

TOP

Related Classes of org.guvnor.tools.wizards.EditRepLocationWizard

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.