Uses of Class
javafx.beans.property.ReadOnlyBooleanProperty
-
Packages that use ReadOnlyBooleanProperty 软件包 描述 javafx.application 提供应用程序生命周期类。javafx.beans.binding 提供在Binding上创建和操作的类,用于计算取决于一个或多个来源的值。javafx.beans.property 程序包javafx.beans.property定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property之间的适配器。javafx.concurrent 提供javafx.task的一组类。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.scene 为JavaFX Scene Graph API提供核心的基类集。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.image 提供加载和显示图像的一组类。javafx.scene.transform 提供一组方便的类来执行Affine对象的旋转,缩放,剪切和转换转换。javafx.stage 提供JavaFX内容的顶级容器类。 -
-
Uses of ReadOnlyBooleanProperty in javafx.application
Methods in javafx.application that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 static ReadOnlyBooleanPropertyPlatform. accessibilityActiveProperty()指示辅助功能是否处于活动状态。 -
Uses of ReadOnlyBooleanProperty in javafx.beans.binding
Methods in javafx.beans.binding that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyListBinding. emptyProperty()abstract ReadOnlyBooleanPropertyListExpression. emptyProperty()一个布尔属性,如果列表为空,则为true。ReadOnlyBooleanPropertyMapBinding. emptyProperty()abstract ReadOnlyBooleanPropertyMapExpression. emptyProperty()一个布尔属性是true,如果地图是空的。ReadOnlyBooleanPropertySetBinding. emptyProperty()abstract ReadOnlyBooleanPropertySetExpression. emptyProperty()一个布尔属性是true,如果该集合是空的。 -
Uses of ReadOnlyBooleanProperty in javafx.beans.property
Subclasses of ReadOnlyBooleanProperty in javafx.beans.property Modifier and Type Class 描述 classBooleanPropertyclassBooleanPropertyBaseBooleanPropertyBase类是包含boolean值的属性的基类。classReadOnlyBooleanPropertyBase所有只读属性的基类包装一个boolean。classReadOnlyBooleanWrapper该类提供了一个方便的类来定义只读属性。classSimpleBooleanPropertyMethods in javafx.beans.property that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyListPropertyBase. emptyProperty()ReadOnlyBooleanPropertyMapPropertyBase. emptyProperty()ReadOnlyBooleanPropertySetPropertyBase. emptyProperty()ReadOnlyBooleanPropertyReadOnlyBooleanWrapper. getReadOnlyProperty()返回readonly属性,与该ReadOnlyBooleanWrapper同步。static ReadOnlyBooleanPropertyReadOnlyBooleanProperty. readOnlyBooleanProperty(ReadOnlyProperty<Boolean> property)返回一个ReadOnlyBooleanProperty的ReadOnlyBooleanProperty 。 -
Uses of ReadOnlyBooleanProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyBooleanProperty in javafx.beans.property.adapter Modifier and Type Class 描述 classJavaBeanBooleanPropertyAJavaBeanBooleanProperty在boolean或Boolean之间的常规Java Bean属性和JavaFXBooleanProperty之间提供了一个适配器。classReadOnlyJavaBeanBooleanPropertyAReadOnlyJavaBeanBooleanProperty在常规的只读Java Bean属性类型为boolean或Boolean和JavaFXReadOnlyBooleanProperty之间提供了一个适配器。 -
Uses of ReadOnlyBooleanProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyService. runningProperty()ReadOnlyBooleanPropertyTask. runningProperty()ReadOnlyBooleanPropertyWorker. runningProperty()获取表示Worker正在运行的ReadOnlyBooleanProperty。 -
Uses of ReadOnlyBooleanProperty in javafx.css
Subclasses of ReadOnlyBooleanProperty in javafx.css Modifier and Type Class 描述 classSimpleStyleableBooleanProperty该课程扩展了SimpleBooleanProperty并提供了一个StyleableProperty的完整实现。classStyleableBooleanProperty这个类扩展了BooleanPropertyBase并提供了一个StyleableProperty的部分实现。 -
Uses of ReadOnlyBooleanProperty in javafx.scene
Methods in javafx.scene that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyNode. disabledProperty()指示此Node是否被禁用。ReadOnlyBooleanPropertyNode. focusedProperty()指示此Node当前是否具有输入焦点。ReadOnlyBooleanPropertyNode. hoverProperty()这个Node是否被徘徊。ReadOnlyBooleanPropertyParent. needsLayoutProperty()表示此节点及其子节点需要对下一个脉冲进行布局传递。ReadOnlyBooleanPropertyNode. pressedProperty()是否按Node。 -
Uses of ReadOnlyBooleanProperty in javafx.scene.control
-
Uses of ReadOnlyBooleanProperty in javafx.scene.image
Methods in javafx.scene.image that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyImage. errorProperty()指示在加载图像时是否检测到错误。 -
Uses of ReadOnlyBooleanProperty in javafx.scene.transform
Methods in javafx.scene.transform that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyTransform. identityProperty()确定这是否是当前的身份转换。ReadOnlyBooleanPropertyTransform. type2DProperty()确定这是否是2D变换。 -
Uses of ReadOnlyBooleanProperty in javafx.stage
Methods in javafx.stage that return ReadOnlyBooleanProperty Modifier and Type 方法 描述 ReadOnlyBooleanPropertyStage. alwaysOnTopProperty()定义这个Stage是否保持在其他窗口的顶部。ReadOnlyBooleanPropertyWindow. focusedProperty()该Window是否具有键盘或输入焦点。ReadOnlyBooleanPropertyStage. fullScreenProperty()指定这个Stage应该是一个全屏,未装饰的窗口。ReadOnlyBooleanPropertyStage. iconifiedProperty()定义Stage是否被图标化。ReadOnlyBooleanPropertyStage. maximizedProperty()定义Stage是否最大化。ReadOnlyBooleanPropertyWindow. showingProperty()该Window是否显示(即,在用户系统上打开)。
-