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 ReadOnlyIntegerProperty
ListBinding. sizeProperty()
abstract ReadOnlyIntegerProperty
ListExpression. sizeProperty()
An integer property that represents the size of the list.ReadOnlyIntegerProperty
MapBinding. sizeProperty()
abstract ReadOnlyIntegerProperty
MapExpression. sizeProperty()
An integer property that represents the size of the map.ReadOnlyIntegerProperty
SetBinding. sizeProperty()
abstract ReadOnlyIntegerProperty
SetExpression. 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 class
IntegerProperty
This class defines aProperty
wrapping anint
value.class
IntegerPropertyBase
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
ReadOnlyIntegerPropertyBase
Base class for all readonly properties wrapping anint
.class
ReadOnlyIntegerWrapper
This class provides a convenient class to define read-only properties.class
SimpleIntegerProperty
This class provides a full implementation of aProperty
wrapping aint
value.Methods in javafx.beans.property that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerProperty
ReadOnlyIntegerWrapper. getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlyIntegerWrapper
.static <T extends Number>
ReadOnlyIntegerPropertyReadOnlyIntegerProperty. readOnlyIntegerProperty(ReadOnlyProperty<T> property)
Returns aReadOnlyIntegerProperty
that wraps aReadOnlyProperty
.ReadOnlyIntegerProperty
ListPropertyBase. sizeProperty()
ReadOnlyIntegerProperty
MapPropertyBase. sizeProperty()
ReadOnlyIntegerProperty
SetPropertyBase. sizeProperty()
-
Uses of ReadOnlyIntegerProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyIntegerProperty in javafx.beans.property.adapter Modifier and Type Class Description class
JavaBeanIntegerProperty
AJavaBeanIntegerProperty
provides an adapter between a regular Java Bean property of typeint
orInteger
and a JavaFXIntegerProperty
.class
ReadOnlyJavaBeanIntegerProperty
AReadOnlyJavaBeanIntegerProperty
provides an adapter between a regular read only Java Bean property of typeint
orInteger
and a JavaFXReadOnlyIntegerProperty
. -
Uses of ReadOnlyIntegerProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerProperty
ScheduledService. 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 class
SimpleStyleableIntegerProperty
This class extendsSimpleIntegerProperty
and provides a full implementation of aStyleableProperty
.class
StyleableIntegerProperty
This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyIntegerProperty in javafx.print
Methods in javafx.print that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerProperty
PageRange. endPageProperty()
IntegerProperty
representing the ending page number of the range.ReadOnlyIntegerProperty
PageRange. startPageProperty()
IntegerProperty
representing 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 ReadOnlyIntegerProperty
TextInputControl. anchorProperty()
Theanchor
of the text selection.ReadOnlyIntegerProperty
TextInputControl. caretPositionProperty()
The current position of the caret within the text.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.ReadOnlyIntegerProperty
TreeTableView. expandedItemCountProperty()
Represents the number of tree nodes presently able to be visible in the TreeTableView.ReadOnlyIntegerProperty
TreeView. expandedItemCountProperty()
Represents the number of tree nodes presently able to be visible in the TreeView.ReadOnlyIntegerProperty
FocusModel. focusedIndexProperty()
The index of the current item in the FocusModel which has the focus.ReadOnlyIntegerProperty
IndexedCell. indexProperty()
ReadOnlyIntegerProperty
TextInputControl. lengthProperty()
The number of characters in the text input.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
Methods in javafx.scene.media that return ReadOnlyIntegerProperty Modifier and Type Method Description ReadOnlyIntegerProperty
MediaPlayer. currentCountProperty()
The number of completed playback cycles.ReadOnlyIntegerProperty
Media. heightProperty()
The height in pixels of the source media.ReadOnlyIntegerProperty
Media. 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 ReadOnlyIntegerProperty
WebHistory. currentIndexProperty()
Defines the index of the currentEntry
in the history.