Re: TableSelectionModel in javadoc and in sources

2019-06-25 Thread Kevin Rushforth
MultipleSelectionModelBase, which extends MultipleSelectionModel, is not a public class (it is package-scope) so won't show up in the API docs. An application only sees TableSelectionModel as extending the public MultipleSelectionModel class. It is an implementation detail that it extends from

TableSelectionModel in javadoc and in sources

2019-06-25 Thread Alex Sviridov
Hi all, I am reading JavaFX API and came across the following problem about TableSelectionModel In javadoc ( https://openjfx.io/javadoc/11/javafx.controls/javafx/scene/control/TableSelectionModel.html ): Module javafx.controls Package javafx.scene.control ... public abstract class TableSelect