Lines Matching defs:paths
229 Enumeration paths = getVisiblePathsFrom(firstPath);
231 if(paths != null && paths.hasMoreElements()) {
232 Rectangle pBounds = getBounds((TreePath)paths.nextElement(),
244 while (pBounds != null && paths.hasMoreElements()) {
245 pBounds = getBounds((TreePath)paths.nextElement(),
315 * paths starting at the passed in location. The ordering of the
316 * enumeration is based on how the paths are displayed.
446 * @param paths the array of <code>TreePath</code>s being queried
449 * <code>TreePath</code> is displayed; if <code>paths</code>
452 public int[] getRowsForPaths(TreePath[] paths) {
453 if(paths == null)
456 int numPaths = paths.length;
460 rows[counter] = getRowForPath(paths[counter]);