MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / removeSelectionPaths

Method removeSelectionPaths

unused/javax/swing/JTree.java:2634–2636  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Callers 3

removeSelectionRowsMethod · 0.95

Calls 1

getSelectionModelMethod · 0.95

Tested by

no test coverage detected