List of JavaFX Simple Properties

I’ve been playing around with JavaFX (the desktop/windows application interface for Java) recently and was trying to find a list of the different “Simple...Property
” to use in TableColumn
’s setCellValueFactory()
method.