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)
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)Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.