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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java273 protected int toggleClickCount; field in class:JTree
482 /** Bound property name for <code>toggleClickCount</code>. */
483 public final static String TOGGLE_CLICK_COUNT_PROPERTY = "toggleClickCount";
656 toggleClickCount = 2;
1122 int oldCount = toggleClickCount;
1124 toggleClickCount = clickCount;
1136 return toggleClickCount;
4057 ",toggleClickCount=" + toggleClickCount +

Completed in 36 milliseconds