これが visibleProperty を使用する方法であるかどうかを知りたいです:
property.visibleProperty().bind(anotherProperty.isEqualTo(anObject))
これが方法である場合、isEqualTo はオブジェクトを「anotherProperty」または anotherProperty 自体の値と比較しますか? 最初のオプションが必要ですが、それを達成する方法がわかりません。
ありがとう !
これが visibleProperty を使用する方法であるかどうかを知りたいです:
property.visibleProperty().bind(anotherProperty.isEqualTo(anObject))
これが方法である場合、isEqualTo はオブジェクトを「anotherProperty」または anotherProperty 自体の値と比較しますか? 最初のオプションが必要ですが、それを達成する方法がわかりません。
ありがとう !