Skip navigation links
org.netbeans.api.lsp/1 1.14
A B C D E F G H I K L N O P R S T V W 

D

detail(String) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
A human-readable string with additional information about this completion, like type or symbol information.
detail(Supplier<String>) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
A human-readable string with additional information about this completion, like type or symbol information.
detail(String) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
The detail of StructureElement, e.g the signature of a function.
Diagnostic - Class in org.netbeans.api.lsp
A diagnostic for LSP.
Diagnostic.Builder - Class in org.netbeans.api.lsp
The build for the Diagnostic.
Diagnostic.LazyCodeActions - Interface in org.netbeans.api.lsp
Interface to compute Diagnostic's CodeActions lazily.
Diagnostic.ReporterControl - Interface in org.netbeans.api.lsp
Allows to trigger diagnostics collection.
Diagnostic.Severity - Enum in org.netbeans.api.lsp
 
diagnosticChanged(Collection<FileObject>, String) - Method in interface org.netbeans.api.lsp.Diagnostic.ReporterControl
Notifies that the diagnostics for file may have changed.
DiagnosticReporter - Interface in org.netbeans.spi.lsp
Allows to control diagnostics push to the LSP client on behalf of the LSP server background processes.
documentation(String) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
A human-readable string that represents a doc-comment.
documentation(Supplier<String>) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
A human-readable string that represents a doc-comment.
A B C D E F G H I K L N O P R S T V W 
Skip navigation links
org.netbeans.api.lsp/1 1.14