Package org.eclipse.dltk.ui

Examples of org.eclipse.dltk.ui.PreferencesAdapter


    setControlsEnabled(PHPCoreConstants.CODEASSIST_AUTOACTIVATION_DELAY,
        autoActivateSectionEnabled);
  }

  protected IPreferenceStore getPreferenceStore() {
    return new PreferencesAdapter(PHPCorePlugin.getDefault()
        .getPluginPreferences());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.ui.PreferencesAdapter

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.