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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DTreeSelectionModel.java162 void addSelectionPaths(TreePath[] paths); method in interface:TreeSelectionModel
H A DDefaultTreeSelectionModel.java313 addSelectionPaths(toAdd);
332 public void addSelectionPaths(TreePath[] paths) { method in class:DefaultTreeSelectionModel
1143 * still called by setSelectionPaths and addSelectionPaths, but only
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJTree.java1780 public void addSelectionPaths(TreePath[] paths) { method in class:JTree
1781 getSelectionModel().addSelectionPaths(paths);
1811 addSelectionPaths(paths);
2607 this.getSelectionModel().addSelectionPaths(paths);
3347 public void addSelectionPaths(TreePath[] paths) {} method in class:JTree.EmptySelectionModel
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/operators/
H A DJTreeOperator.java1748 * Maps {@code JTree.addSelectionPaths(TreePath[])} through queue
1750 public void addSelectionPaths(final TreePath[] treePath) { method in class:JTreeOperator
1751 runMapping(new MapVoidAction("addSelectionPaths") {
1754 ((JTree) getSource()).addSelectionPaths(treePath);

Completed in 103 milliseconds