A - type of first propertyB - type of second propertypublic class TwoProperty<A,B> extends SingleProperty<A>
| Constructor and Description |
|---|
TwoProperty(java.lang.String name1,
A value1,
java.lang.String name2,
B value2)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Get the properties as a list.
|
javafx.beans.property.SimpleObjectProperty<B> |
property2()
Get the second property.
|
property1public javafx.beans.property.SimpleObjectProperty<B> property2()
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
getProperties in class SingleProperty<A>