Examples of ScopedPreferenceStore


Examples of org.eclipse.ui.preferences.ScopedPreferenceStore

* @author Steffen Pingel
*/
public class AllQuickfixTests {

  public static Test suite() {
    IPreferenceStore store = new ScopedPreferenceStore(InstanceScope.INSTANCE, "org.eclipse.ajdt.ui");
    store.setValue("promptForAutoOpenCrossReference", false);

    TestSuite suite = new TestSuite(AllQuickfixTests.class.getName());
    // $JUnit-BEGIN$

    suite.addTest(new TestSuite(ReflectionTests.class));
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.