|
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.HintsController
public final class HintsController
One of the main entry points for the Editor Hints SPI. Call one of the setErrors method to change the hints on the document.
| Method Summary | |
|---|---|
static void |
setErrors(Document doc,
String layer,
Collection<? extends ErrorDescription> errors)
Assign given list of errors to a file. |
static void |
setErrors(FileObject file,
String layer,
Collection<? extends ErrorDescription> errors)
Assign given list of errors to a given file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setErrors(@NonNull
Document doc,
@NonNull
String layer,
@NonNull
Collection<? extends ErrorDescription> errors)
doc - document to which the errors should be assignedlayer - unique layer IDerrors - to use
public static void setErrors(@NonNull
FileObject file,
@NonNull
String layer,
@NonNull
Collection<? extends ErrorDescription> errors)
file - to which the errors should be assignedlayer - unique layer IDerrors - to use
|
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 | |||||||||