Searched refs:adjusting (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBoundedRangeModel.java239 * @param adjusting a boolean, true if a series of changes are in
248 void setRangeProperties(int value, int extent, int min, int max, boolean adjusting); argument
H A DDefaultBoundedRangeModel.java75 * <li><code>adjusting</code> = false
264 public void setRangeProperties(int newValue, int newExtent, int newMin, int newMax, boolean adjusting) argument
293 (adjusting != isAdjusting);
300 isAdjusting = adjusting;

Completed in 28 milliseconds