Class PropertyMapModel
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.model.testing.PropertyMapModel
-
public class PropertyMapModel extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyMapModel(@Nullable javafx.collections.ObservableList<PropertyDescriptorSpec> knownProps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactfx.collection.LiveList<javafx.util.Pair<PropertyDescriptorSpec,org.reactfx.value.Var<String>>>asList()javafx.collections.ObservableMap<PropertyDescriptorSpec,org.reactfx.value.Var<String>>asMap()Map<String,String>getNonDefault()Map<String,String>getOrphanProperties()org.reactfx.value.Val<Map<String,String>>nonDefaultProperty()voidsetKnownProperties(@Nullable javafx.collections.ObservableList<PropertyDescriptorSpec> props)voidsetProperty(String name, String value)
-
-
-
Constructor Detail
-
PropertyMapModel
public PropertyMapModel(@Nullable javafx.collections.ObservableList<PropertyDescriptorSpec> knownProps)
-
-
Method Detail
-
setKnownProperties
public void setKnownProperties(@Nullable javafx.collections.ObservableList<PropertyDescriptorSpec> props)
-
asList
public org.reactfx.collection.LiveList<javafx.util.Pair<PropertyDescriptorSpec,org.reactfx.value.Var<String>>> asList()
-
asMap
public javafx.collections.ObservableMap<PropertyDescriptorSpec,org.reactfx.value.Var<String>> asMap()
-
-