private final class BorderPane.BorderPositionProperty extends ObjectPropertyBase<Node>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isBeingInvalidated |
private Node |
oldValue |
private java.lang.String |
propertyName |
| Constructor and Description |
|---|
BorderPositionProperty(java.lang.String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
protected void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
addListener, addListener, bind, fireValueChangedEvent, get, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, setValue, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValueprivate Node oldValue
private final java.lang.String propertyName
private boolean isBeingInvalidated
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<Node>public java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.String