public interface SearchEverywhereClassifier
Modifier and Type | Interface and Description |
---|---|
static class |
SearchEverywhereClassifier.EP_Manager |
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SearchEverywhereClassifier> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getListCellRendererComponent(javax.swing.JList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus) |
default GlobalSearchScope |
getProjectScope(Project project) |
VirtualFile |
getVirtualFile(java.lang.Object o) |
boolean |
isClass(java.lang.Object o) |
boolean |
isSymbol(java.lang.Object o) |
static final ExtensionPointName<SearchEverywhereClassifier> EP_NAME
boolean isClass(java.lang.Object o)
boolean isSymbol(java.lang.Object o)
VirtualFile getVirtualFile(java.lang.Object o)
java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
default GlobalSearchScope getProjectScope(Project project)