2013-06-25 91 views

回答

2

您可以只創建OBJECTPROPERTY這樣

ObjectProperty<Float> floatObjectProperty = new SimpleObjectProperty<Float>(); 
ObjectProperty<Long> longObjectProperty = new SimpleObjectProperty<Long>(); 
ObjectProperty<Timestamp> timestampObjectProperty = new SimpleObjectProperty<Timestamp>(); 

而且使用它像任何ohter財產

相關問題