oehm-smith / StockFx

JavaFx implementation of my very own (: ) portfolio management tool. Creating as enjoying JavaFx and want to play with it a bit more and I have a few stock portfolio ideas I'd like to play with.
1 stars 1 forks source link

Fix binding of tables to entities #4

Open oehm-smith opened 11 years ago

oehm-smith commented 11 years ago

Changing the stock in the stock add/edit screen isn't reflected in the table on the main page until it is refreshed. I've added property for Stock.companyName so first try and get this working. That is use properties and bind the table cells to them. http://docs.oracle.com/javafx/2/ui_controls/table-view.htm should hold enough answers.