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, showUIpublic void readExternal(Element element)
public void writeExternal(Element element)
public java.lang.String getDisplayName()
getDisplayName in class EntryPointpublic boolean isEntryPoint(RefElement refElement, PsiElement psiElement)
isEntryPoint in class EntryPointpublic boolean isEntryPoint(PsiElement psiElement)
isEntryPoint in class EntryPointpublic boolean isSelected()
isSelected in class EntryPointpublic void setSelected(boolean selected)
setSelected in class EntryPoint