Examples of Bbq_eclipsePlugin


Examples of com.antlersoft.bbq_eclipse.Bbq_eclipsePlugin

   *
   * @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
   */
  public void initializeDefaultPreferences() {
   
    Bbq_eclipsePlugin plugin=Bbq_eclipsePlugin.getDefault();
    IPreferenceStore store = plugin.getPreferenceStore();
    store.setDefault( PreferenceConstants.P_DB_PATH, plugin.getStateLocation().append( "bbq.pj").toOSString());
    store.setDefault(PreferenceConstants.P_USE_MAPPED, false);
  }
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.