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