Package com.salesforce.ide.ui.views.executeanonymous

Examples of com.salesforce.ide.ui.views.executeanonymous.ExecuteAnonymousDialog


        dialog.open();
    }

    protected void prepareDialog() throws ForceProjectException {
        if (targetPart != null && targetPart.getSite() != null) {
            dialog = new ExecuteAnonymousDialog(project, targetPart.getSite().getShell());
        } else {
            dialog = new ExecuteAnonymousDialog(project, getShell());
        }
    }
View Full Code Here

TOP

Related Classes of com.salesforce.ide.ui.views.executeanonymous.ExecuteAnonymousDialog

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.