- selectionEndOffset(int) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
-
The end of offset range where this element should be selected and
revealed in document when selected in outline view.
- selectionStartOffset(int) - Method in class org.netbeans.spi.lsp.StructureProvider.Builder
-
The start of offset range where this element should be selected and
revealed in document when selected in outline view.
- setCode(String) - Method in class org.netbeans.api.lsp.Diagnostic.Builder
-
Set the code of the diagnostic.
- setCodeDescription(URL) - Method in class org.netbeans.api.lsp.Diagnostic.Builder
-
Set the URL, where the problem is described
- setSeverity(Diagnostic.Severity) - Method in class org.netbeans.api.lsp.Diagnostic.Builder
-
Set the severity of the diagnostic.
- SignatureInformation - Class in org.netbeans.api.lsp
-
Represents the signature of something callable.
- SignatureInformation.Context - Class in org.netbeans.api.lsp
-
Additional information about the context in which a signature help request
was triggered.
- SignatureInformation.ParameterInformation - Class in org.netbeans.api.lsp
-
Represents a parameter of a callable-signature.
- SignatureInformation.TriggerKind - Enum in org.netbeans.api.lsp
-
Specifies how a signature help was triggered.
- SignatureInformationCollector - Interface in org.netbeans.spi.lsp
-
Interface for computing and collecting signature information.
- SignatureInformationCollector.Builder - Class in org.netbeans.spi.lsp
-
- sortText(String) - Method in class org.netbeans.spi.lsp.CompletionCollector.Builder
-
A string that should be used when comparing this completion with other
completions.
- StructureElement - Class in org.netbeans.api.lsp
-
StructureElement is a tree item that shows the structure of the source code.
- StructureElement.Kind - Enum in org.netbeans.api.lsp
-
Kind of the structure element.
- StructureElement.Tag - Enum in org.netbeans.api.lsp
-
Tags are extra annotations that tweak the rendering of a symbol.
- StructureProvider - Interface in org.netbeans.spi.lsp
-
Interface for building structure of symbols at a given document.
- StructureProvider.Builder - Class in org.netbeans.spi.lsp
-