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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java196 * first path in {@code pPaths} is used. If the selection
198 * are not contiguous, then only the first path in {@code pPaths} is
202 * All {@code null} paths in {@code pPaths} are ignored.
212 * @param pPaths the new selection
214 public void setSelectionPaths(TreePath[] pPaths) { argument
216 TreePath[] paths = pPaths;
232 paths[0] = pPaths[0];
242 paths[0] = pPaths[0];

Completed in 31 milliseconds