JavaFX TreeTableView - Prevent selection of certain TreeItems
问题 I have looked at a couple of questions here, but I can't seem to find anything related to disabling selection of rows for TreeTableViews in particular in JavaFX. The closest related questions I have come across are all related to TreeViews: How to make certain JavaFX TreeView nodes non-selectable? TreeView - Certain TreeItems are not allowed to be selected The answer given in question 2 where a custom selection-model is used that extends from MultipleSelectionModel seems to be the most