TableView with different objects (javafx)
问题 Im currently developing a application for watching who is responsible for different Patients, however i havent been able to solve how to fill a table with different object types. Below is my code for my TableView controller. The TableView will end up with four different object typs, all will be retrieved from a database. I want my table to hold Patient objects, User objects (responsible) and a RelationManager object. Below is my code, if you need more of the code, please let me know :-).