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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DListSelectionModel.java221 * Sets the {@code valueIsAdjusting} property, which indicates whether
224 * {@code valueIsAdjusting} property of the {@code ListSelectionEvent}s that
230 * listeners receive events with a {@code valueIsAdjusting} property
240 * {@code valueIsAdjusting} property set to {@code false}.
242 * @param valueIsAdjusting the new value of the property
246 void setValueIsAdjusting(boolean valueIsAdjusting); argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboPopup.java99 protected boolean valueIsAdjusting = false; field in class:BasicComboPopup

Completed in 196 milliseconds