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
()
| 2480 | * @see #setSelectionModel |
| 2481 | */ |
| 2482 | public TreeSelectionModel getSelectionModel() { |
| 2483 | return selectionModel; |
| 2484 | } |
| 2485 | |
| 2486 | /** |
| 2487 | * Returns the paths (inclusive) between the specified rows. If |
no outgoing calls
no test coverage detected