Uses of Interface
javafx.beans.value.WritableBooleanValue
-
Packages that use WritableBooleanValue 软件包 描述 javafx.beans.property 程序包javafx.beans.property定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property之间的适配器。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of WritableBooleanValue in javafx.beans.property
Classes in javafx.beans.property that implement WritableBooleanValue Modifier and Type Class 描述 classBooleanPropertyclassBooleanPropertyBaseBooleanPropertyBase类是包含boolean值的属性的基类。classReadOnlyBooleanWrapper该类提供了一个方便的类来定义只读属性。classSimpleBooleanProperty -
Uses of WritableBooleanValue in javafx.beans.property.adapter
Classes in javafx.beans.property.adapter that implement WritableBooleanValue Modifier and Type Class 描述 classJavaBeanBooleanPropertyAJavaBeanBooleanProperty在boolean或Boolean之间的常规Java Bean属性和JavaFXBooleanProperty之间提供了一个适配器。 -
Uses of WritableBooleanValue in javafx.css
Classes in javafx.css that implement WritableBooleanValue Modifier and Type Class 描述 classSimpleStyleableBooleanProperty该课程扩展了SimpleBooleanProperty并提供了一个StyleableProperty的完整实现。classStyleableBooleanProperty这个类扩展了BooleanPropertyBase并提供了一个StyleableProperty的部分实现。
-