|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private class Stage.ResizableProperty extends SimpleBooleanProperty
| Constructor and Description |
|---|
Stage.ResizableProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ObservableValue<? extends java.lang.Boolean> rawObservable)
Create a unidirection binding for this
Property. |
void |
bindBidirectional(Property<java.lang.Boolean> other)
Create a bidirectional binding between this
Property and another
one. |
protected void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
getBean, getNameaddListener, addListener, fireValueChangedEvent, get, isBound, removeListener, removeListener, set, toString, unbindsetValue, unbindBidirectionalequals, hashCodeand, asString, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, finalize, getClass, notify, notifyAll, wait, wait, waitequalsgetValuegetValueprotected void invalidated()
BooleanPropertyBaseinvalidated() 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 BooleanPropertyBasepublic void bind(ObservableValue<? extends java.lang.Boolean> rawObservable)
BooleanPropertyBaseProperty.bind in interface Property<java.lang.Boolean>bind in class BooleanPropertyBaserawObservable - The observable this Property should be bound to.public void bindBidirectional(Property<java.lang.Boolean> other)
BooleanPropertyProperty and another
one.bindBidirectional in interface Property<java.lang.Boolean>bindBidirectional in class BooleanPropertyother - the other PropertyCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .