public class ProblemDescriptorImpl extends ProblemDescriptorBase
EMPTY_ARRAY
ARRAY_FACTORY, DESCRIPTOR_COMPARATOR
Constructor and Description |
---|
ProblemDescriptorImpl(PsiElement startElement,
PsiElement endElement,
java.lang.String descriptionTemplate,
LocalQuickFix[] fixes,
ProblemHighlightType highlightType,
boolean isAfterEndOfLine,
TextRange rangeInElement,
boolean onTheFly) |
ProblemDescriptorImpl(PsiElement startElement,
PsiElement endElement,
java.lang.String descriptionTemplate,
LocalQuickFix[] fixes,
ProblemHighlightType highlightType,
boolean isAfterEndOfLine,
TextRange rangeInElement,
boolean showTooltip,
HintAction hintAction,
boolean onTheFly) |
ProblemDescriptorImpl(PsiElement startElement,
PsiElement endElement,
java.lang.String descriptionTemplate,
LocalQuickFix[] fixes,
ProblemHighlightType highlightType,
boolean isAfterEndOfLine,
TextRange rangeInElement,
HintAction hintAction,
boolean onTheFly) |
Modifier and Type | Method and Description |
---|---|
HintAction |
getHintAction() |
assertPhysical, getContainingFile, getCreationTrace, getEndElement, getEnforcedTextAttributes, getFixes, getHighlightType, getLineNumber, getLineStartOffset, getNavigatable, getProblemGroup, getProject, getPsiElement, getStartElement, getTextRange, getTextRangeForNavigation, getTextRangeInElement, isAfterEndOfLine, isOnTheFly, setNavigatable, setProblemGroup, setTextAttributes, showTooltip, toString
getDescriptionTemplate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescriptionTemplate
public ProblemDescriptorImpl(PsiElement startElement, PsiElement endElement, java.lang.String descriptionTemplate, LocalQuickFix[] fixes, ProblemHighlightType highlightType, boolean isAfterEndOfLine, TextRange rangeInElement, boolean onTheFly)
public ProblemDescriptorImpl(PsiElement startElement, PsiElement endElement, java.lang.String descriptionTemplate, LocalQuickFix[] fixes, ProblemHighlightType highlightType, boolean isAfterEndOfLine, TextRange rangeInElement, HintAction hintAction, boolean onTheFly)
public ProblemDescriptorImpl(PsiElement startElement, PsiElement endElement, java.lang.String descriptionTemplate, LocalQuickFix[] fixes, ProblemHighlightType highlightType, boolean isAfterEndOfLine, TextRange rangeInElement, boolean showTooltip, HintAction hintAction, boolean onTheFly)
public HintAction getHintAction()