| 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.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 | Method and Description | 
|---|---|
IntegerProperty | 
Animation.cycleCountProperty()
Defines the number of cycles in this animation. 
 | 
| 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<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 | Method and Description | 
|---|---|
IntegerProperty | 
ScheduledService.maximumFailureCountProperty()
The maximum number of times the ScheduledService can fail before it simply ends in the FAILED
 state. 
 | 
| 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 | Method and Description | 
|---|---|
IntegerProperty | 
JobSettings.copiesProperty()
IntegerProperty representing the number of
 copies of the job to print. | 
| Modifier and Type | Method and Description | 
|---|---|
IntegerProperty | 
ValueAxis.minorTickCountProperty()
The number of minor tick divisions to be displayed between each major tick mark. 
 | 
| 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()
The number of minor ticks to place between any two major ticks. 
 | 
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()
The preferred number of text columns. 
 | 
IntegerProperty | 
TextField.prefColumnCountProperty()
The preferred number of text columns. 
 | 
IntegerProperty | 
TextArea.prefRowCountProperty()
The preferred number of text rows. 
 | 
IntegerProperty | 
ComboBox.visibleRowCountProperty()
The maximum number of rows to be visible in the ComboBox popup when it is
 showing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IntegerProperty | 
FloatMap.heightProperty()
The height of the map, in pixels. 
 | 
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()
The number of times to iterate the blur effect to improve its
 "quality" or "smoothness". 
 | 
IntegerProperty | 
FloatMap.widthProperty()
The width of the map, in pixels. 
 | 
| 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 | Method and Description | 
|---|---|
IntegerProperty | 
MediaPlayer.audioSpectrumNumBandsProperty()
The number of bands in the audio spectrum. 
 | 
IntegerProperty | 
MediaPlayer.audioSpectrumThresholdProperty()
The sensitivity threshold in decibels; must be non-positive. 
 | 
IntegerProperty | 
AudioClip.cycleCountProperty()
The number of times the clip will be played when  
AudioClip.play()
 is called. | 
IntegerProperty | 
MediaPlayer.cycleCountProperty()
The number of times the media will be played. 
 | 
IntegerProperty | 
AudioClip.priorityProperty()
The relative priority of the clip with respect to other clips. 
 | 
| 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.impl_selectionEndProperty()
Deprecated. 
 
This is an internal API that is not intended
 for use and will be removed in the next version 
 | 
IntegerProperty | 
Text.impl_selectionStartProperty()
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 | 
|---|---|
IntegerProperty | 
WebHistory.maxSizeProperty()
Defines the maximum size of the history list. 
 | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.