Uses of Class
javafx.beans.property.BooleanProperty
Package
Description
Provides the set of classes for ease of use transition based animations.
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property
.Provides the set of classes for javafx.concurrent.
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
Provides the core set of base
classes for the JavaFX Scene Graph API.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
The
javafx.scene.control.cell
package is where all cell-related
classes are located, other than the core classes such as
Cell
, IndexedCell
,
ListCell
, TreeCell
,
and TableCell
.The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
Provides the set of classes for loading and displaying images.
Provides classes to support user interface layout.
Provides the set of classes for integrating audio and video into Java FX
Applications.
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
Provides the set of classes for fonts and renderable Text Node.
This package provides means for loading and displaying Web content.
Provides the top-level container classes for JavaFX content.
-
Uses of BooleanProperty in javafx.animation
Modifier and TypeMethodDescriptionfinal BooleanProperty
Animation.autoReverseProperty()
Defines whether thisAnimation
reverses direction on alternating cycles. -
Uses of BooleanProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping aboolean
value.Modifier and TypeMethodDescriptionstatic BooleanProperty
BooleanProperty.booleanProperty
(Property<Boolean> property) Returns aBooleanProperty
that wraps aProperty
. -
Uses of BooleanProperty in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanBooleanProperty
provides an adapter between a regular Java Bean property of typeboolean
orBoolean
and a JavaFXBooleanProperty
. -
Uses of BooleanProperty in javafx.concurrent
Modifier and TypeMethodDescriptionfinal BooleanProperty
ScheduledService.restartOnFailureProperty()
Indicates whether the ScheduledService should automatically restart in the case of a failure in the Task. -
Uses of BooleanProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsSimpleBooleanProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of BooleanProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal BooleanProperty
Group.autoSizeChildrenProperty()
Controls whether or not thisGroup
will automatically resize any managed resizable children to their preferred sizes during the layout pass.final BooleanProperty
Node.cacheProperty()
A performance hint to the system to indicate that thisNode
should be cached as a bitmap.final BooleanProperty
Node.disableProperty()
Defines the individual disabled state of thisNode
.final BooleanProperty
Node.focusTraversableProperty()
Specifies whether thisNode
should be a part of focus traversal cycle.final BooleanProperty
LightBase.lightOnProperty()
Defines the light on or off.final BooleanProperty
Node.managedProperty()
Defines whether or not this node's layout will be managed by it's parent.final BooleanProperty
Node.mouseTransparentProperty()
Iftrue
, this node (together with all its children) is completely transparent to mouse events.final BooleanProperty
Node.pickOnBoundsProperty()
Defines how the picking computation is done for this node when triggered by aMouseEvent
or acontains
function call.final BooleanProperty
PerspectiveCamera.verticalFieldOfViewProperty()
Defines whether thefieldOfView
property will apply to the vertical dimension of the projection.final BooleanProperty
Node.visibleProperty()
Specifies whether thisNode
and any subnodes should be rendered as part of the scene graph. -
Uses of BooleanProperty in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal BooleanProperty
XYChart.alternativeColumnFillVisibleProperty()
If true then alternative vertical columns will have fillsfinal BooleanProperty
XYChart.alternativeRowFillVisibleProperty()
If true then alternative horizontal rows will have fillsfinal BooleanProperty
Axis.animatedProperty()
When true any changes to the axis and its range will be animated.final BooleanProperty
Chart.animatedProperty()
When true any data changes will be animated.final BooleanProperty
Axis.autoRangingProperty()
This is true when the axis determines its range from the data automaticallyfinal BooleanProperty
PieChart.clockwiseProperty()
When true we start placing slices clockwise from the startAnglefinal BooleanProperty
AreaChart.createSymbolsProperty()
When true, CSS styleable symbols are created for any data items that don't have a symbol node specified.final BooleanProperty
LineChart.createSymbolsProperty()
When true, CSS styleable symbols are created for any data items that don't have a symbol node specified.final BooleanProperty
StackedAreaChart.createSymbolsProperty()
When true, CSS styleable symbols are created for any data items that don't have a symbol node specified.final BooleanProperty
NumberAxis.forceZeroInRangeProperty()
When true zero is always included in the visible range.final BooleanProperty
CategoryAxis.gapStartAndEndProperty()
If this is true then half the space between ticks is left at the start and endfinal BooleanProperty
XYChart.horizontalGridLinesVisibleProperty()
True if horizontal grid lines should be drawnfinal BooleanProperty
XYChart.horizontalZeroLineVisibleProperty()
If this is true and the horizontal axis has both positive and negative values then a additional axis line will be drawn at the zero pointfinal BooleanProperty
PieChart.labelsVisibleProperty()
When true pie slice labels are drawnfinal BooleanProperty
Chart.legendVisibleProperty()
When true the chart will display a legend if the chart implementation supports a legend.final BooleanProperty
ValueAxis.minorTickVisibleProperty()
true if minor tick marks should be displayedfinal BooleanProperty
Axis.tickLabelsVisibleProperty()
true if tick mark labels should be displayedfinal BooleanProperty
Axis.tickMarkVisibleProperty()
true if tick marks should be displayedfinal BooleanProperty
XYChart.verticalGridLinesVisibleProperty()
True if vertical grid lines should be drawnfinal BooleanProperty
XYChart.verticalZeroLineVisibleProperty()
If this is true and the vertical axis has both positive and negative values then a additional axis line will be drawn at the zero point -
Uses of BooleanProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal BooleanProperty
CheckBox.allowIndeterminateProperty()
Determines whether the user toggling the CheckBox should cycle through all three states: checked, unchecked, and undefined.final BooleanProperty
TitledPane.animatedProperty()
The animated state of the TitledPane.final BooleanProperty
ComboBoxBase.armedProperty()
Indicates that the ComboBox has been "armed" such that a mouse release will cause the ComboBoxComboBoxBase.show()
method to be invoked.final BooleanProperty
Button.cancelButtonProperty()
A Cancel Button is the button that receives a keyboard VK_ESC press, if no other node in the scene consumes it.final BooleanProperty
TableSelectionModel.cellSelectionEnabledProperty()
A boolean property used to represent whether the table is in row or cell selection modes.final BooleanProperty
Tab.closableProperty()
The closable state for this tab.final BooleanProperty
TitledPane.collapsibleProperty()
The collapsible state of the TitledPane.final BooleanProperty
Button.defaultButtonProperty()
A default Button is the button that receives a keyboard VK_ENTER press, if no other node in the scene consumes it.final BooleanProperty
MenuItem.disableProperty()
Sets the individual disabled state of this MenuItem.final BooleanProperty
Tab.disableProperty()
Sets the disabled state of this tab.final BooleanProperty
Cell.editableProperty()
A property representing whether this cell is allowed to be put into an editing state.final BooleanProperty
ComboBoxBase.editableProperty()
Specifies whether the ComboBox allows for user input.final BooleanProperty
ListView.editableProperty()
Specifies whether this ListView is editable - only if the ListView and the ListCells within it are both editable will a ListCell be able to go into their editing state.final BooleanProperty
Spinner.editableProperty()
The editable property is used to specify whether user input is able to be typed into the Spinnereditor
.final BooleanProperty
TableColumnBase.editableProperty()
Specifies whether this table column allows editing.final BooleanProperty
TableView.editableProperty()
Specifies whether this TableView is editable - only if the TableView, the TableColumn (if applicable) and the TableCells within it are both editable will a TableCell be able to go into their editing state.final BooleanProperty
TextInputControl.editableProperty()
Indicates whether this TextInputControl can be edited by the user.final BooleanProperty
TreeTableView.editableProperty()
Specifies whether this TreeTableView is editable - only if the TreeTableView and the TreeCells within it are both editable will a TreeCell be able to go into their editing state.final BooleanProperty
TreeView.editableProperty()
Specifies whether this TreeView is editable - only if the TreeView and the TreeCells within it are both editable will a TreeCell be able to go into their editing state.final BooleanProperty
DialogPane.expandedProperty()
Represents whether the dialogPane is expanded.final BooleanProperty
TitledPane.expandedProperty()
The expanded state of the TitledPane.final BooleanProperty
TreeItem.expandedProperty()
The expanded state of this TreeItem.final BooleanProperty
ScrollPane.fitToHeightProperty()
If true and if the contained node is a Resizable, then the node will be kept resized to match the height of the ScrollPane's viewport.final BooleanProperty
ScrollPane.fitToWidthProperty()
If true and if the contained node is a Resizable, then the node will be kept resized to match the width of the ScrollPane's viewport.final BooleanProperty
CustomMenuItem.hideOnClickProperty()
If true, this menu item, and all visible menus, will be hidden when this menu item is clicked on.final BooleanProperty
CheckBoxTreeItem.independentProperty()
ABooleanProperty
used to represent the independent state of this CheckBoxTreeItem.final BooleanProperty
CheckBox.indeterminateProperty()
Determines whether the CheckBox is in the indeterminate state.final BooleanProperty
CheckBoxTreeItem.indeterminateProperty()
ABooleanProperty
used to represent the indeterminate state of this CheckBoxTreeItem.final BooleanProperty
Labeled.mnemonicParsingProperty()
MnemonicParsing property to enable/disable text parsing.final BooleanProperty
MenuItem.mnemonicParsingProperty()
MnemonicParsing property to enable/disable text parsing.final BooleanProperty
ScrollPane.pannableProperty()
Specifies whether the user should be able to pan the viewport by using the mouse.final BooleanProperty
TableColumnBase.reorderableProperty()
A boolean property to toggle on and off the 'reorderability' of this column (with drag and drop - reordering by modifying the appropriatecolumns
list is always allowed).final BooleanProperty
Dialog.resizableProperty()
Represents whether the dialog is resizable.final BooleanProperty
TableColumnBase.resizableProperty()
Used to indicate whether the width of this column can change.final BooleanProperty
TabPane.rotateGraphicProperty()
Specifies whether the graphic inside aTab
is rotated or not, such that it is always upright, or rotated in the same way as theTab
text is.final BooleanProperty
CheckBox.selectedProperty()
Indicates whether this CheckBox is checked.final BooleanProperty
CheckBoxTreeItem.selectedProperty()
ABooleanProperty
used to represent the selected state of this CheckBoxTreeItem.final BooleanProperty
CheckMenuItem.selectedProperty()
Represents the current state of this CheckMenuItem.final BooleanProperty
RadioMenuItem.selectedProperty()
Toggle.selectedProperty()
The selected state for thisToggle
.final BooleanProperty
ToggleButton.selectedProperty()
Indicates whether this toggle button is selected.final BooleanProperty
TreeTableView.showRootProperty()
Property that represents whether or not the TreeTableView root node is visible.final BooleanProperty
TreeView.showRootProperty()
Property that represents whether or not the TreeView root node is visible.final BooleanProperty
Slider.showTickLabelsProperty()
Indicates that the labels for tick marks should be shown.final BooleanProperty
Slider.showTickMarksProperty()
Specifies whether theSkin
implementation should show tick marks.final BooleanProperty
DatePicker.showWeekNumbersProperty()
Whether the DatePicker popup should display a column showing week numbers.final BooleanProperty
Slider.snapToTicksProperty()
Indicates whether thevalue
of theSlider
should always be aligned with the tick marks.final BooleanProperty
TableColumnBase.sortableProperty()
A boolean property to toggle on and off the 'sortability' of this column.final BooleanProperty
TableView.tableMenuButtonVisibleProperty()
This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for each TableColumn in this table.final BooleanProperty
TreeTableView.tableMenuButtonVisibleProperty()
This controls whether a menu button is available when the user clicks in a designated space within the TableView, within which is a radio menu item for each TreeTableColumn in this table.final BooleanProperty
Labeled.underlineProperty()
Whether all text should be underlined.final BooleanProperty
MenuBar.useSystemMenuBarProperty()
Use the system menu bar if the current platform supports it.final BooleanProperty
Slider.valueChangingProperty()
When true, indicates the current value of this Slider is changing.final BooleanProperty
MenuItem.visibleProperty()
Specifies whether this MenuItem should be rendered as part of the scene graph.final BooleanProperty
TableColumnBase.visibleProperty()
Toggling this will immediately toggle the visibility of this column, and all children columns.final BooleanProperty
Hyperlink.visitedProperty()
Indicates whether this link has already been "visited".final BooleanProperty
SpinnerValueFactory.wrapAroundProperty()
Specifies whether thisSpinnerValueFactory
wraps around from the maximum value to the minimum value, and vice versa.final BooleanProperty
Labeled.wrapTextProperty()
If a run of text exceeds the width of the Labeled, then this variable indicates whether the text should wrap onto another line.final BooleanProperty
TextArea.wrapTextProperty()
If a run of text exceeds the width of theTextArea
, then this variable indicates whether the text should wrap onto another line.final BooleanProperty
Tooltip.wrapTextProperty()
If a run of text exceeds the width of the Tooltip, then this variable indicates whether the text should wrap onto another line. -
Uses of BooleanProperty in javafx.scene.control.cell
Modifier and TypeMethodDescriptionfinal BooleanProperty
ComboBoxListCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user, is editable or not.final BooleanProperty
ComboBoxTableCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user, is editable or not.final BooleanProperty
ComboBoxTreeCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user, is editable or not.final BooleanProperty
ComboBoxTreeTableCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user, is editable or not. -
Uses of BooleanProperty in javafx.scene.control.skin
Modifier and TypeMethodDescriptionprotected final BooleanProperty
TextInputControlSkin.forwardBiasProperty()
Caret bias in the content.final BooleanProperty
ComboBoxListViewSkin.hideOnClickProperty()
By default this skin hides the popup whenever the ListView is clicked in.final BooleanProperty
VirtualFlow.pannableProperty()
Indicates whether the VirtualFlow viewport is capable of being panned by the user (either via the mouse or touch events).final BooleanProperty
TableHeaderRow.reorderingProperty()
Indicates if a reordering operation of a column is in progress.final BooleanProperty
VirtualFlow.verticalProperty()
Indicates the primary direction of virtualization. -
Uses of BooleanProperty in javafx.scene.effect
Modifier and TypeMethodDescriptionfinal BooleanProperty
DisplacementMap.wrapProperty()
Defines whether values taken from outside the edges of the map "wrap around" or not. -
Uses of BooleanProperty in javafx.scene.image
Modifier and TypeMethodDescriptionfinal BooleanProperty
ImageView.preserveRatioProperty()
Indicates whether to preserve the aspect ratio of the source image when scaling to fit the image within the fitting bounding box.final BooleanProperty
ImageView.smoothProperty()
Indicates whether to use a better quality filtering algorithm or a faster one when transforming or scaling the source image to fit within the bounding box provided byfitWidth
andfitHeight
. -
Uses of BooleanProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal BooleanProperty
Region.cacheShapeProperty()
Defines a hint to the system indicating that the Shape used to define the region's background is stable and would benefit from caching.final BooleanProperty
Region.centerShapeProperty()
Defines whether the shape is centered within theRegion
's width and height.final BooleanProperty
HBox.fillHeightProperty()
Whether or not resizable children will be resized to fill the full height of the hbox or be resized to their preferred height and aligned according to thealignment
vpos value.final BooleanProperty
RowConstraints.fillHeightProperty()
The vertical fill policy for the row.final BooleanProperty
ColumnConstraints.fillWidthProperty()
The horizontal fill policy for the column.final BooleanProperty
VBox.fillWidthProperty()
Whether or not resizable children will be resized to fill the full width of the vbox or be resized to their preferred width and aligned according to thealignment
hpos value.final BooleanProperty
GridPane.gridLinesVisibleProperty()
For debug purposes only: controls whether lines are displayed to show the gridpane's rows and columns.final BooleanProperty
Region.scaleShapeProperty()
Specifies whether the shape, if defined, is scaled to match the size of the Region.final BooleanProperty
Region.snapToPixelProperty()
Defines whether this region adjusts position, spacing, and size values of its children to pixel boundaries. -
Uses of BooleanProperty in javafx.scene.media
Modifier and TypeMethodDescriptionMediaPlayer.autoPlayProperty()
Whether playing should start as soon as possible.AudioEqualizer.enabledProperty()
Enables or disablesAudioEqualizer
.MediaPlayer.muteProperty()
Whether the player audio is muted.final BooleanProperty
MediaView.preserveRatioProperty()
Whether to preserve the aspect ratio (width / height) of the media when scaling it to fit the node.final BooleanProperty
MediaView.smoothProperty()
If set totrue
a better quality filtering algorithm will be used when scaling this video to fit within the bounding box provided byfitWidth
andfitHeight
or when transforming. -
Uses of BooleanProperty in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal BooleanProperty
PathElement.absoluteProperty()
A flag that indicates whether the path coordinates are absolute or relative.final BooleanProperty
ArcTo.largeArcFlagProperty()
The large arc flag.final BooleanProperty
Shape.smoothProperty()
Defines whether antialiasing hints are used or not for thisShape
.final BooleanProperty
ArcTo.sweepFlagProperty()
The sweep flag -
Uses of BooleanProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal BooleanProperty
Text.caretBiasProperty()
The type of caret bias in the content.final BooleanProperty
Text.strikethroughProperty()
Defines if each line of text should have a line through it.final BooleanProperty
Text.underlineProperty()
Defines if each line of text should have a line below it. -
Uses of BooleanProperty in javafx.scene.web
Modifier and TypeMethodDescriptionfinal BooleanProperty
WebView.contextMenuEnabledProperty()
Specifies whether context menu is enabled.final BooleanProperty
WebEngine.javaScriptEnabledProperty()
Specifies whether JavaScript execution is enabled. -
Uses of BooleanProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal BooleanProperty
PopupWindow.autoFixProperty()
This convenience variable indicates whether, when the popup is shown, it should automatically correct its position such that it doesn't end up positioned off the screen.final BooleanProperty
PopupWindow.autoHideProperty()
Specifies whether Popups should auto hide.final BooleanProperty
PopupWindow.consumeAutoHidingEventsProperty()
Specifies whether the event, which caused the Popup to hide, should be consumed.final BooleanProperty
Window.forceIntegerRenderScaleProperty()
Boolean property that controls whether only integer render scales are set by default by the system when there is a change in the associated output scale.final BooleanProperty
PopupWindow.hideOnEscapeProperty()
Specifies whether the PopupWindow should be hidden when an unhandled escape key is pressed while the popup has focus.final BooleanProperty
Stage.resizableProperty()
Defines whether theStage
is resizable or not by the user.