Module MaterialFX
Class StyleableObjectProperty<T>
java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
javafx.beans.property.ObjectProperty<T>
javafx.beans.property.ObjectPropertyBase<T>
javafx.css.StyleableObjectProperty<T>
javafx.css.SimpleStyleableObjectProperty<T>
io.github.palexdev.materialfx.beans.properties.styleable.StyleableObjectProperty<T>
- All Implemented Interfaces:
Observable,Property<T>,ReadOnlyProperty<T>,ObservableObjectValue<T>,ObservableValue<T>,WritableObjectValue<T>,WritableValue<T>,StyleableProperty<T>
-
Constructor Summary
ConstructorsConstructorDescriptionStyleableObjectProperty(CssMetaData<? extends Styleable, T> cssMetaData) StyleableObjectProperty(CssMetaData<? extends Styleable, T> cssMetaData, Object bean, String name) StyleableObjectProperty(CssMetaData<? extends Styleable, T> cssMetaData, Object bean, String name, T initialValue) StyleableObjectProperty(CssMetaData<? extends Styleable, T> cssMetaData, T initialValue) -
Method Summary
Methods inherited from class javafx.css.SimpleStyleableObjectProperty
getBean, getCssMetaData, getNameMethods inherited from class javafx.css.StyleableObjectProperty
applyStyle, bind, setMethods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbindMethods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectionalMethods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.beans.value.ObservableValue
getValueMethods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
Constructor Details
-
StyleableObjectProperty
-
StyleableObjectProperty
-
StyleableObjectProperty
public StyleableObjectProperty(CssMetaData<? extends Styleable, T> cssMetaData, Object bean, String name) -
StyleableObjectProperty
-
-
Method Details
-
getStyleOrigin
- Specified by:
getStyleOriginin interfaceStyleableProperty<T>- Overrides:
getStyleOriginin classStyleableObjectProperty<T>
-