Package org.eclipse.core.internal.preferences

Examples of org.eclipse.core.internal.preferences.EclipsePreferences.parent()


      // Make it relative to this node rather than navigating to it from the root.
      // Walk backwards up the tree starting at this node.
      // This is important to avoid a chicken/egg thing on startup.
      EclipsePreferences node = this;
      for (int i = 3; i < segmentCount; i++)
        node = (EclipsePreferences) node.parent();
      loadLevel = node;
    }
    return loadLevel;
  }
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.