Uses of Class
javafx.beans.property.BooleanProperty
Package
Description
-
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 full implementation of aProperty
wrapping aboolean
value. -
Uses of BooleanProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of BooleanProperty in javafx.scene
-
Uses of BooleanProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal BooleanProperty
TitledPane.animatedProperty()
The animated state of the TitledPane.final BooleanProperty
Tab.closableProperty()
The closable state for this tab.final BooleanProperty
TitledPane.collapsibleProperty()
The collapsible state of the TitledPane.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
TextInputControl.editableProperty()
Indicates whether this TextInputControl can be edited by the user.final BooleanProperty
TitledPane.expandedProperty()
The expanded state of the TitledPane.ScrollPane.fitToHeightProperty()
ScrollPane.fitToWidthProperty()
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
MenuItem.mnemonicParsingProperty()
MnemonicParsing property to enable/disable text parsing.final BooleanProperty
TabPane.rotateGraphicProperty()
The rotatedGraphic state of the tabs in the TabPane.CheckBox.selectedProperty()
final BooleanProperty
ToggleButton.selectedProperty()
Indicates whether this toggle button is selected.final BooleanProperty
MenuItem.visibleProperty()
Specifies whether this MenuItem should be rendered as part of the scene graph.final BooleanProperty
TextArea.wrapTextProperty()
-
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. -
Uses of BooleanProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal 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
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. -
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.Shape.smoothProperty()
final BooleanProperty
ArcTo.sweepFlagProperty()
The sweep flag -
Uses of BooleanProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal BooleanProperty
Text.strikethroughProperty()
Defines if each line of text should have a line through it. -
Uses of BooleanProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal 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.