Package | Description |
---|---|
com.sun.javafx.binding | |
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.print |
Provides the public classes for the JavaFX Printing 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.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
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.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.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.WeakReference<IntegerProperty> |
BidirectionalBinding.BidirectionalIntegerBinding.propertyRef1 |
private java.lang.ref.WeakReference<IntegerProperty> |
BidirectionalBinding.BidirectionalIntegerBinding.propertyRef2 |
Modifier and Type | Method and Description |
---|---|
static BidirectionalBinding |
BidirectionalBinding.bindNumber(IntegerProperty property1,
Property<java.lang.Integer> property2) |
static BidirectionalBinding |
BidirectionalBinding.bindNumber(Property<java.lang.Integer> property1,
IntegerProperty property2) |
Constructor and Description |
---|
BidirectionalIntegerBinding(IntegerProperty property1,
IntegerProperty property2) |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
CustomColorDialog.ColorRectPane.blue |
private IntegerProperty |
CustomColorDialog.ColorRectPane.green |
private IntegerProperty |
ProgressIndicatorSkin.indeterminateSegmentCount
The number of segments in the spinner.
|
private IntegerProperty |
IntegerField.maxValue |
private IntegerProperty |
InputField.prefColumnCount
The preferred number of text columns.
|
private IntegerProperty |
CustomColorDialog.ColorRectPane.red |
private IntegerProperty |
IntegerField.value
The value of the IntegerField.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
IntegerField.maxValueProperty() |
IntegerProperty |
InputField.prefColumnCountProperty() |
IntegerProperty |
IntegerField.valueProperty() |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Animation.cycleCount
Defines the number of cycles in this animation.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
Animation.cycleCountProperty() |
Modifier and Type | Class and Description |
---|---|
class |
IntegerPropertyBase
The class
IntegerPropertyBase is the base class for a property
wrapping a int value. |
class |
ReadOnlyIntegerWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleIntegerProperty
This class provides a full implementation of a
Property wrapping a
int value. |
Modifier and Type | Method and Description |
---|---|
static IntegerProperty |
IntegerProperty.integerProperty(Property<java.lang.Integer> property)
Returns a
IntegerProperty that wraps a
Property and is
bidirectionally bound to it. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanIntegerProperty
A
JavaBeanIntegerProperty provides an adapter between a regular
Java Bean property of type int or Integer and a JavaFX
IntegerProperty . |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
ScheduledService.maximumFailureCount
The maximum number of times the ScheduledService can fail before it simply ends in the FAILED
state.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
ScheduledService.maximumFailureCountProperty() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleStyleableIntegerProperty
This class extends
SimpleIntegerProperty and provides a full
implementation of a StyleableProperty . |
class |
StyleableIntegerProperty
This class extends
IntegerPropertyBase and provides a partial
implementation of a StyleableProperty . |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
JobSettings.copies |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
JobSettings.copiesProperty()
IntegerProperty representing the number of
copies of the job to print. |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
ValueAxis.minorTickCount
The number of minor tick divisions to be displayed between each major tick mark.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
ValueAxis.minorTickCountProperty() |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
SpinnerValueFactory.IntegerSpinnerValueFactory.amountToStepBy |
private IntegerProperty |
Pagination.currentPageIndex |
private IntegerProperty |
SpinnerValueFactory.IntegerSpinnerValueFactory.max |
private IntegerProperty |
Pagination.maxPageIndicatorCount |
private IntegerProperty |
SpinnerValueFactory.IntegerSpinnerValueFactory.min
*
Properties *
*
|
private IntegerProperty |
Slider.minorTickCount
The number of minor ticks to place between any two major ticks.
|
private IntegerProperty |
Pagination.pageCount |
private IntegerProperty |
TextArea.prefColumnCount
The preferred number of text columns.
|
private IntegerProperty |
TextField.prefColumnCount
The preferred number of text columns.
|
private IntegerProperty |
TextArea.prefRowCount
The preferred number of text rows.
|
private IntegerProperty |
ComboBox.visibleRowCount
The maximum number of rows to be visible in the ComboBox popup when it is
showing.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
SpinnerValueFactory.IntegerSpinnerValueFactory.amountToStepByProperty()
Sets the amount to increment or decrement by, per step.
|
IntegerProperty |
Pagination.currentPageIndexProperty()
The current page index to display for this pagination control.
|
IntegerProperty |
Pagination.maxPageIndicatorCountProperty()
The maximum number of page indicators to use for this pagination control.
|
IntegerProperty |
SpinnerValueFactory.IntegerSpinnerValueFactory.maxProperty()
Sets the maximum allowable value for this value factory
|
IntegerProperty |
Slider.minorTickCountProperty() |
IntegerProperty |
SpinnerValueFactory.IntegerSpinnerValueFactory.minProperty()
Sets the minimum allowable value for this value factory
|
IntegerProperty |
Pagination.pageCountProperty()
The number of pages for this pagination control.
|
IntegerProperty |
TextArea.prefColumnCountProperty() |
IntegerProperty |
TextField.prefColumnCountProperty() |
IntegerProperty |
TextArea.prefRowCountProperty() |
IntegerProperty |
ComboBox.visibleRowCountProperty() |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Effect.effectDirty |
private IntegerProperty |
FloatMap.height
The height of the map, in pixels.
|
private IntegerProperty |
BoxBlur.iterations
The number of times to iterate the blur effect to improve its
"quality" or "smoothness".
|
private IntegerProperty |
FloatMap.width
The width of the map, in pixels.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
FloatMap.heightProperty() |
IntegerProperty |
Effect.impl_effectDirtyProperty()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
IntegerProperty |
BoxBlur.iterationsProperty() |
IntegerProperty |
FloatMap.widthProperty() |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
TilePane.prefColumns |
private IntegerProperty |
TilePane.prefRows |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
TilePane.prefColumnsProperty()
The preferred number of columns for a horizontal tilepane.
|
IntegerProperty |
TilePane.prefRowsProperty()
The preferred number of rows for a vertical tilepane.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
MediaPlayer.audioSpectrumNumBands
The number of bands in the audio spectrum.
|
private IntegerProperty |
MediaPlayer.audioSpectrumThreshold
The sensitivity threshold in decibels; must be non-positive.
|
private IntegerProperty |
MediaPlayer.cycleCount
The number of times the media will be played.
|
private IntegerProperty |
AudioClip.cycleCount
The number of times the clip will be played when
AudioClip.play()
is called. |
private IntegerProperty |
AudioClip.priority
The relative priority of the clip with respect to other clips.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
MediaPlayer.audioSpectrumNumBandsProperty() |
IntegerProperty |
MediaPlayer.audioSpectrumThresholdProperty() |
IntegerProperty |
MediaPlayer.cycleCountProperty() |
IntegerProperty |
AudioClip.cycleCountProperty() |
IntegerProperty |
AudioClip.priorityProperty() |
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
Text.TextAttribute.impl_caretPosition
Deprecated.
|
private IntegerProperty |
Text.TextAttribute.impl_selectionEnd
Deprecated.
|
private IntegerProperty |
Text.TextAttribute.impl_selectionStart
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
Text.impl_caretPositionProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
IntegerProperty |
Text.TextAttribute.impl_caretPositionProperty()
Deprecated.
|
IntegerProperty |
Text.impl_selectionEndProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
IntegerProperty |
Text.TextAttribute.impl_selectionEndProperty()
Deprecated.
|
IntegerProperty |
Text.impl_selectionStartProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
IntegerProperty |
Text.TextAttribute.impl_selectionStartProperty()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private IntegerProperty |
WebHistory.maxSize |
Modifier and Type | Method and Description |
---|---|
IntegerProperty |
WebHistory.maxSizeProperty()
Defines the maximum size of the history list.
|