Removes the nodes identified by the specified paths from the current selection. @param paths an array of TreePath objects that specifies the nodes to remove
(TreePath[] paths)
| 2632 | * specifies the nodes to remove |
| 2633 | */ |
| 2634 | public void removeSelectionPaths(TreePath[] paths) { |
| 2635 | this.getSelectionModel().removeSelectionPaths(paths); |
| 2636 | } |
| 2637 | |
| 2638 | /** |
| 2639 | * Removes the row at the index <code>row</code> from the current |
no test coverage detected