public abstract class GotoRelatedProvider
extends java.lang.Object
If related items are represented as icons on the gutter use RelatedItemLineMarkerProvider
to provide both line markers and 'goto related' targets
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<GotoRelatedProvider> |
EP_NAME |
| Constructor and Description |
|---|
GotoRelatedProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends GotoRelatedItem> |
getItems(DataContext context) |
java.util.List<? extends GotoRelatedItem> |
getItems(PsiElement psiElement) |
public static final ExtensionPointName<GotoRelatedProvider> EP_NAME
public java.util.List<? extends GotoRelatedItem> getItems(PsiElement psiElement)
public java.util.List<? extends GotoRelatedItem> getItems(DataContext context)