private final class Region.ShapeProperty extends StyleableObjectProperty<Shape> implements java.lang.Runnable
Modifier | Constructor and Description |
---|---|
private |
ShapeProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
CssMetaData<Region,Shape> |
getCssMetaData()
Reflect back the CssMetaData that corresponds to this
javafx.beans.property.StyleableProperty |
java.lang.String |
getName()
Returns the name of this property.
|
protected void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
void |
run() |
applyStyle, bind, getStyleOrigin, set
addListener, addListener, fireValueChangedEvent, get, isBound, removeListener, removeListener, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue, setValue
getValue
public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.getBean
in interface ReadOnlyProperty<Shape>
Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.getName
in interface ReadOnlyProperty<Shape>
String
public CssMetaData<Region,Shape> getCssMetaData()
StyleableProperty
javafx.beans.property.StyleableProperty
getCssMetaData
in interface StyleableProperty<Shape>
protected void invalidated()
ObjectPropertyBase
invalidated()
can be overridden to receive
invalidation notifications. This is the preferred option in
Objects
defining the property, because it requires less memory.
The default implementation is empty.invalidated
in class ObjectPropertyBase<Shape>
public void run()
run
in interface java.lang.Runnable