Home | History | Annotate | Download | only in prefs

Lines Matching defs:isUserNode

1011      * Implements the <tt>isUserNode</tt> method as per the specification in
1012 * {@link Preferences#isUserNode()}.
1023 public boolean isUserNode() {
1271 return (this.isUserNode() ? "User" : "System") +