Searched defs:includePath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java3699 * <code>path</code>. If <code>includePath</code> is true and
3706 boolean includePath) {
3707 TreePath[] toRemove = getDescendantSelectedPaths(path, includePath);
3721 boolean includePath) {
3732 (!path.equals(selPaths[counter]) || includePath))
3705 removeDescendantSelectedPaths(TreePath path, boolean includePath) argument
3720 getDescendantSelectedPaths(TreePath path, boolean includePath) argument

Completed in 50 milliseconds