Uses of Class
javafx.beans.property.ReadOnlyIntegerProperty
| Package | Description |
|---|---|
| javafx.beans.binding |
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources. |
| javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
| javafx.beans.property.adapter |
Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property. |
| 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.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.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
| javafx.scene.web |
This package provides means for loading and displaying Web content.
|
-
Uses of ReadOnlyIntegerProperty in javafx.beans.binding
Methods in javafx.beans.binding that return ReadOnlyIntegerProperty Modifier and Type Method Description abstract ReadOnlyIntegerPropertyListExpression. sizeProperty()An integer property that represents the size of the list.abstract ReadOnlyIntegerPropertyMapExpression. sizeProperty()An integer property that represents the size of the map.abstract ReadOnlyIntegerPropertySetExpression. sizeProperty()An integer property that represents the size of the set. -
Uses of ReadOnlyIntegerProperty in javafx.beans.property
Subclasses of ReadOnlyIntegerProperty in javafx.beans.property Modifier and Type Class Description classIntegerPropertyThis class defines aPropertywrapping anintvalue.classIntegerPropertyBaseThe classIntegerPropertyBaseis the base class for a property wrapping aintvalue.classReadOnlyIntegerPropertyBaseBase class for all readonly properties wrapping anint.classReadOnlyIntegerWrapperThis class provides a convenient class to define read-only properties.classSimpleIntegerPropertyThis class provides a full implementation of aPropertywrapping aintvalue.Methods in javafx.beans.property that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerPropertyReadOnlyIntegerWrapper. getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyIntegerWrapper.static <T extends Number>
ReadOnlyIntegerPropertyReadOnlyIntegerProperty. readOnlyIntegerProperty(ReadOnlyProperty<T> property)Returns aReadOnlyIntegerPropertythat wraps aReadOnlyProperty. -
Uses of ReadOnlyIntegerProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyIntegerProperty in javafx.beans.property.adapter Modifier and Type Class Description classJavaBeanIntegerPropertyAJavaBeanIntegerPropertyprovides an adapter between a regular Java Bean property of typeintorIntegerand a JavaFXIntegerProperty.classReadOnlyJavaBeanIntegerPropertyAReadOnlyJavaBeanIntegerPropertyprovides an adapter between a regular read only Java Bean property of typeintorIntegerand a JavaFXReadOnlyIntegerProperty. -
Uses of ReadOnlyIntegerProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerPropertyScheduledService. currentFailureCountProperty()The current number of times the ScheduledService has failed. -
Uses of ReadOnlyIntegerProperty in javafx.css
Subclasses of ReadOnlyIntegerProperty in javafx.css Modifier and Type Class Description classSimpleStyleableIntegerPropertyThis class extendsSimpleIntegerPropertyand provides a full implementation of aStyleableProperty.classStyleableIntegerPropertyThis class extendsIntegerPropertyBaseand provides a partial implementation of aStyleableProperty. -
Uses of ReadOnlyIntegerProperty in javafx.print
Methods in javafx.print that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerPropertyPageRange. endPageProperty()IntegerPropertyrepresenting the ending page number of the range.ReadOnlyIntegerPropertyPageRange. startPageProperty()IntegerPropertyrepresenting the starting page number of the range. -
Uses of ReadOnlyIntegerProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerPropertyTextInputControl. anchorProperty()Theanchorof the text selection.ReadOnlyIntegerPropertyTextInputControl. caretPositionProperty()The current position of the caret within the text.ReadOnlyIntegerPropertyListView. editingIndexProperty()A property used to represent the index of the item currently being edited in the ListView, if editing is taking place, or -1 if no item is being edited.ReadOnlyIntegerPropertyTreeTableView. expandedItemCountProperty()Represents the number of tree nodes presently able to be visible in the TreeTableView.ReadOnlyIntegerPropertyTreeView. expandedItemCountProperty()Represents the number of tree nodes presently able to be visible in the TreeView.ReadOnlyIntegerPropertyFocusModel. focusedIndexProperty()The index of the current item in the FocusModel which has the focus.ReadOnlyIntegerPropertyIndexedCell. indexProperty()ReadOnlyIntegerPropertyTextInputControl. lengthProperty()The number of characters in the text input.ReadOnlyIntegerPropertySelectionModel. selectedIndexProperty()Refers to the selected index property, which is used to indicate the currently selected index value in the selection model. -
Uses of ReadOnlyIntegerProperty in javafx.scene.media
Methods in javafx.scene.media that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerPropertyMediaPlayer. currentCountProperty()The number of completed playback cycles.ReadOnlyIntegerPropertyMedia. heightProperty()The height in pixels of the source media.ReadOnlyIntegerPropertyMedia. widthProperty()The width in pixels of the source media. -
Uses of ReadOnlyIntegerProperty in javafx.scene.web
Methods in javafx.scene.web that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerPropertyWebHistory. currentIndexProperty()Defines the index of the currentEntryin the history.