Uses of Class
org.eclipse.jface.text.MultiStringMatcher
-
Packages that use MultiStringMatcher Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents. -
-
Uses of MultiStringMatcher in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return MultiStringMatcher Modifier and Type Method Description MultiStringMatcherMultiStringMatcher.Builder. build()Returns theMultiStringMatcherbuilt by this builder.static MultiStringMatcherMultiStringMatcher. create(String... searchStrings)Creates aMultiStringMatcherfor the givensearchStrings.
-