Selects the node identified by the specified path. If any component of the path is hidden (under a collapsed node), and getExpandsSelectedPaths is true it is exposed (made viewable). @param path the TreePath specifying the node to select
(TreePath path)
| 1638 | * @param path the <code>TreePath</code> specifying the node to select |
| 1639 | */ |
| 1640 | public void setSelectionPath(TreePath path) { |
| 1641 | getSelectionModel().setSelectionPath(path); |
| 1642 | } |
| 1643 | |
| 1644 | /** |
| 1645 | * Selects the nodes identified by the specified array of paths. |
no test coverage detected