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

Method getSelectionModel

unused/javax/swing/JTree.java:2482–2484  ·  view source on GitHub ↗

Returns the model for selections. This should always return a non- null value. If you don't want to allow anything to be selected set the selection model to null , which forces an empty selection model to be used. @see #setSelectionModel

()

Source from the content-addressed store, hash-verified

2480 * @see #setSelectionModel
2481 */
2482 public TreeSelectionModel getSelectionModel() {
2483 return selectionModel;
2484 }
2485
2486 /**
2487 * Returns the paths (inclusive) between the specified rows. If

Callers 15

setSelectionPathMethod · 0.95
setSelectionPathsMethod · 0.95
addSelectionPathMethod · 0.95
addSelectionPathsMethod · 0.95
getSelectionPathMethod · 0.95
getSelectionPathsMethod · 0.95
getSelectionRowsMethod · 0.95
getMinSelectionRowMethod · 0.95
getMaxSelectionRowMethod · 0.95
isPathSelectedMethod · 0.95
isRowSelectedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected