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, setaddListener, addListener, fireValueChangedEvent, get, isBound, removeListener, removeListener, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValue, setValuegetValuepublic java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.getBean in interface ReadOnlyProperty<Shape>Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.getName in interface ReadOnlyProperty<Shape>Stringpublic CssMetaData<Region,Shape> getCssMetaData()
StyleablePropertyjavafx.beans.property.StyleablePropertygetCssMetaData in interface StyleableProperty<Shape>protected void invalidated()
ObjectPropertyBaseinvalidated() 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