All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static PsiImplementationViewSession |
create(DataContext dataContext,
Project project,
boolean searchDeep,
boolean alwaysIncludeSelf) |
static ImplementationSearcher |
createImplementationsSearcher(boolean searchDeep) |
void |
dispose() |
boolean |
elementRequiresIncludeSelf() |
Editor |
getEditor() |
static Editor |
getEditor(DataContext dataContext) |
PsiElement |
getElement() |
static PsiElement |
getElement(Project project,
PsiFile file,
Editor editor,
PsiElement element) |
static Pair<PsiElement,PsiReference> |
getElementAndReference(DataContext dataContext,
Project project,
PsiFile file,
Editor editor) |
ImplementationViewSessionFactory |
getFactory() |
VirtualFile |
getFile() |
java.util.List<ImplementationViewElement> |
getImplementationElements() |
Project |
getProject() |
static PsiElement [] |
getSelfAndImplementations(Editor editor,
PsiElement element,
ImplementationSearcher handler,
boolean includeSelfAlways) |
java.lang.String |
getText() |
boolean |
needUpdateInBackground() |
java.util.List<ImplementationViewElement> |
searchImplementationsInBackground(ProgressIndicator indicator,
Processor<? super ImplementationViewElement> processor) |