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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java240 if(newCount > 0 && !arePathsContiguous(paths)) {
337 if(arePathsContiguous(paths)) {
923 protected boolean arePathsContiguous(TreePath[] paths) { method in class:DefaultTreeSelectionModel

Completed in 32 milliseconds