|
Spec-Zone .ru
спецификации, руководства, описания, API
|
T - private final class Separator.CSSProperty<T> extends SimpleObjectProperty<T>
| Modifier and Type | Method and Description |
|---|---|
void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
void |
set(T value)
Set the wrapped value.
|
getBean, getNameaddListener, addListener, bind, fireValueChangedEvent, get, isBound, removeListener, removeListener, toString, unbindbindBidirectional, setValue, unbindBidirectionalequals, hashCodegetValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuegetValuepublic void set(T value)
ObjectPropertyBaseset in interface WritableObjectValue<T>set in class ObjectPropertyBase<T>value - The new valuepublic 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<T>Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .