Package | Description |
---|---|
com.sun.javafx.application | |
com.sun.javafx.charts | |
com.sun.javafx.menu | |
com.sun.javafx.scene.control.skin | |
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.css |
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
|
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.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
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 | Method and Description |
---|---|
static BooleanProperty |
PlatformImpl.accessibilityActiveProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Legend.verticalProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
MenuItemBase.disableProperty() |
BooleanProperty |
MenuItemBase.mnemonicParsingProperty() |
BooleanProperty |
RadioMenuItemBase.selectedProperty() |
BooleanProperty |
CheckMenuItemBase.selectedProperty() |
BooleanProperty |
MenuItemBase.visibleProperty() |
Modifier and Type | Field and Description |
---|---|
protected BooleanProperty |
TextInputControlSkin.displayCaret |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
PaginationSkin.arrowsVisibleProperty() |
protected BooleanProperty |
TreeTableCellSkin.columnVisibleProperty() |
protected abstract BooleanProperty |
TableCellSkinBase.columnVisibleProperty() |
protected BooleanProperty |
TableCellSkin.columnVisibleProperty() |
BooleanProperty |
TextInputControlSkin.forwardBiasProperty() |
BooleanProperty |
PaginationSkin.pageInformationVisibleProperty() |
BooleanProperty |
TableHeaderRow.reorderingProperty() |
protected BooleanProperty |
TreeTableViewSkin.tableMenuButtonVisibleProperty() |
protected abstract BooleanProperty |
TableViewSkinBase.tableMenuButtonVisibleProperty() |
protected BooleanProperty |
TableViewSkin.tableMenuButtonVisibleProperty() |
BooleanProperty |
PaginationSkin.tooltipVisibleProperty() |
BooleanProperty |
VirtualFlow.verticalProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Animation.autoReverseProperty() |
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 | Method and Description |
---|---|
static BooleanProperty |
BooleanProperty.booleanProperty(Property<Boolean> property)
Returns a
BooleanProperty that wraps a
Property . |
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 | Method and Description |
---|---|
BooleanProperty |
ScheduledService.restartOnFailureProperty() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleStyleableBooleanProperty
This class extends
SimpleBooleanProperty and provides a full
implementation of a StyleableProperty . |
class |
StyleableBooleanProperty
This class extends
BooleanPropertyBase and provides a partial
implementation of a StyleableProperty . |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Group.autoSizeChildrenProperty() |
BooleanProperty |
Node.cacheProperty()
A performance hint to the system to indicate that this
Node
should be cached as a bitmap. |
BooleanProperty |
Node.disableProperty()
Defines the individual disabled state of this
Node . |
BooleanProperty |
Node.focusTraversableProperty() |
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 |
LightBase.lightOnProperty() |
BooleanProperty |
Node.managedProperty() |
BooleanProperty |
Node.mouseTransparentProperty()
If
true , this node (together with all its children) is completely
transparent to mouse events. |
BooleanProperty |
Node.pickOnBoundsProperty() |
BooleanProperty |
PerspectiveCamera.verticalFieldOfViewProperty() |
BooleanProperty |
Node.visibleProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
CheckBox.allowIndeterminateProperty() |
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() |
BooleanProperty |
TableSelectionModel.cellSelectionEnabledProperty() |
BooleanProperty |
Tab.closableProperty()
The closable state for this tab.
|
BooleanProperty |
TitledPane.collapsibleProperty()
The collapsible state of the TitledPane.
|
BooleanProperty |
Button.defaultButtonProperty() |
BooleanProperty |
Tab.disableProperty()
Sets the disabled state of this tab.
|
BooleanProperty |
MenuItem.disableProperty() |
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 |
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.
|
BooleanProperty |
TextInputControl.editableProperty() |
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 |
TableColumnBase.editableProperty() |
BooleanProperty |
Spinner.editableProperty() |
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 |
DialogPane.expandedProperty()
Represents whether the dialogPane is expanded.
|
BooleanProperty |
ScrollPane.fitToHeightProperty() |
BooleanProperty |
ScrollPane.fitToWidthProperty() |
BooleanProperty |
CustomMenuItem.hideOnClickProperty() |
BooleanProperty |
TableColumnBase.impl_fixedProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
BooleanProperty |
TableColumnBase.impl_reorderableProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
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() |
BooleanProperty |
MenuItem.mnemonicParsingProperty() |
BooleanProperty |
Labeled.mnemonicParsingProperty() |
BooleanProperty |
ScrollPane.pannableProperty() |
BooleanProperty |
TableColumnBase.resizableProperty() |
BooleanProperty |
Dialog.resizableProperty()
Represents whether the dialog is resizable.
|
BooleanProperty |
TabPane.rotateGraphicProperty()
The rotatedGraphic state of the tabs in the TabPane.
|
BooleanProperty |
ToggleButton.selectedProperty() |
BooleanProperty |
Toggle.selectedProperty()
The selected state for this
Toggle . |
BooleanProperty |
RadioMenuItem.selectedProperty() |
BooleanProperty |
CheckMenuItem.selectedProperty() |
BooleanProperty |
CheckBoxTreeItem.selectedProperty()
A
BooleanProperty used to represent the selected state of this CheckBoxTreeItem. |
BooleanProperty |
CheckBox.selectedProperty() |
BooleanProperty |
TreeView.showRootProperty()
Property that represents whether or not the TreeView root node is visible.
|
BooleanProperty |
TreeTableView.showRootProperty()
Property that represents whether or not the TreeTableView root node is visible.
|
BooleanProperty |
Slider.showTickLabelsProperty() |
BooleanProperty |
Slider.showTickMarksProperty() |
BooleanProperty |
DatePicker.showWeekNumbersProperty()
Whether the DatePicker popup should display a column showing
week numbers.
|
BooleanProperty |
Slider.snapToTicksProperty() |
BooleanProperty |
TableColumnBase.sortableProperty() |
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.
|
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() |
BooleanProperty |
TableColumnBase.visibleProperty() |
BooleanProperty |
MenuItem.visibleProperty() |
BooleanProperty |
Hyperlink.visitedProperty()
Indicates whether this link has already been "visited".
|
BooleanProperty |
SpinnerValueFactory.wrapAroundProperty() |
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.
|
BooleanProperty |
TextArea.wrapTextProperty() |
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 | Method and Description |
---|---|
BooleanProperty |
ComboBoxTreeTableCell.comboBoxEditableProperty()
A property representing whether the ComboBox, when shown to the user,
is editable or not.
|
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 | Method and Description |
---|---|
BooleanProperty |
DisplacementMap.wrapProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
ImageView.preserveRatioProperty() |
BooleanProperty |
ImageView.smoothProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Region.cacheShapeProperty() |
BooleanProperty |
Region.centerShapeProperty() |
BooleanProperty |
RowConstraints.fillHeightProperty() |
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 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 resized to their preferred width and aligned according to the
alignment
hpos value. |
BooleanProperty |
ColumnConstraints.fillWidthProperty() |
BooleanProperty |
GridPane.gridLinesVisibleProperty()
For debug purposes only: controls whether lines are displayed to show the gridpane's rows and columns.
|
BooleanProperty |
Region.scaleShapeProperty() |
BooleanProperty |
Region.snapToPixelProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
MediaPlayer.autoPlayProperty() |
BooleanProperty |
AudioEqualizer.enabledProperty()
Enables or disables
AudioEqualizer . |
BooleanProperty |
MediaPlayer.muteProperty() |
BooleanProperty |
MediaView.preserveRatioProperty() |
BooleanProperty |
MediaView.smoothProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
Material.impl_dirtyProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
PathElement.absoluteProperty() |
BooleanProperty |
ArcTo.largeArcFlagProperty() |
BooleanProperty |
Shape.smoothProperty() |
BooleanProperty |
ArcTo.sweepFlagProperty() |
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 | Method and Description |
---|---|
BooleanProperty |
WebView.contextMenuEnabledProperty() |
BooleanProperty |
WebEngine.javaScriptEnabledProperty() |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
PopupWindow.autoFixProperty() |
BooleanProperty |
PopupWindow.autoHideProperty() |
BooleanProperty |
PopupWindow.consumeAutoHidingEventsProperty() |
BooleanProperty |
PopupWindow.hideOnEscapeProperty() |
BooleanProperty |
Stage.resizableProperty() |
Copyright © 2020. All rights reserved.