Home | History | Annotate | Download | only in prefs

Lines Matching defs:absolutePath

133     private final String absolutePath;
203 this.absolutePath = "/";
213 absolutePath = (parent==root ? "/" + name
214 : parent.absolutePath() + "/" + name);
996 * Implements the <tt>absolutePath</tt> method as per the specification in
997 * {@link Preferences#absolutePath()}.
1006 public String absolutePath() {
1007 return absolutePath;
1272 " Preference Node: " + this.absolutePath();