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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java121 private static final StringBuilder SKIP_CLICK_COUNT = field in class:SwingUtilities2
1632 * Sets the {@code SKIP_CLICK_COUNT} client property on the component
1642 ((JTextComponent) comp).putClientProperty(SKIP_CLICK_COUNT, count);
1648 * the component's {@code SKIP_CLICK_COUNT} client property. Clears
1649 * the {@code SKIP_CLICK_COUNT} property if the mouse event's click count
1658 comp.putClientProperty(SKIP_CLICK_COUNT, null);
1660 Integer sub = (Integer) comp.getClientProperty(SKIP_CLICK_COUNT);

Completed in 33 milliseconds