Searched defs:showsRootHandles (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java215 protected boolean showsRootHandles; field in class:JTree
464 /** Bound property name for <code>showsRootHandles</code>. */
465 public final static String SHOWS_ROOT_HANDLES_PROPERTY = "showsRootHandles";
917 * Sets the value of the <code>showsRootHandles</code> property,
928 * @see #showsRootHandles
936 boolean oldValue = showsRootHandles;
939 showsRootHandles = newValue;
942 showsRootHandles);
950 * Returns the value of the <code>showsRootHandles</code> property.
952 * @return the value of the <code>showsRootHandles</cod
[all...]

Completed in 38 milliseconds