Uses of Class
javafx.beans.property.IntegerProperty
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 public classes for the JavaFX Printing 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.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 classes to support user interface layout.
Provides the set of classes for integrating audio and video into Java FX
Applications.
Provides the set of classes for fonts and renderable Text Node.
This package provides means for loading and displaying Web content.
-
Uses of IntegerProperty in javafx.animation
Modifier and TypeMethodDescriptionfinal IntegerProperty
Animation.cycleCountProperty()
Defines the number of cycles in this animation. -
Uses of IntegerProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping aint
value.Modifier and TypeMethodDescriptionstatic IntegerProperty
IntegerProperty.integerProperty
(Property<Integer> property) Returns aIntegerProperty
that wraps aProperty
and is bidirectionally bound to it. -
Uses of IntegerProperty in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanIntegerProperty
provides an adapter between a regular Java Bean property of typeint
orInteger
and a JavaFXIntegerProperty
. -
Uses of IntegerProperty in javafx.concurrent
Modifier and TypeMethodDescriptionfinal IntegerProperty
ScheduledService.maximumFailureCountProperty()
The maximum number of times the ScheduledService can fail before it simply ends in the FAILED state. -
Uses of IntegerProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsSimpleIntegerProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of IntegerProperty in javafx.print
Modifier and TypeMethodDescriptionfinal IntegerProperty
JobSettings.copiesProperty()
IntegerProperty
representing the number of copies of the job to print. -
Uses of IntegerProperty in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal IntegerProperty
ValueAxis.minorTickCountProperty()
The number of minor tick divisions to be displayed between each major tick mark. -
Uses of IntegerProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal IntegerProperty
SpinnerValueFactory.IntegerSpinnerValueFactory.amountToStepByProperty()
Sets the amount to increment or decrement by, per step.final IntegerProperty
Pagination.currentPageIndexProperty()
The current page index to display for this pagination control.final IntegerProperty
Pagination.maxPageIndicatorCountProperty()
The maximum number of page indicators to use for this pagination control.final IntegerProperty
SpinnerValueFactory.IntegerSpinnerValueFactory.maxProperty()
Sets the maximum allowable value for this value factoryfinal IntegerProperty
Slider.minorTickCountProperty()
The number of minor ticks to place between any two major ticks.final IntegerProperty
SpinnerValueFactory.IntegerSpinnerValueFactory.minProperty()
Sets the minimum allowable value for this value factoryfinal IntegerProperty
Pagination.pageCountProperty()
The number of pages for this pagination control.final IntegerProperty
TextArea.prefColumnCountProperty()
The preferred number of text columns.final IntegerProperty
TextField.prefColumnCountProperty()
The preferred number of text columns.final IntegerProperty
TextArea.prefRowCountProperty()
The preferred number of text rows.final IntegerProperty
ComboBox.visibleRowCountProperty()
The maximum number of rows to be visible in the ComboBox popup when it is showing. -
Uses of IntegerProperty in javafx.scene.control.skin
Modifier and TypeMethodDescriptionfinal IntegerProperty
VirtualFlow.cellCountProperty()
Indicates the number of cells that should be in the flow. -
Uses of IntegerProperty in javafx.scene.effect
Modifier and TypeMethodDescriptionfinal IntegerProperty
FloatMap.heightProperty()
The height of the map, in pixels.final IntegerProperty
BoxBlur.iterationsProperty()
The number of times to iterate the blur effect to improve its "quality" or "smoothness".final IntegerProperty
FloatMap.widthProperty()
The width of the map, in pixels. -
Uses of IntegerProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal IntegerProperty
TilePane.prefColumnsProperty()
The preferred number of columns for a horizontal tilepane.final IntegerProperty
TilePane.prefRowsProperty()
The preferred number of rows for a vertical tilepane. -
Uses of IntegerProperty in javafx.scene.media
Modifier and TypeMethodDescriptionMediaPlayer.audioSpectrumNumBandsProperty()
The number of bands in the audio spectrum.MediaPlayer.audioSpectrumThresholdProperty()
The sensitivity threshold in decibels; must be non-positive.AudioClip.cycleCountProperty()
The number of times the clip will be played whenAudioClip.play()
is called.MediaPlayer.cycleCountProperty()
The number of times the media will be played.AudioClip.priorityProperty()
The relative priority of the clip with respect to other clips. -
Uses of IntegerProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal IntegerProperty
Text.caretPositionProperty()
The caret index in the content.final IntegerProperty
Text.selectionEndProperty()
The end index of the selection in the content.final IntegerProperty
Text.selectionStartProperty()
The start index of the selection in the content.final IntegerProperty
Text.tabSizeProperty()
The size of a tab stop in spaces.final IntegerProperty
TextFlow.tabSizeProperty()
The size of a tab stop in spaces. -
Uses of IntegerProperty in javafx.scene.web
Modifier and TypeMethodDescriptionWebHistory.maxSizeProperty()
Defines the maximum size of the history list.