A
- The type of IAdaptable
this IAdaptable.Bound
may be bound
to.public static interface IAdaptable.Bound<A extends IAdaptable>
IAdaptable
it is registered at.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<A> |
adaptable
A read-only object property providing the
IAdaptable this
IAdaptable.Bound is bound to. |
Modifier and Type | Interface and Description |
---|---|
static class |
IAdaptable.Bound.Impl<T extends IAdaptable>
Default implementation of
IAdaptable.Bound that manages a
ReadOnlyObjectProperty for the IAdaptable . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<A> |
adaptableProperty()
A read-only object property providing the
IAdaptable this
IAdaptable.Bound is bound to. |
A |
getAdaptable()
Returns the
IAdaptable this IAdaptable.Bound is
currently bound to, or null if this
IAdaptable.Bound is currently not bound to an
IAdaptable . |
void |
setAdaptable(A adaptable)
Called by the
IAdaptable this IAdaptable.Bound is
registered at or unregistered from, in order to establish or remove a
back-reference to itself. |
javafx.beans.property.ReadOnlyObjectProperty<A extends IAdaptable> adaptableProperty
IAdaptable
this
IAdaptable.Bound
is bound to.getAdaptable()
,
setAdaptable(A)
javafx.beans.property.ReadOnlyObjectProperty<A> adaptableProperty()
IAdaptable
this
IAdaptable.Bound
is bound to.getAdaptable()
,
setAdaptable(A)
A getAdaptable()
IAdaptable
this IAdaptable.Bound
is
currently bound to, or null
if this
IAdaptable.Bound
is currently not bound to an
IAdaptable
.IAdaptable
this IAdaptable.Bound
is
currently bound to, or null
if this
IAdaptable.Bound
is currently not bound to an
IAdaptable
.void setAdaptable(A adaptable)
IAdaptable
this IAdaptable.Bound
is
registered at or unregistered from, in order to establish or remove a
back-reference to itself.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.