Interface | Description |
---|---|
AutoComplete.AlreadyTypedFilteringStrategy |
Specifies how the autocomplete will be filtered, if necessary.
|
AutoCompleteGenerator |
Describes an object which will create autoComplete options when requested.
|
MatcherAutoCompleter |
Marks an object as an autoComplete configuration holder for matching phase.
|
ParserAutoCompleter |
Marks an object as an autoComplete configuration holder for parsing phase.
|
Class | Description |
---|---|
AutoComplete |
One autoComplete option.
|
AutoCompleteConfiguration |
Holds autoComplete configuration for a Lexer.
|
AutoCompleteUtils |
Utility methods for Autocomplete Feature
|