T
- The type of IAdaptable
which this class is bound
to.public static class IAdaptable.Bound.Impl<T extends IAdaptable> extends java.lang.Object implements IAdaptable.Bound<T>
IAdaptable.Bound
that manages a
ReadOnlyObjectProperty
for the IAdaptable
.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<T> |
adaptable
A read-only object property providing the
IAdaptable this
IAdaptable.Bound is bound to. |
IAdaptable.Bound.Impl<T extends IAdaptable>
Constructor and Description |
---|
Impl() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<T> |
adaptableProperty()
A read-only object property providing the
IAdaptable this
IAdaptable.Bound is bound to. |
T |
getAdaptable()
Gets the value of the property adaptable.
|
void |
setAdaptable(T adaptable)
Sets the value of the property adaptable.
|
public javafx.beans.property.ReadOnlyObjectProperty<T extends IAdaptable> adaptableProperty
adaptableProperty
in interface IAdaptable.Bound<T extends IAdaptable>
getAdaptable()
,
setAdaptable(T)
public javafx.beans.property.ReadOnlyObjectProperty<T> adaptableProperty()
IAdaptable.Bound
IAdaptable
this
IAdaptable.Bound
is bound to.adaptableProperty
in interface IAdaptable.Bound<T extends IAdaptable>
getAdaptable()
,
setAdaptable(T)
public T getAdaptable()
getAdaptable
in interface IAdaptable.Bound<T extends IAdaptable>
IAdaptable
this IAdaptable.Bound
is
currently bound to, or null
if this
IAdaptable.Bound
is currently not bound to an
IAdaptable
.public void setAdaptable(T adaptable)
setAdaptable
in interface IAdaptable.Bound<T extends IAdaptable>
adaptable
- The IAdaptable
this IAdaptable.Bound
is
bound to or null
to unbind this
IAdaptable.Bound
.Copyright (c) 2014 itemis AG and others. All rights reserved.