Uses of Class
javafx.beans.property.BooleanProperty
-
Packages that use BooleanProperty 软件包 描述 javafx.animation 提供一组类,便于使用基于过渡的动画。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.chart JavaFX用户界面提供了一组图表组件,这是一种非常方便的数据可视化方式。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.control.cell 所述javafx.scene.control.cell包是所有细胞相关的类的位置,比所述核心类如其他Cell,IndexedCell,ListCell,TreeCell,和TableCell。javafx.scene.control.skin javafx.scene.control.skin包是皮肤类(通常每个UI控件一个)所在的位置javafx.scene.effect 提供一组用于将图形过滤效果附加到JavaFX Scene Graph节点的类。javafx.scene.image 提供加载和显示图像的一组类。javafx.scene.layout 提供类来支持用户界面布局。javafx.scene.media 提供用于将音频和视频集成到Java FX应用程序中的一组类。javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene.text 为字体和可渲染的文本节点提供一组类。javafx.scene.web 该软件包提供了加载和显示Web内容的方法。javafx.stage 提供JavaFX内容的顶级容器类。 -
-
Uses of BooleanProperty in javafx.animation
Methods in javafx.animation that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyAnimation. autoReverseProperty()定义Animation是否在交替循环中反转方向。 -
Uses of BooleanProperty in javafx.beans.property
Subclasses of BooleanProperty in javafx.beans.property Modifier and Type Class 描述 classBooleanPropertyBaseBooleanPropertyBase类是包含boolean值的属性的基类。classReadOnlyBooleanWrapper该类提供了一个方便的类来定义只读属性。classSimpleBooleanPropertyMethods in javafx.beans.property that return BooleanProperty Modifier and Type 方法 描述 static BooleanPropertyBooleanProperty. booleanProperty(Property<Boolean> property)返回一个BooleanProperty的BooleanProperty 。 -
Uses of BooleanProperty in javafx.beans.property.adapter
Subclasses of BooleanProperty in javafx.beans.property.adapter Modifier and Type Class 描述 classJavaBeanBooleanPropertyAJavaBeanBooleanProperty在boolean或Boolean之间的常规Java Bean属性和JavaFXBooleanProperty之间提供了一个适配器。 -
Uses of BooleanProperty in javafx.concurrent
Methods in javafx.concurrent that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyScheduledService. restartOnFailureProperty()指示在Task中出现故障时,ScheduledService是否应自动重新启动。 -
Uses of BooleanProperty in javafx.css
Subclasses of BooleanProperty in javafx.css Modifier and Type Class 描述 classSimpleStyleableBooleanProperty该课程扩展了SimpleBooleanProperty并提供了一个StyleableProperty的完整实现。classStyleableBooleanProperty这个类扩展了BooleanPropertyBase并提供了一个StyleableProperty的部分实现。 -
Uses of BooleanProperty in javafx.scene
Methods in javafx.scene that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyGroup. autoSizeChildrenProperty()控制这个Group是否会在布局过程中自动将任何受管理的可调整大小的孩子调整为首选大小。BooleanPropertyNode. cacheProperty()系统的性能提示表明这个Node应该被缓存为一个位图。BooleanPropertyNode. disableProperty()定义此Node的个人禁用状态。BooleanPropertyNode. focusTraversableProperty()指定此Node应该是聚焦遍历周期的一部分。BooleanPropertyLightBase. lightOnProperty()定义灯亮或熄灭。BooleanPropertyNode. managedProperty()定义该节点的布局是否由父节点管理。BooleanPropertyNode. mouseTransparentProperty()如果是true,这个节点(和它所有的孩子一起)对于鼠标事件是完全透明的。BooleanPropertyNode. pickOnBoundsProperty()定义当由MouseEvent或contains函数调用触发时,如何为此节点完成拣选计算。BooleanPropertyPerspectiveCamera. verticalFieldOfViewProperty()定义fieldOfView属性是否适用于投影的垂直维度。BooleanPropertyNode. visibleProperty()指定此Node和任何子节点是否应呈现为场景图的一部分。 -
Uses of BooleanProperty in javafx.scene.chart
-
Uses of BooleanProperty in javafx.scene.control
Methods in javafx.scene.control that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyCheckBox. allowIndeterminateProperty()确定用户是否切换复选框应该循环遍历所有三个状态:已 选中 , 未选中和 未定义 。BooleanPropertyTitledPane. animatedProperty()TitledPane的动画状态。BooleanPropertyComboBoxBase. armedProperty()表示ComboBox已经“布防”,使得鼠标释放将导致ComboBoxComboBoxBase.show()方法被调用。BooleanPropertyButton. cancelButtonProperty()取消按钮是接收键盘VK_ESC的按钮,如果场景中没有其他节点消耗它。BooleanPropertyTableSelectionModel. cellSelectionEnabledProperty()一个布尔属性,用于表示表是行还是单元格选择模式。BooleanPropertyTab. closableProperty()此选项卡的可关闭状态。BooleanPropertyTitledPane. collapsibleProperty()TitledPane的可折叠状态。BooleanPropertyButton. defaultButtonProperty()默认按钮是接收键盘VK_ENTER的按钮,如果场景中没有其他节点消耗它。BooleanPropertyMenuItem. disableProperty()设置此MenuItem的单独禁用状态。BooleanPropertyTab. disableProperty()设置此选项卡的禁用状态。BooleanPropertyCell. editableProperty()表示该单元是否被允许进入编辑状态的属性。BooleanPropertyComboBoxBase. editableProperty()指定ComboBox是否允许用户输入。BooleanPropertyListView. editableProperty()指定此ListView是否可编辑 - 只有当ListView和ListCells都可编辑时,ListCell才能进入编辑状态。BooleanPropertySpinner. editableProperty()可编辑属性用于指定用户输入是否可以输入到Spinnereditor中 。BooleanPropertyTableColumnBase. editableProperty()指定此表列是否允许编辑。BooleanPropertyTableView. editableProperty()指定此TableView是否可编辑 - 只有TableView,TableColumn(如果适用)和TableCells中的TableCells都可以编辑,TableCell才能进入编辑状态。BooleanPropertyTextInputControl. editableProperty()指示该TextInputControl是否可以由用户编辑。BooleanPropertyTreeTableView. editableProperty()指定此TreeTableView是否可编辑 - 只有当TreeTableView和TreeCells都可编辑时,TreeCell才能进入编辑状态。BooleanPropertyTreeView. editableProperty()指定此TreeView是否可编辑 - 只有当TreeView和TreeCells都可编辑时,TreeCell才能进入编辑状态。BooleanPropertyDialogPane. expandedProperty()表示是否扩展了dialogPane。BooleanPropertyTitledPane. expandedProperty()TitledPane的扩展状态。BooleanPropertyTreeItem. expandedProperty()这个TreeItem的扩展状态。BooleanPropertyScrollPane. fitToHeightProperty()如果为true,并且如果包含的节点是可调整大小,则节点将被保持调整大小以匹配ScrollPane视口的高度。BooleanPropertyScrollPane. fitToWidthProperty()如果为true,并且如果包含的节点是可调整大小,那么该节点将保持调整大小以匹配ScrollPane视口的宽度。BooleanPropertyCustomMenuItem. hideOnClickProperty()如果为真,则在单击此菜单项时,将隐藏此菜单项和所有可见菜单。BooleanPropertyCheckBoxTreeItem. independentProperty()ABooleanProperty用于表示此CheckBoxTreeItem的独立状态。BooleanPropertyCheckBox. indeterminateProperty()确定复选框是否处于不确定状态。BooleanPropertyCheckBoxTreeItem. indeterminateProperty()ABooleanProperty用于表示此CheckBoxTreeItem的不确定状态。BooleanPropertyLabeled. mnemonicParsingProperty()助记符属性启用/禁用文本解析。BooleanPropertyMenuItem. mnemonicParsingProperty()助记符属性启用/禁用文本解析。BooleanPropertyScrollPane. pannableProperty()指定用户是否应该能够使用鼠标平移视口。BooleanPropertyTableColumnBase. reorderableProperty()一个布尔属性可以打开和关闭此列的“可重新排序”(通过修改适当的columns列表进行拖放 - 重新排序)始终是允许的)。BooleanPropertyDialog. resizableProperty()表示对话框是否可调整大小。BooleanPropertyTableColumnBase. resizableProperty()用于指示此列的宽度是否可以更改。BooleanPropertyTabPane. rotateGraphicProperty()TabPane中选项卡的rotateGraphic状态。BooleanPropertyCheckBox. selectedProperty()指示是否选中此复选框。BooleanPropertyCheckBoxTreeItem. selectedProperty()ABooleanProperty用于表示此CheckBoxTreeItem的选定状态。BooleanPropertyCheckMenuItem. selectedProperty()表示此CheckMenuItem的当前状态。BooleanPropertyRadioMenuItem. selectedProperty()BooleanPropertyToggle. selectedProperty()该选择状态为此Toggle。BooleanPropertyToggleButton. selectedProperty()指示是否选择此切换按钮。BooleanPropertyTreeTableView. showRootProperty()表示TreeTableView根节点是否可见的属性。BooleanPropertyTreeView. showRootProperty()表示TreeView根节点是否可见的属性。BooleanPropertySlider. showTickLabelsProperty()表示应该显示刻度线的标签。BooleanPropertySlider. showTickMarksProperty()指定Skin实现是否应显示刻度线。BooleanPropertyDatePicker. showWeekNumbersProperty()DatePicker弹出窗口是否应显示显示周数的列。BooleanPropertySlider. snapToTicksProperty()指示 Slider的Slider是否应始终与刻度线对齐。BooleanPropertyTableColumnBase. sortableProperty()用于打开和关闭此列的“可排序性”的布尔属性。BooleanPropertyTableView. tableMenuButtonVisibleProperty()当用户单击TableView中的指定空间时,这可以控制菜单按钮是否可用,其中是该表中每个TableColumn的无线菜单项。BooleanPropertyTreeTableView. tableMenuButtonVisibleProperty()当用户单击TableView中的指定空间时,这可以控制菜单按钮是否可用,其中是该表中每个TreeTableColumn的无线菜单项。BooleanPropertyLabeled. underlineProperty()是否所有文本都应加下划线。BooleanPropertyMenuBar. useSystemMenuBarProperty()如果当前平台支持,请使用系统菜单栏。BooleanPropertySlider. valueChangingProperty()当为true时,表示此滑块的当前值正在更改。BooleanPropertyMenuItem. visibleProperty()指定此MenuItem是否应呈现为场景图的一部分。BooleanPropertyTableColumnBase. visibleProperty()切换此项将立即切换此列和所有子列的可见性。BooleanPropertyHyperlink. visitedProperty()指示此链接是否已被“访问”。BooleanPropertySpinnerValueFactory. wrapAroundProperty()wrapAround属性用于指定值factory是圆形的。BooleanPropertyLabeled. wrapTextProperty()如果文本运行超过了标签的宽度,则该变量指示文本是否应该包装到另一行。BooleanPropertyTextArea. wrapTextProperty()如果文本运行超出了TextArea的宽度,则该变量指示文本是否应该包装到另一行。BooleanPropertyTooltip. wrapTextProperty()如果文本运行超过工具提示的宽度,则该变量指示文本是否应该包装到另一行。 -
Uses of BooleanProperty in javafx.scene.control.cell
Methods in javafx.scene.control.cell that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyComboBoxListCell. comboBoxEditableProperty()表示ComboBox在向用户显示时是否可编辑的属性。BooleanPropertyComboBoxTableCell. comboBoxEditableProperty()表示ComboBox在向用户显示时是否可编辑的属性。BooleanPropertyComboBoxTreeCell. comboBoxEditableProperty()表示ComboBox在向用户显示时是否可编辑的属性。BooleanPropertyComboBoxTreeTableCell. comboBoxEditableProperty()表示ComboBox在向用户显示时是否可编辑的属性。 -
Uses of BooleanProperty in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return BooleanProperty Modifier and Type 方法 描述 protected BooleanPropertyTextInputControlSkin. forwardBiasProperty()插入偏倚的内容。 真正意味着对前进角色的偏见(true = leading / false = trailing)BooleanPropertyComboBoxListViewSkin. hideOnClickProperty()默认情况下,只要点击ListView,该皮肤就会隐藏弹出窗口。BooleanPropertyVirtualFlow. pannableProperty()指示VirtualFlow视口是否能够被用户平移(通过鼠标或触摸事件)。BooleanPropertyVirtualFlow. verticalProperty()表明虚拟化的主要方向。 -
Uses of BooleanProperty in javafx.scene.effect
Methods in javafx.scene.effect that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyDisplacementMap. wrapProperty()是否定义从地图边缘外部获取的值是否“绕回”。 -
Uses of BooleanProperty in javafx.scene.image
Methods in javafx.scene.image that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyImageView. preserveRatioProperty()指示当缩放以适应拟合边界框内的图像时是否保留源图像的宽高比。BooleanPropertyImageView. smoothProperty()指示当转换或缩放源图像以适应fitWidth和fitHeight提供的边界框内时是否使用更好的质量过滤算法或更快的过滤算法。 -
Uses of BooleanProperty in javafx.scene.layout
Methods in javafx.scene.layout that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyRegion. cacheShapeProperty()定义对系统的提示,指出用于定义区域背景的Shape是稳定的,可以从缓存中受益。BooleanPropertyRegion. centerShapeProperty()定义形状是否位于区域的宽度或高度内。BooleanPropertyHBox. fillHeightProperty()是否调整大小的小孩将被调整大小以填补hbox的全部高度,或者按照alignmentvpos值进行调整,以调整其首选高度。BooleanPropertyRowConstraints. fillHeightProperty()行的垂直填充策略。BooleanPropertyColumnConstraints. fillWidthProperty()列的横向填充策略。BooleanPropertyVBox. fillWidthProperty()是否调整大小的小孩将被调整大小以填满vbox的全部宽度,或者根据alignmenthpos值将其调整为首选宽度并对齐。BooleanPropertyGridPane. gridLinesVisibleProperty()仅用于调试目的:控制是否显示行是否显示网格板的行和列。BooleanPropertyRegion. scaleShapeProperty()指定是否将形状(如果已定义)缩放以匹配“区域”的大小。BooleanPropertyRegion. snapToPixelProperty()定义此区域是否将其子项的位置,间距和大小值调整为像素边界。 -
Uses of BooleanProperty in javafx.scene.media
Methods in javafx.scene.media that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyMediaPlayer. autoPlayProperty()是否应尽快开始播放。BooleanPropertyAudioEqualizer. enabledProperty()启用或禁用AudioEqualizer。BooleanPropertyMediaPlayer. muteProperty()播放器音频是否静音BooleanPropertyMediaView. preserveRatioProperty()是否在将其缩放以适应节点时保留介质的宽高比(宽/高)。BooleanPropertyMediaView. smoothProperty()如果设置为true则在将此视频缩放以适应fitWidth和fitHeight提供的边界框内或当转换时,将使用更好的质量过滤算法。 -
Uses of BooleanProperty in javafx.scene.shape
Methods in javafx.scene.shape that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyPathElement. absoluteProperty()指示路径坐标是绝对还是相对的标志。BooleanPropertyArcTo. largeArcFlagProperty()大弧标志。BooleanPropertyShape. smoothProperty()定义Shape是否使用抗锯齿提示。BooleanPropertyArcTo. sweepFlagProperty()扫旗 -
Uses of BooleanProperty in javafx.scene.text
Methods in javafx.scene.text that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyText. caretBiasProperty()BooleanPropertyText. strikethroughProperty()定义每行文本是否应该有一行。BooleanPropertyText. underlineProperty()定义每行文本是否应在其下方有一行。 -
Uses of BooleanProperty in javafx.scene.web
Methods in javafx.scene.web that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyWebView. contextMenuEnabledProperty()指定是否启用了上下文菜单。BooleanPropertyWebEngine. javaScriptEnabledProperty()指定是否启用JavaScript执行。 -
Uses of BooleanProperty in javafx.stage
Methods in javafx.stage that return BooleanProperty Modifier and Type 方法 描述 BooleanPropertyPopupWindow. autoFixProperty()这个便利变量指示当显示弹出窗口时,是否应自动更正其位置,使其不会最终定位在屏幕外。BooleanPropertyPopupWindow. autoHideProperty()指定弹出窗口是否应该自动隐藏。BooleanPropertyPopupWindow. consumeAutoHidingEventsProperty()指定是否应该使用引起Popup隐藏的事件。BooleanPropertyWindow. forceIntegerRenderScaleProperty()当相关的输出比例有变化时,控制系统默认情况下是否设置整数渲染比例的布尔属性。BooleanPropertyPopupWindow. hideOnEscapeProperty()指定在弹出对焦时按下未处理的转义键时是否应该隐藏PopupWindow。BooleanPropertyStage. resizableProperty()定义Stage是否可由用户调整大小。
-