| AbstractCompletion |
Base class for possible completions.
|
| AbstractCompletionProvider |
A base class for completion providers.
|
| AbstractCompletionProvider.CaseInsensitiveComparator |
A comparator that compares the input text of a Completion
against a String lexicographically, ignoring case.
|
| AutoCompletion |
Adds auto-completion to a text component.
|
| AutoCompletionEvent |
|
| AutoCompletionStyleContext |
Manages the colors shared across the library.
|
| BasicCompletion |
|
| CompletionCellRenderer |
A cell renderer that adds some pizazz when rendering the standard
Completion types, like Eclipse and NetBeans do.
|
| CompletionProviderBase |
A base class for all standard completion providers.
|
| CompletionXMLParser |
Parser for an XML file describing a procedural language such as C.
|
| DefaultCompletionProvider |
A basic completion provider implementation.
|
| EmptyIcon |
A standard icon that doesn't paint anything.
|
| FunctionCompletion |
A completion choice representing a function.
|
| LanguageAwareCompletionProvider |
A completion provider for the C programming language (and other languages
with similar syntax).
|
| MarkupTagCompletion |
A completion representing a tag in markup, such as HTML or XML.
|
| ParameterizedCompletion.Parameter |
|
| ParameterizedCompletionChoicesWindow |
A small popup window offering a list of likely choices for a parameter
when the user has code-completed a parameterized completion.
|
| RoundRobinAutoCompletion |
An AutoCompletion that adds the ability to cycle through a set
of CompletionProviders via the trigger key.
|
| ShorthandCompletion |
A completion where the input text is shorthand for (really, just different
than) the actual text to be inserted.
|
| SortByRelevanceComparator |
Compares two Completions by their relevance before
sorting them lexicographically.
|
| TemplateCompletion |
A completion made up of a template with arbitrary parameters that the user
can tab through and fill in.
|
| Util |
Utility methods for the auto-complete framework.
|
| VariableCompletion |
A completion for a variable (or constant) in a programming language.
|