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
Consider using the JavaFX Binding API to to bind values in the view to values stored in the ModelAdapter.
For example, current tags and station details could be made accessable as bindable Properties by the ModelAdapter. This would allow fxml elements to have their value bound to those held in the ModelAdapter. Values in the view would then be updated automatically without having to rely on each controller to request new values every time a ModelEvent is caught.
The text was updated successfully, but these errors were encountered:
Consider using the JavaFX Binding API to to bind values in the view to values stored in the ModelAdapter.
For example, current tags and station details could be made accessable as bindable Properties by the ModelAdapter. This would allow fxml elements to have their value bound to those held in the ModelAdapter. Values in the view would then be updated automatically without having to rely on each controller to request new values every time a ModelEvent is caught.
The text was updated successfully, but these errors were encountered: