SimpleFloatProperty
and provides a full
implementation of a StyleableProperty
.
This class is used to make a javafx.beans.property.FloatProperty
,
that would otherwise be implemented as a SimpleFloatProperty
,
styleable by CSS.
javafx.beans.property.SimpleFloatProperty
, CssMetaData
, StyleableProperty
, StyleableFloatProperty
Modifier and Type | Field and Description |
---|---|
private final Object | |
private final CssMetaData | |
private static final Object | |
private static final String | |
private final String |
Access | Constructor and Description |
---|---|
public | SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number>
the CssMetaData associated with this cssMetaData)StyleableProperty The constructor of the |
public | SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number>
the CssMetaData associated with this cssMetaData, Float StyleableProperty the initial value of the wrapped initialValue)Object The constructor of the |
public | SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number>
the CssMetaData associated with this cssMetaData, Object StyleableProperty the bean of this bean, String FloatProperty the name of this name)FloatProperty The constructor of the |
public | SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number>
the CssMetaData associated with this cssMetaData, Object StyleableProperty the bean of this bean, String FloatProperty the name of this name, Float FloatProperty the initial value of the wrapped initialValue)Object The constructor of the |
Modifier and Type | Method and Description |
---|---|
public Object | getBean()
Implements javafx. Returns the |
public final CssMetaData | getCssMetaData()
Implements javafx. Reflect back the CssMetaData that corresponds to this
|
public String | getName()
Implements javafx. Returns the name of this property. |
bean | back to summary |
---|---|
private final Object bean |
cssMetaData | back to summary |
---|---|
private final CssMetaData<? extends Styleable, Number> cssMetaData |
DEFAULT_BEAN | back to summary |
---|---|
private static final Object DEFAULT_BEAN |
DEFAULT_NAME | back to summary |
---|---|
private static final String DEFAULT_NAME |
name | back to summary |
---|---|
private final String name |
SimpleStyleableFloatProperty | back to summary |
---|---|
public SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number> cssMetaData) The constructor of the
|
SimpleStyleableFloatProperty | back to summary |
---|---|
public SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number> cssMetaData, Float initialValue) The constructor of the
|
SimpleStyleableFloatProperty | back to summary |
---|---|
public SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number> cssMetaData, Object bean, String name) The constructor of the
|
SimpleStyleableFloatProperty | back to summary |
---|---|
public SimpleStyleableFloatProperty(CssMetaData<? extends Styleable, Number> cssMetaData, Object bean, String name, Float initialValue) The constructor of the |
getBean | back to summary |
---|---|
public Object getBean() Implements javafx. Doc from javafx. Returns the |
getCssMetaData | back to summary |
---|---|
public final CssMetaData Implements javafx. Doc from javafx. Reflect back the CssMetaData that corresponds to this
|
getName | back to summary |
---|---|
public String getName() Implements javafx. Doc from javafx. Returns the name of this property. If the property does not have a name,
this method returns an empty |