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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DTreeSelectionModel.java181 void removeSelectionPaths(TreePath[] paths); method in interface:TreeSelectionModel
H A DDefaultTreeSelectionModel.java436 removeSelectionPaths(rPath);
447 public void removeSelectionPaths(TreePath[] paths) { method in class:DefaultTreeSelectionModel
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJTree.java2635 this.getSelectionModel().removeSelectionPaths(paths);
2656 public void removeSelectionPaths(TreePath[] paths) { method in class:JTree
2657 this.getSelectionModel().removeSelectionPaths(paths);
2688 removeSelectionPaths(paths);
3355 public void removeSelectionPaths(TreePath[] paths) {} method in class:JTree.EmptySelectionModel
3799 getSelectionModel().removeSelectionPaths(toRemove);
/openjdk9/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTreeOperator.java2595 * Maps {@code JTree.removeSelectionPaths(TreePath[])} through queue
2597 public void removeSelectionPaths(final TreePath[] treePath) { method in class:JTreeOperator
2598 runMapping(new MapVoidAction("removeSelectionPaths") {
2601 ((JTree) getSource()).removeSelectionPaths(treePath);

Completed in 114 milliseconds