A simple example of a JavaFX (SceneBuilder/FXML) application which presents data on the page using a ListView control. The ListView is connected to an ObservableList, which uses the "Observer Pattern" ...
So, I'm trying to kind of recreate the "Auto Filter" functionality in Excel in this JavaFX app I'm writing -- for each column, bind the column contents to a ComboBox/ChoiceBox (herein labelled as ...