Uses of Class
net.sourceforge.pmd.util.fxdesigner.model.MetricResult
-
Packages that use MetricResult Package Description net.sourceforge.pmd.util.fxdesigner.model net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of MetricResult in net.sourceforge.pmd.util.fxdesigner.model
Methods in net.sourceforge.pmd.util.fxdesigner.model that return types with arguments of type MetricResult Modifier and Type Method Description java.util.List<MetricResult>MetricEvaluator. evaluateAllMetrics(net.sourceforge.pmd.lang.ast.Node node)Evaluates all available metrics and returns a list of results. -
Uses of MetricResult in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return types with arguments of type MetricResult Modifier and Type Method Description static javafx.util.Callback<javafx.scene.control.ListView<MetricResult>,MetricResultListCell>MetricResultListCell. callback()Methods in net.sourceforge.pmd.util.fxdesigner.util.controls with parameters of type MetricResult Modifier and Type Method Description protected voidMetricResultListCell. updateItem(MetricResult item, boolean empty)
-