Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.PropertyDescriptorSpec
-
-
Uses of PropertyDescriptorSpec in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model that return PropertyDescriptorSpec Modifier and Type Method Description PropertyDescriptorSpecPropertyDescriptorSpec. deepCopy()Methods in net.sourceforge.pmd.util.fxdesigner.model that return types with arguments of type PropertyDescriptorSpec Modifier and Type Method Description java.util.List<PropertyDescriptorSpec>VersionedXPathQuery. getDefinedProperties()java.util.Optional<PropertyDescriptorSpec>ObservableRuleBuilder. getProperty(java.lang.String name)org.reactfx.collection.LiveList<PropertyDescriptorSpec>ObservableRuleBuilder. getRuleProperties()org.reactfx.value.Var<javafx.collections.ObservableList<PropertyDescriptorSpec>>ObservableRuleBuilder. rulePropertiesProperty()Method parameters in net.sourceforge.pmd.util.fxdesigner.model with type arguments of type PropertyDescriptorSpec Modifier and Type Method Description static java.util.List<net.sourceforge.pmd.lang.ast.Node>XPathEvaluator. evaluateQuery(net.sourceforge.pmd.lang.ast.Node compilationUnit, net.sourceforge.pmd.lang.LanguageVersion languageVersion, java.lang.String xpathVersion, java.lang.String xpathQuery, java.util.Map<java.lang.String,java.lang.String> propertyValues, java.util.List<PropertyDescriptorSpec> properties)Evaluates an XPath query on the compilation unit.voidObservableRuleBuilder. setRuleProperties(javafx.collections.ObservableList<PropertyDescriptorSpec> ruleProperties)Constructor parameters in net.sourceforge.pmd.util.fxdesigner.model with type arguments of type PropertyDescriptorSpec Constructor Description VersionedXPathQuery(java.lang.String version, java.lang.String expression, java.util.List<PropertyDescriptorSpec> definedProperties) -
Uses of PropertyDescriptorSpec in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return types with arguments of type PropertyDescriptorSpec Modifier and Type Method Description org.reactfx.collection.LiveList<javafx.util.Pair<PropertyDescriptorSpec,org.reactfx.value.Var<java.lang.String>>>PropertyMapModel. asList()javafx.collections.ObservableMap<PropertyDescriptorSpec,org.reactfx.value.Var<java.lang.String>>PropertyMapModel. asMap()Method parameters in net.sourceforge.pmd.util.fxdesigner.model.testing with type arguments of type PropertyDescriptorSpec Modifier and Type Method Description voidPropertyMapModel. setKnownProperties(@Nullable javafx.collections.ObservableList<PropertyDescriptorSpec> props)Constructor parameters in net.sourceforge.pmd.util.fxdesigner.model.testing with type arguments of type PropertyDescriptorSpec Constructor Description PropertyMapModel(@Nullable javafx.collections.ObservableList<PropertyDescriptorSpec> knownProps) -
Uses of PropertyDescriptorSpec in net.sourceforge.pmd.util.fxdesigner.popups
Methods in net.sourceforge.pmd.util.fxdesigner.popups with parameters of type PropertyDescriptorSpec Modifier and Type Method Description org.reactfx.SubscriptionEditPropertyDialogController. bindToDescriptor(PropertyDescriptorSpec spec, javafx.collections.ObservableList<PropertyDescriptorSpec> allDescriptors)Wires this dialog to the descriptor, so that the controls edit the descriptor.Method parameters in net.sourceforge.pmd.util.fxdesigner.popups with type arguments of type PropertyDescriptorSpec Modifier and Type Method Description org.reactfx.SubscriptionEditPropertyDialogController. bindToDescriptor(PropertyDescriptorSpec spec, javafx.collections.ObservableList<PropertyDescriptorSpec> allDescriptors)Wires this dialog to the descriptor, so that the controls edit the descriptor. -
Uses of PropertyDescriptorSpec in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return types with arguments of type PropertyDescriptorSpec Modifier and Type Method Description javafx.collections.ObservableList<PropertyDescriptorSpec>PropertyCollectionView. getItems()org.reactfx.value.Val<javafx.collections.ObservableList<PropertyDescriptorSpec>>PropertyCollectionView. itemsProperty()Method parameters in net.sourceforge.pmd.util.fxdesigner.util.controls with type arguments of type PropertyDescriptorSpec Modifier and Type Method Description voidPropertyCollectionView. setItems(javafx.collections.ObservableList<PropertyDescriptorSpec> ruleProperties)
-