Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.autocomplete.matchers.MatchResult
-
-
Uses of MatchResult in net.sourceforge.pmd.util.fxdesigner.util.autocomplete
Methods in net.sourceforge.pmd.util.fxdesigner.util.autocomplete that return types with arguments of type MatchResult Modifier and Type Method Description java.util.stream.Stream<MatchResult<java.lang.String>>CompletionResultSource. getSortedMatches(java.lang.String input, int limit)Returns a stream of pre-built TextFlows sorted by relevance.java.util.stream.Stream<MatchResult<java.lang.String>>XPathCompletionSource. getSortedMatches(java.lang.String input, int limit)Returns a stream of pre-built TextFlows sorted by relevance. -
Uses of MatchResult in net.sourceforge.pmd.util.fxdesigner.util.autocomplete.matchers
Methods in net.sourceforge.pmd.util.fxdesigner.util.autocomplete.matchers that return types with arguments of type MatchResult Modifier and Type Method Description static <T> java.util.stream.Stream<MatchResult<T>>StringMatchUtil. filterResults(java.util.List<T> candidates, java.util.function.Function<T,java.lang.String> matchExtractor, java.lang.String query, MatchSelector<T> limiter)Selects the bestMatchResultgiven a list of candidates and a query.java.util.stream.Stream<MatchResult<T>>MatchSelector. selectBest(java.util.stream.Stream<MatchResult<T>> raw)Methods in net.sourceforge.pmd.util.fxdesigner.util.autocomplete.matchers with parameters of type MatchResult Modifier and Type Method Description intMatchResult. compareTo(MatchResult<?> o)Method parameters in net.sourceforge.pmd.util.fxdesigner.util.autocomplete.matchers with type arguments of type MatchResult Modifier and Type Method Description java.util.stream.Stream<MatchResult<T>>MatchSelector. selectBest(java.util.stream.Stream<MatchResult<T>> raw) -
Uses of MatchResult in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return types with arguments of type MatchResult Modifier and Type Method Description org.reactfx.value.Val<MatchResult>SearchableTreeView.SearchableTreeItem. currentSearchResultProperty()protected org.reactfx.value.Val<MatchResult>SearchableTreeView.SearchableTreeCell. searchResultProperty()
-