public class DeprecatedEntryPoint extends EntryPoint
Modifier and Type | Field and Description |
---|---|
boolean |
DEPRECATED_ENTRY_POINT |
Constructor and Description |
---|
DeprecatedEntryPoint() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
boolean |
isEntryPoint(PsiElement psiElement) |
boolean |
isEntryPoint(RefElement refElement,
PsiElement psiElement) |
boolean |
isSelected() |
void |
readExternal(Element element) |
void |
setSelected(boolean selected) |
void |
writeExternal(Element element) |
clone, getIgnoreAnnotations, showUI
public void readExternal(Element element)
public void writeExternal(Element element)
public java.lang.String getDisplayName()
getDisplayName
in class EntryPoint
public boolean isEntryPoint(RefElement refElement, PsiElement psiElement)
isEntryPoint
in class EntryPoint
public boolean isEntryPoint(PsiElement psiElement)
isEntryPoint
in class EntryPoint
public boolean isSelected()
isSelected
in class EntryPoint
public void setSelected(boolean selected)
setSelected
in class EntryPoint