public static interface TypeElementFinder.Customizer
Modifier and Type | Method and Description |
---|---|
boolean |
accept(ElementHandle<TypeElement> typeHandle)
Filter results directly in dialog.
|
Set<ElementHandle<TypeElement>> |
query(ClasspathInfo classpathInfo,
String textForQuery,
ClassIndex.NameKind nameKind,
Set<ClassIndex.SearchScope> searchScopes)
Set the scope of the search on particular classpath.
|
Set<ElementHandle<TypeElement>> query(ClasspathInfo classpathInfo, String textForQuery, ClassIndex.NameKind nameKind, Set<ClassIndex.SearchScope> searchScopes)
TypeElementFinder.Customizer.query(org.netbeans.api.java.source.ClasspathInfo, java.lang.String, org.netbeans.api.java.source.ClassIndex.NameKind, java.util.Set<org.netbeans.api.java.source.ClassIndex.SearchScope>)
boolean accept(ElementHandle<TypeElement> typeHandle)
query
method and when ratio of filtered elements is reasonably high.
(e.g. visibility query)