A - the type of the first propertypublic class SingleProperty<A>
extends java.lang.Object
| Constructor and Description |
|---|
SingleProperty(java.lang.String name1,
A value1)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Get the property as a list.
|
javafx.beans.property.SimpleObjectProperty<A> |
property1()
Get first property.
|
public SingleProperty(java.lang.String name1,
A value1)
name1 - of the propertyvalue1 - initial value of the propertypublic javafx.beans.property.SimpleObjectProperty<A> property1()
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()