Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
javafx.beans.property.adapter | |
javafx.concurrent |
Provides the set of classes for javafx.task.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
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.
|
javafx.scene.control.cell |
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 . |
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
Animation.autoReverse
Defines whether this
Animation reverses direction on alternating cycles. |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Animation.autoReverseProperty()
Defines whether this
Animation reverses direction on alternating cycles. |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPropertyBase
The class
BooleanPropertyBase is the base class for a property
wrapping a boolean value. |
class |
ReadOnlyBooleanWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleBooleanProperty
This class provides a full implementation of a
Property wrapping a
boolean value. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanBooleanProperty
A
JavaBeanBooleanProperty provides an adapter between a regular
Java Bean property of type boolean or Boolean and a JavaFX
BooleanProperty . |
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
Task.running |
private BooleanProperty |
Service.running |
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
Group.autoSizeChildren
Controls whether or not this
Group will automatically resize any
managed resizable children to their preferred sizes
during the layout pass. |
private BooleanProperty |
Node.MiscProperties.cache |
private BooleanProperty |
Camera.dirty |
private BooleanProperty |
Node.MiscProperties.disable |
private BooleanProperty |
Node.focusTraversable
Specifies whether this
Node should be a part of focus traversal
cycle. |
private BooleanProperty |
Node.impl_showMnemonics
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
private BooleanProperty |
Node.managed
Defines whether or not this node's layout will be managed by it's parent.
|
private BooleanProperty |
Node.MiscProperties.mouseTransparent |
private BooleanProperty |
Node.pickOnBounds
Defines how the picking computation is done for this node when
triggered by a
MouseEvent or a contains function call. |
private BooleanProperty |
Node.visible
Specifies whether this
Node and any subnodes should be rendered
as part of the scene graph. |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Group.autoSizeChildrenProperty()
Controls whether or not this
Group will automatically resize any
managed resizable children to their preferred sizes
during the layout pass. |
BooleanProperty |
Node.cacheProperty()
A performance hint to the system to indicate that this
Node
should be cached as a bitmap. |
BooleanProperty |
Node.MiscProperties.cacheProperty() |
BooleanProperty |
Node.disableProperty()
Sets the individual disabled state of this
Node . |
BooleanProperty |
Node.MiscProperties.disableProperty() |
BooleanProperty |
Node.focusTraversableProperty()
Specifies whether this
Node should be a part of focus traversal
cycle. |
BooleanProperty |
Node.impl_showMnemonicsProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BooleanProperty |
Node.managedProperty()
Defines whether or not this node's layout will be managed by it's parent.
|
BooleanProperty |
Node.mouseTransparentProperty()
If
true , this node (together with all its children) is completely
transparent to mouse events. |
BooleanProperty |
Node.MiscProperties.mouseTransparentProperty() |
BooleanProperty |
Node.pickOnBoundsProperty()
Defines how the picking computation is done for this node when
triggered by a
MouseEvent or a contains function call. |
BooleanProperty |
Node.visibleProperty()
Specifies whether this
Node and any subnodes should be rendered
as part of the scene graph. |
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
XYChart.alternativeColumnFillVisible
If true then alternative vertical columns will have fills
|
private BooleanProperty |
XYChart.alternativeRowFillVisible
If true then alternative horizontal rows will have fills
|
private BooleanProperty |
Axis.animated
When true any changes to the axis and its range will be animated.
|
private BooleanProperty |
Chart.animated
When true any data changes will be animated.
|
private BooleanProperty |
Axis.autoRanging
This is true when the axis determines its range from the data automatically
|
private BooleanProperty |
PieChart.clockwise
When true we start placing slices clockwise from the startAngle
|
private BooleanProperty |
LineChart.createSymbols
When true, CSS styleable symbols are created for any data items that don't have a symbol node specified.
|
private BooleanProperty |
NumberAxis.forceZeroInRange
When true zero is always included in the visible range.
|
private BooleanProperty |
CategoryAxis.gapStartAndEnd
If this is true then half the space between ticks is left at the start
and end
|
private BooleanProperty |
XYChart.horizontalGridLinesVisible
True if horizontal grid lines should be drawn
|
private BooleanProperty |
XYChart.horizontalZeroLineVisible
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 point
|
private BooleanProperty |
PieChart.labelsVisible
When true pie slice labels are drawn
|
private BooleanProperty |
Chart.legendVisible
When true the chart will display a legend if the chart implementation supports a legend.
|
private BooleanProperty |
ValueAxis.minorTickVisible
true if minor tick marks should be displayed
|
private BooleanProperty |
Axis.TickMark.textVisible
true if tick mark labels should be displayed
|
private BooleanProperty |
Axis.tickLabelsVisible
true if tick mark labels should be displayed
|
private BooleanProperty |
Axis.tickMarkVisible
true if tick marks should be displayed
|
private BooleanProperty |
XYChart.verticalGridLinesVisible
True if vertical grid lines should be drawn
|
private BooleanProperty |
XYChart.verticalZeroLineVisible
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
|
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
XYChart.alternativeColumnFillVisibleProperty()
If true then alternative vertical columns will have fills
|
BooleanProperty |
XYChart.alternativeRowFillVisibleProperty()
If true then alternative horizontal rows will have fills
|
BooleanProperty |
Axis.animatedProperty()
When true any changes to the axis and its range will be animated.
|
BooleanProperty |
Chart.animatedProperty()
When true any data changes will be animated.
|
BooleanProperty |
Axis.autoRangingProperty()
This is true when the axis determines its range from the data automatically
|
BooleanProperty |
PieChart.clockwiseProperty()
When true we start placing slices clockwise from the startAngle
|
BooleanProperty |
LineChart.createSymbolsProperty()
When true, CSS styleable symbols are created for any data items that don't have a symbol node specified.
|
BooleanProperty |
NumberAxis.forceZeroInRangeProperty()
When true zero is always included in the visible range.
|
BooleanProperty |
CategoryAxis.gapStartAndEndProperty()
If this is true then half the space between ticks is left at the start
and end
|
BooleanProperty |
XYChart.horizontalGridLinesVisibleProperty()
True if horizontal grid lines should be drawn
|
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 point
|
BooleanProperty |
PieChart.labelsVisibleProperty()
When true pie slice labels are drawn
|
BooleanProperty |
Chart.legendVisibleProperty()
When true the chart will display a legend if the chart implementation supports a legend.
|
BooleanProperty |
ValueAxis.minorTickVisibleProperty()
true if minor tick marks should be displayed
|
BooleanProperty |
Axis.tickLabelsVisibleProperty()
true if tick mark labels should be displayed
|
BooleanProperty |
Axis.tickMarkVisibleProperty()
true if tick marks should be displayed
|
BooleanProperty |
XYChart.verticalGridLinesVisibleProperty()
True if vertical grid lines should be drawn
|
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
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
CheckBox.allowIndeterminate
Determines whether the user toggling the CheckBox should cycle through
all three states: checked, unchecked, and
undefined.
|
private BooleanProperty |
TitledPane.animated |
private BooleanProperty |
ComboBoxBase.armed |
private BooleanProperty |
Button.cancelButton
A Cancel Button is the button that receives
a keyboard VK_ESC press, if no other node in the scene consumes it.
|
private BooleanProperty |
TableView.TableViewSelectionModel.cellSelectionEnabled
A boolean property used to represent whether the TableView is in
row or cell selection modes.
|
private BooleanProperty |
Tab.closable |
private BooleanProperty |
TitledPane.collapsible |
private BooleanProperty |
Button.defaultButton
A default Button is the button that receives
a keyboard VK_ENTER press, if no other node in the scene consumes it.
|
private BooleanProperty |
Tab.disable |
private BooleanProperty |
MenuItem.disable
Sets the individual disabled state of this MenuItem.
|
private BooleanProperty |
TreeView.editable |
private BooleanProperty |
TextInputControl.editable
Indicates whether this TextInputControl can be edited by the user.
|
private BooleanProperty |
TableView.editable |
private BooleanProperty |
TableColumn.editable |
private BooleanProperty |
ListView.editable |
private BooleanProperty |
ComboBoxBase.editable |
private BooleanProperty |
Cell.editable |
private BooleanProperty |
TreeItem.expanded |
private BooleanProperty |
TitledPane.expanded |
private BooleanProperty |
ScrollPane.fitToHeight
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.
|
private BooleanProperty |
ScrollPane.fitToWidth
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.
|
private BooleanProperty |
CustomMenuItem.hideOnClick
If true, this menu item, and all visible menus, will be hidden when this
menu item is clicked on.
|
private BooleanProperty |
ContextMenu.impl_showRelativeToWindow
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
private BooleanProperty |
CheckBoxTreeItem.independent |
private BooleanProperty |
CheckBoxTreeItem.indeterminate |
private BooleanProperty |
CheckBox.indeterminate
Determines whether the CheckBox is in the indeterminate state.
|
private BooleanProperty |
MenuItem.mnemonicParsing
MnemonicParsing property to enable/disable text parsing.
|
private BooleanProperty |
Labeled.mnemonicParsing
MnemonicParsing property to enable/disable text parsing.
|
private BooleanProperty |
ScrollPane.pannable
Specifies whether the user should be able to pan the viewport by using
the mouse.
|
private BooleanProperty |
TableColumn.resizable
Used to indicate whether the width of this column can change.
|
private BooleanProperty |
TabPane.rotateGraphic |
private BooleanProperty |
ToggleButton.selected
Indicates whether this toggle button is selected.
|
private BooleanProperty |
RadioMenuItem.selected |
private BooleanProperty |
CheckMenuItem.selected
Represents the current state of this CheckMenuItem.
|
private BooleanProperty |
CheckBoxTreeItem.selected
*
Properties *
*
|
private BooleanProperty |
CheckBox.selected
Indicates whether this CheckBox is checked.
|
private BooleanProperty |
TreeView.showRoot |
private BooleanProperty |
Slider.showTickLabels
Indicates that the labels for tick marks should be shown.
|
private BooleanProperty |
Slider.showTickMarks
Specifies whether the
Skin implementation should show tick marks. |
private BooleanProperty |
Slider.snapToTicks
Indicates whether the
value of the Slider should always
be aligned with the tick marks. |
private BooleanProperty |
TableColumn.sortable
A boolean property to toggle on and off the sortability of this column.
|
private BooleanProperty |
TableView.tableMenuButtonVisible |
private BooleanProperty |
Labeled.underline |
private BooleanProperty |
MenuBar.useSystemMenuBar |
private BooleanProperty |
Slider.valueChanging
When true, indicates the current value of this Slider is changing.
|
private BooleanProperty |
TableColumn.visible
Toggling this will immediately toggle the visibility of this column,
and all children columns.
|
private BooleanProperty |
MenuItem.visible
Specifies whether this MenuItem should be rendered as part of the scene graph.
|
private BooleanProperty |
Hyperlink.visited |
private BooleanProperty |
Tooltip.CSSBridge.wrapText |
private BooleanProperty |
TextArea.wrapText
If a run of text exceeds the width of the
TextArea ,
then this variable indicates whether the text should wrap onto
another line. |
private BooleanProperty |
Labeled.wrapText |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
CheckBox.allowIndeterminateProperty()
Determines whether the user toggling the CheckBox should cycle through
all three states: checked, unchecked, and
undefined.
|
BooleanProperty |
TitledPane.animatedProperty()
The animated state of the TitledPane.
|
BooleanProperty |
ComboBoxBase.armedProperty()
Indicates that the ComboBox has been "armed" such that a mouse release
will cause the ComboBox
ComboBoxBase.show() method to be invoked. |
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.
|
BooleanProperty |
TableView.TableViewSelectionModel.cellSelectionEnabledProperty()
A boolean property used to represent whether the TableView is in
row or cell selection modes.
|
BooleanProperty |
Tab.closableProperty()
The closable state for this tab.
|
BooleanProperty |
TitledPane.collapsibleProperty()
The collapsible state of the TitledPane.
|
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.
|
BooleanProperty |
Tab.disableProperty()
Sets the disabled state of this tab.
|
BooleanProperty |
MenuItem.disableProperty()
Sets the individual disabled state of this MenuItem.
|
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.
|
BooleanProperty |
TextInputControl.editableProperty()
Indicates whether this TextInputControl can be edited by the user.
|
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.
|
BooleanProperty |
TableColumn.editableProperty()
Specifies whether this TableColumn allows editing.
|
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.
|
BooleanProperty |
ComboBoxBase.editableProperty()
Specifies whether the ComboBox allows for user input.
|
BooleanProperty |
Cell.editableProperty()
A property representing whether this cell is allowed to be put into an
editing state.
|
BooleanProperty |
TreeItem.expandedProperty()
The expanded state of this TreeItem.
|
BooleanProperty |
TitledPane.expandedProperty()
The expanded state of the TitledPane.
|
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.
|
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.
|
BooleanProperty |
CustomMenuItem.hideOnClickProperty()
If true, this menu item, and all visible menus, will be hidden when this
menu item is clicked on.
|
BooleanProperty |
ContextMenu.impl_showRelativeToWindowProperty() |
BooleanProperty |
CheckBoxTreeItem.independentProperty()
A
BooleanProperty used to represent the independent state of this CheckBoxTreeItem. |
BooleanProperty |
CheckBoxTreeItem.indeterminateProperty()
A
BooleanProperty used to represent the indeterminate state of this CheckBoxTreeItem. |
BooleanProperty |
CheckBox.indeterminateProperty()
Determines whether the CheckBox is in the indeterminate state.
|
BooleanProperty |
MenuItem.mnemonicParsingProperty()
MnemonicParsing property to enable/disable text parsing.
|
BooleanProperty |
Labeled.mnemonicParsingProperty()
MnemonicParsing property to enable/disable text parsing.
|
BooleanProperty |
ScrollPane.pannableProperty()
Specifies whether the user should be able to pan the viewport by using
the mouse.
|
BooleanProperty |
TableColumn.resizableProperty()
Used to indicate whether the width of this column can change.
|
BooleanProperty |
TabPane.rotateGraphicProperty()
The rotatedGraphic state of the tabs in the TabPane.
|
BooleanProperty |
ToggleButton.selectedProperty()
Indicates whether this toggle button is selected.
|
BooleanProperty |
Toggle.selectedProperty()
The selected state for this
Toggle . |
BooleanProperty |
RadioMenuItem.selectedProperty() |
BooleanProperty |
CheckMenuItem.selectedProperty()
Represents the current state of this CheckMenuItem.
|
BooleanProperty |
CheckBoxTreeItem.selectedProperty()
A
BooleanProperty used to represent the selected state of this CheckBoxTreeItem. |
BooleanProperty |
CheckBox.selectedProperty()
Indicates whether this CheckBox is checked.
|
BooleanProperty |
TreeView.showRootProperty()
Property that represents whether or not the TreeView root node is visible.
|
BooleanProperty |
Slider.showTickLabelsProperty()
Indicates that the labels for tick marks should be shown.
|
BooleanProperty |
Slider.showTickMarksProperty()
Specifies whether the
Skin implementation should show tick marks. |
BooleanProperty |
Slider.snapToTicksProperty()
Indicates whether the
value of the Slider should always
be aligned with the tick marks. |
BooleanProperty |
TableColumn.sortableProperty()
A boolean property to toggle on and off the sortability of this column.
|
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.
|
BooleanProperty |
Labeled.underlineProperty()
Whether all text should be underlined.
|
BooleanProperty |
MenuBar.useSystemMenuBarProperty()
Use the system menu bar if the current platform supports it.
|
BooleanProperty |
Slider.valueChangingProperty()
When true, indicates the current value of this Slider is changing.
|
BooleanProperty |
TableColumn.visibleProperty()
Toggling this will immediately toggle the visibility of this column,
and all children columns.
|
BooleanProperty |
MenuItem.visibleProperty()
Specifies whether this MenuItem should be rendered as part of the scene graph.
|
BooleanProperty |
Hyperlink.visitedProperty()
Indicates whether this link has already been "visited".
|
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.
|
private BooleanProperty |
Tooltip.CSSBridge.wrapTextProperty() |
BooleanProperty |
TextArea.wrapTextProperty()
If a run of text exceeds the width of the
TextArea ,
then this variable indicates whether the text should wrap onto
another line. |
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.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
ComboBoxTreeCell.comboBoxEditable |
private BooleanProperty |
ComboBoxTableCell.comboBoxEditable |
private BooleanProperty |
ComboBoxListCell.comboBoxEditable |
private BooleanProperty |
CheckBoxTreeCell.indeterminateProperty |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
ComboBoxTreeCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user,
is editable or not.
|
BooleanProperty |
ComboBoxTableCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user,
is editable or not.
|
BooleanProperty |
ComboBoxListCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user,
is editable or not.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
Light.effectDirty |
private BooleanProperty |
FloatMap.effectDirty |
private BooleanProperty |
DisplacementMap.wrap
Defines whether values taken from outside the edges of the map
"wrap around" or not.
|
Modifier and Type | Method and Description |
---|---|
(package private) BooleanProperty |
Light.effectDirtyProperty() |
(package private) BooleanProperty |
FloatMap.effectDirtyProperty() |
BooleanProperty |
DisplacementMap.wrapProperty()
Defines whether values taken from outside the edges of the map
"wrap around" or not.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
ImageView.preserveRatio
Indicates whether to preserve the aspect ratio of the source image when
scaling to fit the image within the fitting bounding box.
|
private BooleanProperty |
ImageView.smooth
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 by
fitWidth and fitHeight . |
Modifier and Type | Method and Description |
---|---|
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.
|
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 by
fitWidth and fitHeight . |
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
RowConstraints.fillHeight
The vertical fill policy for the row.
|
private BooleanProperty |
HBox.fillHeight |
private BooleanProperty |
VBox.fillWidth |
private BooleanProperty |
ColumnConstraints.fillWidth
The horizontal fill policy for the column.
|
private BooleanProperty |
GridPane.gridLinesVisible |
private BooleanProperty |
Region.positionShape
if a
shape is not specified or if scaleShape is true then this has no effect. |
private BooleanProperty |
Region.scaleShape
if a
shape is not specified then this has no effect. |
private BooleanProperty |
Region.snapToPixel |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
RowConstraints.fillHeightProperty()
The vertical fill policy for the row.
|
BooleanProperty |
HBox.fillHeightProperty()
Whether or not resizable children will be resized to fill the full height of the hbox
or be kept to their preferred height and aligned according to the
alignment
vpos value. |
BooleanProperty |
VBox.fillWidthProperty()
Whether or not resizable children will be resized to fill the full width of the vbox
or be kept to their preferred width and aligned according to the
alignment
hpos value. |
BooleanProperty |
ColumnConstraints.fillWidthProperty()
The horizontal fill policy for the column.
|
BooleanProperty |
GridPane.gridLinesVisibleProperty()
For debug purposes only: controls whether lines are displayed to show the gridpane's rows and columns.
|
private BooleanProperty |
Region.positionShapeProperty() |
private BooleanProperty |
Region.scaleShapeProperty() |
BooleanProperty |
Region.snapToPixelProperty()
Defines whether this region rounds position/spacing and ceils size
values to pixel boundaries when laying out its children.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
MediaPlayer.autoPlay
Whether playing should start as soon as possible.
|
private BooleanProperty |
AudioEqualizer.enabled
Whether the
AudioEqualizer is enabled. |
private BooleanProperty |
MediaPlayer.mute
Whether the player audio is muted.
|
private BooleanProperty |
MediaView.preserveRatio
Whether to preserve the aspect ratio (width / height) of the media when
scaling it to fit the node.
|
private BooleanProperty |
MediaView.smooth
If set to
true a better quality filtering
algorithm will be used when scaling this video to fit within the
bounding box provided by fitWidth and fitHeight or
when transforming. |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
MediaPlayer.autoPlayProperty()
Whether playing should start as soon as possible.
|
BooleanProperty |
AudioEqualizer.enabledProperty()
Whether the
AudioEqualizer is enabled. |
BooleanProperty |
MediaPlayer.muteProperty()
Whether the player audio is muted.
|
BooleanProperty |
MediaView.preserveRatioProperty()
Whether to preserve the aspect ratio (width / height) of the media when
scaling it to fit the node.
|
BooleanProperty |
MediaView.smoothProperty()
If set to
true a better quality filtering
algorithm will be used when scaling this video to fit within the
bounding box provided by fitWidth and fitHeight or
when transforming. |
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
PathElement.absolute
A flag that indicates whether the path coordinates are absolute or
relative.
|
private BooleanProperty |
ArcTo.largeArcFlag
The large arc flag.
|
private BooleanProperty |
Shape.smooth
Defines whether antialiasing hints are used or not for this
Shape . |
private BooleanProperty |
ArcTo.sweepFlag
The sweep flag
|
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
PathElement.absoluteProperty()
A flag that indicates whether the path coordinates are absolute or
relative.
|
BooleanProperty |
ArcTo.largeArcFlagProperty()
The large arc flag.
|
BooleanProperty |
Shape.smoothProperty()
Defines whether antialiasing hints are used or not for this
Shape . |
BooleanProperty |
ArcTo.sweepFlagProperty()
The sweep flag
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
Text.impl_caretBias
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
private BooleanProperty |
Text.strikethrough
Defines if each line of text should have a line through it.
|
private BooleanProperty |
Text.underline
Defines if each line of text should have a line below it.
|
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Text.impl_caretBiasProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
BooleanProperty |
Text.strikethroughProperty()
Defines if each line of text should have a line through it.
|
BooleanProperty |
Text.underlineProperty()
Defines if each line of text should have a line below it.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
WebView.contextMenuEnabled
Specifies whether context menu is enabled.
|
private BooleanProperty |
WebEngine.javaScriptEnabled
Specifies whether JavaScript execution is enabled.
|
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
WebView.contextMenuEnabledProperty()
Specifies whether context menu is enabled.
|
BooleanProperty |
WebEngine.javaScriptEnabledProperty()
Specifies whether JavaScript execution is enabled.
|
Modifier and Type | Field and Description |
---|---|
private BooleanProperty |
PopupWindow.autoFix
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.
|
private BooleanProperty |
PopupWindow.autoHide
Specifies whether Popups should auto hide.
|
private BooleanProperty |
PopupWindow.consumeAutoHidingEvents
Specifies whether the event, which caused the Popup to hide, should be
consumed.
|
private BooleanProperty |
PopupWindow.hideOnEscape
Specifies whether the PopupWindow should be hidden when an unhandled escape key
is pressed while the popup has focus.
|
private BooleanProperty |
Stage.resizable
Defines whether the
Stage is resizable or not by the user. |
Modifier and Type | Method and Description |
---|---|
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.
|
BooleanProperty |
PopupWindow.autoHideProperty()
Specifies whether Popups should auto hide.
|
BooleanProperty |
PopupWindow.consumeAutoHidingEventsProperty()
Specifies whether the event, which caused the Popup to hide, should be
consumed.
|
BooleanProperty |
PopupWindow.hideOnEscapeProperty()
Specifies whether the PopupWindow should be hidden when an unhandled escape key
is pressed while the popup has focus.
|
BooleanProperty |
Stage.resizableProperty()
Defines whether the
Stage is resizable or not by the user. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to