Searched defs:removeSelectionPath (Results 1 - 3 of 3) 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
/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);

Completed in 46 milliseconds