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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java92 protected TreePath leadPath; field in class:DefaultTreeSelectionModel
247 TreePath beginLeadPath = leadPath;
253 leadPath = null;
262 leadPath = path;
350 TreePath beginLeadPath = leadPath;
372 leadPath = paths[counter];
376 if(leadPath == null) {
377 leadPath = beginLeadPath;
414 leadPath = beginLeadPath;
467 TreePath beginLeadPath = leadPath;
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java289 private TreePath leadPath; field in class:JTree
1661 TreePath oldValue = leadPath;
1663 leadPath = newPath;
1812 return leadPath;
1894 * if <code>leadPath</code> is <code>null</code>
1897 TreePath leadPath = getLeadSelectionPath();
1899 if (leadPath != null) {
1900 return getRowForPath(leadPath);

Completed in 44 milliseconds