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

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeSelectionModel.java167 void removeSelectionPath(TreePath path); method in interface:TreeSelectionModel
H A DDefaultTreeSelectionModel.java427 public void removeSelectionPath(TreePath path) { method in class:DefaultTreeSelectionModel
H A DVariableHeightLayoutCache.java131 treeSelectionModel.removeSelectionPath
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java2608 public void removeSelectionPath(TreePath path) { method in class:JTree
2609 this.getSelectionModel().removeSelectionPath(path);
4482 JTree.this.removeSelectionPath(path);
5392 JTree.this.removeSelectionPath(path);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java2386 tree.removeSelectionPath(path);

Completed in 62 milliseconds