Package | Description |
---|---|
com.sun.javafx.property | |
com.sun.javafx.scene | |
com.sun.javafx.scene.control.skin | |
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.beans.binding |
Characteristics of Bindings
|
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.css |
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph 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.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyProperty<T> |
PropertyReference.getProperty(java.lang.Object bean)
Get the
ObservableValue implementation of the
property. |
Modifier and Type | Class and Description |
---|---|
private class |
EventHandlerProperties.EventHandlerProperty<T extends Event> |
Modifier and Type | Class and Description |
---|---|
private class |
LabeledText.StyleablePropertyMirror<T> |
Modifier and Type | Class and Description |
---|---|
private class |
Animation.AnimationReadOnlyProperty<T> |
private class |
Animation.CurrentRateProperty |
private class |
Animation.CurrentTimeProperty |
Modifier and Type | Class and Description |
---|---|
private class |
ListBinding.EmptyProperty |
private class |
ListBinding.SizeProperty |
private class |
MapBinding.EmptyProperty |
private class |
MapBinding.SizeProperty |
private class |
SetBinding.EmptyProperty |
private class |
SetBinding.SizeProperty |
Modifier and Type | Interface and Description |
---|---|
interface |
Property<T>
Generic interface that defines the methods common to all (writable)
properties independent of their type.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
This class provides a full implementation of a
Property wrapping a
boolean value. |
class |
BooleanPropertyBase
The class
BooleanPropertyBase is the base class for a property
wrapping a boolean value. |
class |
DoubleProperty
This class defines a
Property wrapping a double value. |
class |
DoublePropertyBase
The class
DoublePropertyBase is the base class for a property
wrapping a double value. |
class |
FloatProperty
This class defines a
Property wrapping a float value. |
class |
FloatPropertyBase
The class
FloatPropertyBase is the base class for a property wrapping
a float value. |
class |
IntegerProperty
This class defines a
Property wrapping an int value. |
class |
IntegerPropertyBase
The class
IntegerPropertyBase is the base class for a property
wrapping a int value. |
class |
ListProperty<E>
This class provides a full implementation of a
Property wrapping a
ObservableList . |
class |
ListPropertyBase<E>
The class
ListPropertyBase is the base class for a property
wrapping an ObservableList . |
private class |
ListPropertyBase.EmptyProperty |
private class |
ListPropertyBase.SizeProperty |
class |
LongProperty
This class defines a
Property wrapping a long value. |
class |
LongPropertyBase
The class
LongPropertyBase is the base class for a property wrapping
a long value. |
class |
MapProperty<K,V>
This class provides a full implementation of a
Property wrapping a
ObservableMap . |
class |
MapPropertyBase<K,V>
The class
MapPropertyBase is the base class for a property
wrapping an ObservableMap . |
private class |
MapPropertyBase.EmptyProperty |
private class |
MapPropertyBase.SizeProperty |
class |
ObjectProperty<T>
This class provides a full implementation of a
Property wrapping an
arbitrary Object . |
class |
ObjectPropertyBase<T>
The class
ObjectPropertyBase is the base class for a property
wrapping an arbitrary Object . |
class |
ReadOnlyBooleanProperty
Super class for all readonly properties wrapping a
boolean . |
class |
ReadOnlyBooleanPropertyBase
Base class for all readonly properties wrapping a
boolean . |
class |
ReadOnlyBooleanWrapper
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyBooleanWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyDoubleProperty
Super class for all readonly properties wrapping a
double . |
class |
ReadOnlyDoublePropertyBase
Base class for all readonly properties wrapping a
double . |
class |
ReadOnlyDoubleWrapper
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyDoubleWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyFloatProperty
Super class for all readonly properties wrapping a
float . |
class |
ReadOnlyFloatPropertyBase
Base class for all readonly properties wrapping a
float . |
class |
ReadOnlyFloatWrapper
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyFloatWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyIntegerProperty
Super class for all readonly properties wrapping an
int . |
class |
ReadOnlyIntegerPropertyBase
Base class for all readonly properties wrapping an
int . |
class |
ReadOnlyIntegerWrapper
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyIntegerWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyListProperty<E>
Super class for all readonly properties wrapping an
ObservableList . |
class |
ReadOnlyListPropertyBase<E>
Base class for all readonly properties wrapping a
ObservableList . |
class |
ReadOnlyListWrapper<E>
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyListWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyLongProperty
Super class for all readonly properties wrapping a
long . |
class |
ReadOnlyLongPropertyBase
Base class for all readonly properties wrapping a
long . |
class |
ReadOnlyLongWrapper
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyLongWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyMapProperty<K,V>
Super class for all readonly properties wrapping an
ObservableMap . |
class |
ReadOnlyMapPropertyBase<K,V>
Base class for all readonly properties wrapping an
ObservableMap . |
class |
ReadOnlyMapWrapper<K,V>
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyMapWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyObjectProperty<T>
Super class for all readonly properties wrapping an arbitrary
Object . |
class |
ReadOnlyObjectPropertyBase<T>
Base class for all readonly properties wrapping an arbitrary
Object . |
class |
ReadOnlyObjectWrapper<T>
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyObjectWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlySetProperty<E>
Super class for all readonly properties wrapping an
ObservableSet . |
class |
ReadOnlySetPropertyBase<E>
Base class for all readonly properties wrapping an
ObservableSet . |
class |
ReadOnlySetWrapper<E>
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlySetWrapper.ReadOnlyPropertyImpl |
class |
ReadOnlyStringProperty
Super class for all readonly properties wrapping an
String . |
class |
ReadOnlyStringPropertyBase
Base class for all readonly properties wrapping a
String . |
class |
ReadOnlyStringWrapper
This class provides a convenient class to define read-only properties.
|
private class |
ReadOnlyStringWrapper.ReadOnlyPropertyImpl |
class |
SetProperty<E>
This class provides a full implementation of a
Property wrapping a
ObservableSet . |
class |
SetPropertyBase<E>
The class
SetPropertyBase is the base class for a property
wrapping an ObservableSet . |
private class |
SetPropertyBase.EmptyProperty |
private class |
SetPropertyBase.SizeProperty |
class |
SimpleBooleanProperty
This class provides a full implementation of a
Property wrapping a
boolean value. |
class |
SimpleDoubleProperty
This class provides a full implementation of a
Property wrapping a
double value. |
class |
SimpleFloatProperty
This class provides a full implementation of a
Property wrapping a
float value. |
class |
SimpleIntegerProperty
This class provides a full implementation of a
Property wrapping a
int value. |
class |
SimpleListProperty<E>
This class provides a full implementation of a
Property wrapping an
ObservableList . |
class |
SimpleLongProperty
This class provides a full implementation of a
Property wrapping a
long value. |
class |
SimpleMapProperty<K,V>
This class provides a full implementation of a
Property wrapping an
ObservableMap . |
class |
SimpleObjectProperty<T>
This class provides a full implementation of a
Property wrapping an
arbitrary Object . |
class |
SimpleSetProperty<E>
This class provides a full implementation of a
Property wrapping an
ObservableSet . |
class |
SimpleStringProperty
This class provides a full implementation of a
Property wrapping a
String value. |
class |
StringProperty
This class provides a full implementation of a
Property wrapping a
String value. |
class |
StringPropertyBase
The class
StringPropertyBase is the base class for a property
wrapping a String value. |
Modifier and Type | Method and Description |
---|---|
static ReadOnlyBooleanProperty |
ReadOnlyBooleanProperty.readOnlyBooleanProperty(ReadOnlyProperty<java.lang.Boolean> property)
Returns a
ReadOnlyBooleanProperty that wraps a
ReadOnlyProperty . |
static <T extends java.lang.Number> |
ReadOnlyDoubleProperty.readOnlyDoubleProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyDoubleProperty that wraps a
ReadOnlyProperty . |
static <T extends java.lang.Number> |
ReadOnlyFloatProperty.readOnlyFloatProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyFloatProperty that wraps a
ReadOnlyProperty . |
static <T extends java.lang.Number> |
ReadOnlyIntegerProperty.readOnlyIntegerProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyIntegerProperty that wraps a
ReadOnlyProperty . |
static <T extends java.lang.Number> |
ReadOnlyLongProperty.readOnlyLongProperty(ReadOnlyProperty<T> property)
Returns a
ReadOnlyLongProperty that wraps a
ReadOnlyProperty . |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaBeanProperty<T>
JavaBeanProperty<T> is the super interface of all adapters between
writable Java Bean properties and JavaFX properties. |
interface |
ReadOnlyJavaBeanProperty<T>
JavaBeanProperty<T> is the super interface of all adapters between
readonly Java Bean properties and JavaFX properties. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanBooleanProperty
A
JavaBeanBooleanProperty provides an adapter between a regular
Java Bean property of type boolean or Boolean and a JavaFX
BooleanProperty . |
class |
JavaBeanDoubleProperty
A
JavaBeanDoubleProperty provides an adapter between a regular
Java Bean property of type double or Double and a JavaFX
DoubleProperty . |
class |
JavaBeanFloatProperty
A
JavaBeanFloatProperty provides an adapter between a regular
Java Bean property of type float or Float and a JavaFX
FloatProperty . |
class |
JavaBeanIntegerProperty
A
JavaBeanIntegerProperty provides an adapter between a regular
Java Bean property of type int or Integer and a JavaFX
IntegerProperty . |
class |
JavaBeanLongProperty
A
JavaBeanLongProperty provides an adapter between a regular
Java Bean property of type long or Long and a JavaFX
LongProperty . |
class |
JavaBeanObjectProperty<T>
A
JavaBeanObjectProperty provides an adapter between a regular
Java Bean property of type T and a JavaFX
ObjectProperty<T> . |
class |
JavaBeanStringProperty
A
JavaBeanStringProperty provides an adapter between a regular
Java Bean property of type String and a JavaFX
StringProperty . |
class |
ReadOnlyJavaBeanBooleanProperty
A
ReadOnlyJavaBeanBooleanProperty provides an adapter between a regular
read only Java Bean property of type boolean or Boolean and a JavaFX
ReadOnlyBooleanProperty . |
class |
ReadOnlyJavaBeanDoubleProperty
A
ReadOnlyJavaBeanDoubleProperty provides an adapter between a regular
read only Java Bean property of type double or Double and a JavaFX
ReadOnlyDoubleProperty . |
class |
ReadOnlyJavaBeanFloatProperty
A
ReadOnlyJavaBeanFloatProperty provides an adapter between a regular
read only Java Bean property of type float or Float and a JavaFX
ReadOnlyFloatProperty . |
class |
ReadOnlyJavaBeanIntegerProperty
A
ReadOnlyJavaBeanIntegerProperty provides an adapter between a regular
read only Java Bean property of type int or Integer and a JavaFX
ReadOnlyIntegerProperty . |
class |
ReadOnlyJavaBeanLongProperty
A
ReadOnlyJavaBeanLongProperty provides an adapter between a regular
read only Java Bean property of type long or Long and a JavaFX
ReadOnlyLongProperty . |
class |
ReadOnlyJavaBeanObjectProperty<T>
A
ReadOnlyJavaBeanObjectProperty provides an adapter between a regular
read only Java Bean property of T and a JavaFX
ReadOnlyObjectProperty . |
class |
ReadOnlyJavaBeanStringProperty
A
ReadOnlyJavaBeanStringProperty provides an adapter between a regular
read only Java Bean property of type String and a JavaFX
ReadOnlyStringProperty . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleStyleableBooleanProperty
This class extends
SimpleBooleanProperty and provides a full
implementation of a StyleableProperty . |
class |
SimpleStyleableDoubleProperty
This class extends
SimpleDoubleProperty and provides a full
implementation of a StyleableProperty . |
class |
SimpleStyleableFloatProperty
This class extends
SimpleFloatProperty and provides a full
implementation of a StyleableProperty . |
class |
SimpleStyleableIntegerProperty
This class extends
SimpleIntegerProperty and provides a full
implementation of a StyleableProperty . |
class |
SimpleStyleableLongProperty
This class extends
SimpleLongProperty and provides a full
implementation of a StyleableProperty . |
class |
SimpleStyleableObjectProperty<T>
This class extends
SimpleObjectProperty and provides a full
implementation of a StyleableProperty . |
class |
SimpleStyleableStringProperty
This class extends
SimpleStringProperty and provides a full
implementation of a StyleableProperty . |
class |
StyleableBooleanProperty
This class extends
BooleanPropertyBase and provides a partial
implementation of a StyleableProperty . |
class |
StyleableDoubleProperty
This class extends
DoublePropertyBase and provides a partial
implementation of a StyleableProperty . |
class |
StyleableFloatProperty
This class extends
FloatPropertyBase and provides a partial
implementation of a StyleableProperty . |
class |
StyleableIntegerProperty
This class extends
IntegerPropertyBase and provides a partial
implementation of a StyleableProperty . |
class |
StyleableLongProperty
This class extends
LongPropertyBase and provides a partial
implementation of a StyleableProperty . |
class |
StyleableObjectProperty<T>
This class extends
ObjectPropertyBase and provides a partial
implementation of a StyleableProperty . |
class |
StyleableStringProperty
This class extends
StringPropertyBase and provides a partial
implementation of a StyleableProperty . |
Modifier and Type | Class and Description |
---|---|
private class |
ImageCursor.DoublePropertyImpl |
private class |
ImageCursor.ObjectPropertyImpl<T> |
private class |
Node.EffectiveOrientationProperty |
(package private) class |
Node.FocusedProperty
Special boolean property which allows for atomic focus change.
|
private static class |
Node.LazyBoundsProperty |
private static class |
Node.LazyTransformProperty |
(package private) class |
Node.NodeTransformation.LocalToSceneTransformProperty |
private class |
Node.ReadOnlyObjectWrapperManualFire<T> |
private class |
Scene.EffectiveOrientationProperty |
Modifier and Type | Class and Description |
---|---|
private class |
TextInputControl.TextProperty |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Effect.EffectInputProperty |
Modifier and Type | Class and Description |
---|---|
private class |
Image.DoublePropertyImpl |
private class |
Image.ObjectPropertyImpl<T> |
Modifier and Type | Class and Description |
---|---|
private class |
BorderPane.BorderPositionProperty
*
Private Inner Class *
*
|
private class |
Region.InsetsProperty |
private class |
Region.MinPrefMaxProperty
This class is reused for the min, pref, and max properties since
they all performed the same function (to call requestParentLayout).
|
private class |
Region.ShapeProperty
An implementation for the ShapeProperty.
|
private class |
TilePane.TileSizeProperty |
Modifier and Type | Class and Description |
---|---|
private class |
Affine.AffineElementProperty
Affine element property which handles the atomic changes of more
properties.
|
private static class |
Transform.LazyBooleanProperty
Lazily computed read-only boolean property implementation.
|
Modifier and Type | Class and Description |
---|---|
private class |
WebEngine.DocumentProperty |
Modifier and Type | Class and Description |
---|---|
private class |
Stage.ResizableProperty |
private class |
Window.SceneModel |