Package com.salesforce.ide.ui.views

Examples of com.salesforce.ide.ui.views.LoggingComposite.enable()


        cachedRunTestLoggingSetting =
                getLoggingService().getAllLoggingInfo(getProject(), LoggingInfo.SupportedFeatureEnum.RunTest);
        LoggingComposite runTestLoggingComposite =
                new LoggingComposite(propertyComposite, getLoggingService(), SWT.NONE, true,
                        LoggingInfo.SupportedFeatureEnum.RunTest);
        runTestLoggingComposite.enable(getProject());

        // execute anonymous logging setting: new logging framework
        cachedExeAnonymousLoggingSetting =
                getLoggingService().getAllLoggingInfo(getProject(), LoggingInfo.SupportedFeatureEnum.ExecuteAnonymous);
        LoggingComposite loggingComposite =
View Full Code Here


        cachedExeAnonymousLoggingSetting =
                getLoggingService().getAllLoggingInfo(getProject(), LoggingInfo.SupportedFeatureEnum.ExecuteAnonymous);
        LoggingComposite loggingComposite =
                new LoggingComposite(propertyComposite, getLoggingService(), SWT.NONE, true,
                        LoggingInfo.SupportedFeatureEnum.ExecuteAnonymous);
        loggingComposite.enable(getProject());

        UIUtils.setHelpContext(propertyComposite, this.getClass().getSimpleName());

        return propertyComposite;
    }
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.