public abstract class EntryPoint extends java.lang.Object implements JDOMExternalizable, java.lang.Cloneable
Constructor and Description |
---|
EntryPoint() |
Modifier and Type | Method and Description |
---|---|
EntryPoint |
clone() |
abstract java.lang.String |
getDisplayName() |
java.lang.String [] |
getIgnoreAnnotations() |
abstract boolean |
isEntryPoint(PsiElement psiElement) |
abstract boolean |
isEntryPoint(RefElement refElement,
PsiElement psiElement) |
abstract boolean |
isSelected() |
abstract void |
setSelected(boolean selected) |
boolean |
showUI() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readExternal, writeExternal
public abstract java.lang.String getDisplayName()
public abstract boolean isEntryPoint(RefElement refElement, PsiElement psiElement)
public abstract boolean isEntryPoint(PsiElement psiElement)
public abstract boolean isSelected()
public abstract void setSelected(boolean selected)
public boolean showUI()
public java.lang.String [] getIgnoreAnnotations()
public EntryPoint clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException