public class ProblemDescriptorImpl extends ProblemDescriptorBase
EMPTY_ARRAYARRAY_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, toStringgetDescriptionTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionTemplatepublic 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()