public class GotoRelatedItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_GROUP_NAME |
Modifier | Constructor and Description |
---|---|
|
GotoRelatedItem(PsiElement element) |
|
GotoRelatedItem(PsiElement element,
java.lang.String group) |
protected |
GotoRelatedItem(PsiElement element,
java.lang.String group,
int mnemonic) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<GotoRelatedItem> |
createItems(java.util.Collection<? extends PsiElement> elements) |
static java.util.List<GotoRelatedItem> |
createItems(java.util.Collection<? extends PsiElement> elements,
java.lang.String group) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCustomContainerName() |
javax.swing.Icon |
getCustomIcon() |
java.lang.String |
getCustomName() |
PsiElement |
getElement() |
java.lang.String |
getGroup() |
int |
getMnemonic() |
int |
hashCode() |
void |
navigate() |
public static final java.lang.String DEFAULT_GROUP_NAME
protected GotoRelatedItem(PsiElement element, java.lang.String group, int mnemonic)
public GotoRelatedItem(PsiElement element, java.lang.String group)
public GotoRelatedItem(PsiElement element)
public void navigate()
public java.lang.String getCustomName()
public java.lang.String getCustomContainerName()
public javax.swing.Icon getCustomIcon()
public PsiElement getElement()
public int getMnemonic()
public static java.util.List<GotoRelatedItem> createItems(java.util.Collection<? extends PsiElement> elements)
public static java.util.List<GotoRelatedItem> createItems(java.util.Collection<? extends PsiElement> elements, java.lang.String group)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getGroup()
public int hashCode()
hashCode
in class java.lang.Object