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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java103 private TreePath[] tempPaths; field in class:DefaultTreeSelectionModel
116 tempPaths = new TreePath[1];
785 tempPaths[0] = leadPath;
786 rows = rowMapper.getRowsForPaths(tempPaths);
1182 clone.tempPaths = new TreePath[1];

Completed in 37 milliseconds