public class ForwardingProperty<T,V extends javafx.beans.property.Property<T>> extends ForwardingObservableValue<T,V> implements javafx.beans.property.Property<T>, javafx.beans.value.ObservableObjectValue<T>, javafx.beans.value.WritableObjectValue<T>
delegate| Constructor and Description |
|---|
ForwardingProperty(V delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(javafx.beans.value.ObservableValue<? extends T> observable) |
void |
bindBidirectional(javafx.beans.property.Property<T> other) |
T |
get() |
Object |
getBean() |
String |
getName() |
boolean |
isBound() |
void |
set(T value) |
void |
setValue(T value) |
void |
unbind() |
void |
unbindBidirectional(javafx.beans.property.Property<T> other) |
addListener, addListener, getValue, listeners, removeListener, removeListener, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic ForwardingProperty(V delegate)
public void bind(javafx.beans.value.ObservableValue<? extends T> observable)
bind in interface javafx.beans.property.Property<T>public void unbind()
unbind in interface javafx.beans.property.Property<T>public boolean isBound()
isBound in interface javafx.beans.property.Property<T>public void bindBidirectional(javafx.beans.property.Property<T> other)
bindBidirectional in interface javafx.beans.property.Property<T>public void unbindBidirectional(javafx.beans.property.Property<T> other)
unbindBidirectional in interface javafx.beans.property.Property<T>public Object getBean()
getBean in interface javafx.beans.property.ReadOnlyProperty<T>public String getName()
getName in interface javafx.beans.property.ReadOnlyProperty<T>public void setValue(T value)
setValue in interface javafx.beans.value.WritableValue<T>public T get()
Copyright © 2012–2017 MARID software development group. All rights reserved.