All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ChunkerCompleter Uses a ChunkerDocument to lookup user cursor and perform autocompletion.ChunkerCompleter.SearchDirection CompleteAssignment A class specifically for completing assignment statements; to be called after the completer has discovered the cursor near an assignment token.CompleteColumnExpression A class specifically for completing column expression; to be called after the completer has discovered the a column expression with an = and the cursor is at or after =.CompleteColumnName A class specifically for completing column names; to be called after the completer has discovered the name of the column to match.CompleteInvocation A class specifically for completing invocations; to be called with method results when the cursor is somewhere that a method is valid.CompleteTableName A class specifically for completing table names; to be called after the completer has discovered the name of the table.CompleteTableNamespace A class specifically for completing table namespaces; to be called after the completer has discovered the name of the namespace.CompleteVarName A class specifically for completing variable names.CompletionBuilder Some basic tools for computing completion results.CompletionFragment A Deephaven-internal completion fragment.CompletionHandler General API for returning a list of completion results from a given offset in a source command.CompletionLookups A lookup object for various values that theChunkerCompletermight be interested in.CompletionOptions Various context-sensitive options to use when generating completions.CompletionRequest A stateful object to represent a document search at a given position.DelegatingCompletionHandler Allows you to join multiple completion handlers together, and coalesce the final results.FuzzyList<T> A list-like object that performs fuzzy sorting on the edit distance of strings.