Uses of Class
javafx.beans.property.ReadOnlyIntegerProperty
-
Packages that use ReadOnlyIntegerProperty 软件包 描述 javafx.beans.binding javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.concurrent 提供javafx.task的一组类。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.print 提供JavaFX Printing API的公共类。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.media 提供用于将音频和视频集成到Java FX应用程序中的一组类。javafx.scene.web 该软件包提供了加载和显示Web内容的方法。 -
-
Uses of ReadOnlyIntegerProperty in javafx.beans.binding
Methods in javafx.beans.binding that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
ListBinding. sizeProperty()
abstract ReadOnlyIntegerProperty
ListExpression. sizeProperty()
表示列表大小的整数属性。ReadOnlyIntegerProperty
MapBinding. sizeProperty()
abstract ReadOnlyIntegerProperty
MapExpression. sizeProperty()
表示地图大小的整数属性。ReadOnlyIntegerProperty
SetBinding. sizeProperty()
abstract ReadOnlyIntegerProperty
SetExpression. sizeProperty()
表示集合大小的整数属性。 -
Uses of ReadOnlyIntegerProperty in javafx.beans.property
Subclasses of ReadOnlyIntegerProperty in javafx.beans.property Modifier and Type Class 描述 class
IntegerProperty
这个类定义了一个int包含一个int
值。class
IntegerPropertyBase
IntegerPropertyBase
类是包含int
值的属性的基类。class
ReadOnlyIntegerPropertyBase
所有只读属性的基类包装一个int
。class
ReadOnlyIntegerWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleIntegerProperty
Methods in javafx.beans.property that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
ReadOnlyIntegerWrapper. getReadOnlyProperty()
返回readonly属性,该属性与此ReadOnlyIntegerWrapper
同步。static <T extends Number>
ReadOnlyIntegerPropertyReadOnlyIntegerProperty. readOnlyIntegerProperty(ReadOnlyProperty<T> property)
返回一个ReadOnlyIntegerProperty
的ReadOnlyIntegerProperty 。ReadOnlyIntegerProperty
ListPropertyBase. sizeProperty()
ReadOnlyIntegerProperty
MapPropertyBase. sizeProperty()
ReadOnlyIntegerProperty
SetPropertyBase. sizeProperty()
-
Uses of ReadOnlyIntegerProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyIntegerProperty in javafx.beans.property.adapter Modifier and Type Class 描述 class
JavaBeanIntegerProperty
AJavaBeanIntegerProperty
在int
或Integer
之间的常规Java Bean属性和JavaFXIntegerProperty
之间提供了一个适配器。class
ReadOnlyJavaBeanIntegerProperty
AReadOnlyJavaBeanIntegerProperty
在int
或Integer
之间的常规只读Java Bean属性和JavaFXReadOnlyIntegerProperty
提供了一个适配器。 -
Uses of ReadOnlyIntegerProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
ScheduledService. currentFailureCountProperty()
当前ScheduledService失败的次数。 -
Uses of ReadOnlyIntegerProperty in javafx.css
Subclasses of ReadOnlyIntegerProperty in javafx.css Modifier and Type Class 描述 class
SimpleStyleableIntegerProperty
该课程扩展了SimpleIntegerProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableIntegerProperty
这个类扩展了IntegerPropertyBase
并提供了一个StyleableProperty
的部分实现。 -
Uses of ReadOnlyIntegerProperty in javafx.print
Methods in javafx.print that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
PageRange. endPageProperty()
IntegerProperty
表示范围的结束页码。ReadOnlyIntegerProperty
PageRange. startPageProperty()
IntegerProperty
表示范围的起始页码。 -
Uses of ReadOnlyIntegerProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
TextInputControl. anchorProperty()
anchor
的文字选择。ReadOnlyIntegerProperty
TextInputControl. caretPositionProperty()
文本中插入符号的当前位置。ReadOnlyIntegerProperty
ListView. editingIndexProperty()
用于表示当前在ListView中编辑的项目的索引的属性(如果正在进行编辑),如果没有编辑任何项目,则用于表示-1。ReadOnlyIntegerProperty
TreeTableView. expandedItemCountProperty()
表示当前能够在TreeTableView中可见的树节点数。ReadOnlyIntegerProperty
TreeView. expandedItemCountProperty()
表示当前能够在TreeView中可见的树节点数。ReadOnlyIntegerProperty
FocusModel. focusedIndexProperty()
FocusModel中具有焦点的当前项目的索引。ReadOnlyIntegerProperty
IndexedCell. indexProperty()
ReadOnlyIntegerProperty
TextInputControl. lengthProperty()
文本输入中的字符数。ReadOnlyIntegerProperty
SelectionModel. selectedIndexProperty()
指所选索引属性,用于指示选择模型中当前选定的索引值。 -
Uses of ReadOnlyIntegerProperty in javafx.scene.media
Methods in javafx.scene.media that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
MediaPlayer. currentCountProperty()
完成播放周期的次数。ReadOnlyIntegerProperty
Media. heightProperty()
源媒体的像素高度。ReadOnlyIntegerProperty
Media. widthProperty()
源媒体的像素宽度。 -
Uses of ReadOnlyIntegerProperty in javafx.scene.web
Methods in javafx.scene.web that return ReadOnlyIntegerProperty Modifier and Type 方法 描述 ReadOnlyIntegerProperty
WebHistory. currentIndexProperty()
定义历史上当前Entry
的指数。
-