Uses of Class
javafx.beans.property.ReadOnlyIntegerProperty
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.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 Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
Provides the set of classes for integrating audio and video into Java FX
Applications.
This package provides means for loading and displaying Web content.
-
Uses of ReadOnlyIntegerProperty in javafx.beans.binding
Modifier and TypeMethodDescriptionListBinding.sizeProperty()
abstract ReadOnlyIntegerProperty
ListExpression.sizeProperty()
An integer property that represents the size of the list.MapBinding.sizeProperty()
abstract ReadOnlyIntegerProperty
MapExpression.sizeProperty()
An integer property that represents the size of the map.SetBinding.sizeProperty()
abstract ReadOnlyIntegerProperty
SetExpression.sizeProperty()
An integer property that represents the size of the set. -
Uses of ReadOnlyIntegerProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
This class defines aProperty
wrapping anint
value.class
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
Base class for all readonly properties wrapping anint
.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 TypeMethodDescriptionReadOnlyIntegerWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlyIntegerWrapper
.static <T extends Number>
ReadOnlyIntegerPropertyReadOnlyIntegerProperty.readOnlyIntegerProperty
(ReadOnlyProperty<T> property) Returns aReadOnlyIntegerProperty
that wraps aReadOnlyProperty
.ListPropertyBase.sizeProperty()
MapPropertyBase.sizeProperty()
SetPropertyBase.sizeProperty()
-
Uses of ReadOnlyIntegerProperty 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
.final class
AReadOnlyJavaBeanIntegerProperty
provides an adapter between a regular read only Java Bean property of typeint
orInteger
and a JavaFXReadOnlyIntegerProperty
. -
Uses of ReadOnlyIntegerProperty in javafx.concurrent
Modifier and TypeMethodDescriptionfinal ReadOnlyIntegerProperty
ScheduledService.currentFailureCountProperty()
The current number of times the ScheduledService has failed. -
Uses of ReadOnlyIntegerProperty 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 ReadOnlyIntegerProperty in javafx.print
Modifier and TypeMethodDescriptionfinal ReadOnlyIntegerProperty
PageRange.endPageProperty()
IntegerProperty
representing the ending page number of the range.final ReadOnlyIntegerProperty
PageRange.startPageProperty()
IntegerProperty
representing the starting page number of the range. -
Uses of ReadOnlyIntegerProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ReadOnlyIntegerProperty
TextInputControl.anchorProperty()
Theanchor
of the text selection.final ReadOnlyIntegerProperty
TextInputControl.caretPositionProperty()
The current position of the caret within the text.final ReadOnlyIntegerProperty
ListView.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.final ReadOnlyIntegerProperty
TreeTableView.expandedItemCountProperty()
Represents the number of tree nodes presently able to be visible in the TreeTableView.final ReadOnlyIntegerProperty
TreeView.expandedItemCountProperty()
Represents the number of tree nodes presently able to be visible in the TreeView.final ReadOnlyIntegerProperty
FocusModel.focusedIndexProperty()
The index of the current item in the FocusModel which has the focus.final ReadOnlyIntegerProperty
IndexedCell.indexProperty()
final ReadOnlyIntegerProperty
TextInputControl.lengthProperty()
The number of characters in the text input.final ReadOnlyIntegerProperty
SelectionModel.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
Modifier and TypeMethodDescriptionMediaPlayer.currentCountProperty()
The number of completed playback cycles.Media.heightProperty()
The height in pixels of the source media.Media.widthProperty()
The width in pixels of the source media. -
Uses of ReadOnlyIntegerProperty in javafx.scene.web
Modifier and TypeMethodDescriptionWebHistory.currentIndexProperty()
Defines the index of the currentEntry
in the history.