我正在尝试在JavaFX 8中执行BooleanBinding,它确定TableView是否为空。我怎样才能做到这一点? 最佳答案 用Bindings.isEmpty(table.getItems())