我正在使用JavaFx TableView,发现有一些类使用TableView,例如SimpleStringProperty,StringProperty,SimpleBooleanProperty和BooleanProperty等.现在我想知道哪一个用于TableView的SimpleStringProperty或者只有StringProperty和它们之间有什么区别?他们.
使用之间有什么区别
SimpleStringProperty与SimpleObjectProperty <String>或
SimpleIntegerProperty与SimpleObjectProperty <Integer>
除了返回包装器而不是原始类型?(它可以自动铸造)