You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add context menu support in TableView to enable users to right click on stations. Users should be able to favourite or remove the selected station. There should be an option to view further details about the selected station.
The text was updated successfully, but these errors were encountered:
Currently supports marking a station as a favourite and removing a station using a context menu. The context menu appears when the user right clicks on a station entry in a tableview.
Thanks to the ModelAdapters event functionality, all GUI components are notified of any changes made to the model via context menu actions.
When a station is marked as favourite it appears on the favourite station table instantly.
When a station is removed from the model it is removed from all tables immediately.
Still need to create an FXML view to display station details before #3 can be marked complete.
Add context menu support in TableView to enable users to right click on stations. Users should be able to favourite or remove the selected station. There should be an option to view further details about the selected station.
The text was updated successfully, but these errors were encountered: