|
org.netbeans.spi.editor.hints/0 1.24.0 7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.editor.hints.ErrorDescription
public final class ErrorDescription
Represents one error with a description text, span in the document, list
of fixes and a severity. Please see the static methods in the class
ErrorDescriptionFactory if you want to create instances of this class.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
|
CharSequence |
getDetails()
|
FileObject |
getFile()
|
LazyFixList |
getFixes()
The list of fixes that will be associated with the error. |
String |
getId()
|
PositionBounds |
getRange()
|
Severity |
getSeverity()
The severity determines how the hint will be rendered. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
@CheckForNull public String getId()
ErrorDescription,
or null if none was specifiedpublic String getDescription()
@CheckForNull public CharSequence getDetails()
ErrorDescription,
or null if none was specifiedpublic Severity getSeverity()
Severity of the errorpublic LazyFixList getFixes()
LazyFixList containing the fixespublic PositionBounds getRange()
public FileObject getFile()
null if there is nonepublic String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
org.netbeans.spi.editor.hints/0 1.24.0 7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||