listproperty Questions

6

I'm using Javafx, and I wrap my objects into ListProperty to let the tableview updates for any changes on the objects of the list. Now I'm trying to serialize my project and the ListProperty of obj...
Gannes asked 13/9, 2013 at 17:1

1

Solved

I define a class with the list in it. I am trying to initialize the list in constructor with transmitted list: public class Person { public IntegerProperty id; public ListProperty<Priority&gt...
Windsucking asked 17/3, 2013 at 5:24
1

© 2022 - 2024 — McMap. All rights reserved.