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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java267 protected boolean scrollsOnExpand; field in class:JTree
480 /** Bound property name for <code>scrollsOnExpand</code>. */
481 public final static String SCROLLS_ON_EXPAND_PROPERTY = "scrollsOnExpand";
664 scrollsOnExpand = true;
1072 * Sets the <code>scrollsOnExpand</code> property,
1093 boolean oldValue = scrollsOnExpand;
1095 scrollsOnExpand = newValue;
1102 * Returns the value of the <code>scrollsOnExpand</code> property.
1104 * @return the value of the <code>scrollsOnExpand</code> property
1107 return scrollsOnExpand;
[all...]

Completed in 38 milliseconds