Lines Matching refs:showsRootHandles
215 protected boolean showsRootHandles;
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</code> property
953 * @see #showsRootHandles
957 return showsRootHandles;
4014 } else if (propertyName == "showsRootHandles") {
4038 String showsRootHandlesString = (showsRootHandles ?
4056 ",showsRootHandles=" + showsRootHandlesString +