Package org.eclipse.ui.internal.preferences

Examples of org.eclipse.ui.internal.preferences.WorkingCopyPreferences.nodeExists()


   * @see org.eclipse.ui.preferences.IWorkingCopyManager#applyChanges()
   */
  public void applyChanges() throws BackingStoreException {
    for (Iterator i = workingCopies.values().iterator(); i.hasNext();) {
      WorkingCopyPreferences prefs = (WorkingCopyPreferences) i.next();
      if (prefs.nodeExists(EMPTY_STRING))
        prefs.flush();
    }
  }

}
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.