Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.PropertyDescriptorSpec
-
-
Uses of PropertyDescriptorSpec in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model that return types with arguments of type PropertyDescriptorSpec Modifier and Type Method Description javafx.collections.ObservableList<PropertyDescriptorSpec>ObservableRuleBuilder. getRuleProperties()javafx.beans.property.ListProperty<PropertyDescriptorSpec>ObservableRuleBuilder. rulePropertiesProperty()Method parameters in net.sourceforge.pmd.util.fxdesigner.model with type arguments of type PropertyDescriptorSpec Modifier and Type Method Description 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.List<PropertyDescriptorSpec> properties)Evaluates an XPath query on the compilation unit.voidObservableRuleBuilder. setRuleProperties(javafx.collections.ObservableList<PropertyDescriptorSpec> ruleProperties) -
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 voidEditPropertyDialogController. 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 voidEditPropertyDialogController. 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
Methods in net.sourceforge.pmd.util.fxdesigner.util that return types with arguments of type PropertyDescriptorSpec Modifier and Type Method Description static javafx.util.Callback<PropertyDescriptorSpec,javafx.beans.Observable[]>PropertyDescriptorSpec. extractor()Extractor for observable lists.static javafx.collections.ObservableList<PropertyDescriptorSpec>PropertyDescriptorSpec. observableList() -
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 java.util.function.Consumer<? super PropertyDescriptorSpec>PropertyTableView. getOnEditCommit()javafx.collections.ObservableList<PropertyDescriptorSpec>PropertyTableView. getRuleProperties()org.reactfx.value.Var<java.util.function.Consumer<? super PropertyDescriptorSpec>>PropertyTableView. onEditCommitProperty()javafx.beans.property.ObjectProperty<javafx.collections.ObservableList<PropertyDescriptorSpec>>PropertyTableView. rulePropertiesProperty()Method parameters in net.sourceforge.pmd.util.fxdesigner.util.controls with type arguments of type PropertyDescriptorSpec Modifier and Type Method Description voidPropertyTableView. setOnEditCommit(java.util.function.Consumer<? super PropertyDescriptorSpec> onEditCommit)voidPropertyTableView. setRuleProperties(javafx.collections.ObservableList<PropertyDescriptorSpec> ruleProperties)
-