Creates a new ReadOnlyObjectWrapper with a scalafx.delegate.SFXDelegate as initial value.
Creates a new ReadOnlyObjectWrapper with a scalafx.delegate.SFXDelegate as initial value.
Special case when value is an ScalaFX wrapper, to be used as a work around for Issue 14. Created object property will have value type of the wrapped JavaFX type to simplify use with binding.
the JavaFX type of the value hold by this object property.
The bean of this ReadOnlyObjectWrapper
The name of this ReadOnlyObjectWrapper
the initial value.
Creates a new ReadOnlyObjectWrapper with a delegate
as initial value.
Creates a new ReadOnlyObjectWrapper with a delegate
as initial value.
Special case when value is an ScalaFX wrapper, to be used as a work around for Issue 14. Created object property will have value type of the wrapped JavaFX type to simplify use with binding.
the JavaFX type of the value hold by this object property.
the initial value, value.delegate
is actually stored in this property.
Creates a new ReadOnlyObjectWrapper instance with a given initial wrapped value.
Creates a new ReadOnlyObjectWrapper instance with a given initial wrapped value.
type of the value hold by this object property.
The bean of this ReadOnlyObjectWrapper
The name of this ReadOnlyObjectWrapper
the initial value.
Creates a new ReadOnlyObjectWrapper instance with a given initial wrapped value.