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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java484 /** Bound property name for <code>leadSelectionPath</code>.
486 public final static String LEAD_SELECTION_PATH_PROPERTY = "leadSelectionPath";
4099 TreePath leadSelectionPath; field in class:JTree.AccessibleJTree
4110 leadSelectionPath = JTree.this.getLeadSelectionPath();
4111 leadSelectionAccessible = (leadSelectionPath != null)
4113 leadSelectionPath,
4129 leadSelectionPath = e.getNewLeadSelectionPath();
4131 if (oldLeadSelectionPath != leadSelectionPath) {
4135 leadSelectionAccessible = (leadSelectionPath != null)
4137 leadSelectionPath,
[all...]

Completed in 46 milliseconds