All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractCompletion Base class for possible completions.AbstractCompletionProvider A base class for completion providers.AbstractCompletionProvider.CaseInsensitiveComparator A comparator that compares the input text of aCompletion
against a String lexicographically, ignoring case.AutoCompletion Adds auto-completion to a text component.AutoCompletionEvent An event fired by an instance ofAutoCompletion
.AutoCompletionEvent.Type Enumeration of the various types of this event.AutoCompletionListener An interface that allows listening for interesting events from anAutoCompletion
.AutoCompletionStyleContext Manages the colors shared across the library.BasicCompletion A straightforwardCompletion
implementation.Completion Represents a completion choice.CompletionCellRenderer A cell renderer that adds some pizazz when rendering the standardCompletion
types, like Eclipse and NetBeans do.CompletionProvider Provides autocompletion values to anAutoCompletion
.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.DescWindowCallback Passed toExternalURLHandler
s as a way for them to display a summary for a new completion in response to a link event.EmptyIcon A standard icon that doesn't paint anything.ExternalURLHandler A callback for when an external URL is clicked in the description window.FunctionCompletion A completion choice representing a function.LanguageAwareCompletionProvider A completion provider for the C programming language (and other languages with similar syntax).LinkRedirector Possibly redirects one URL to another.MarkupTagCompletion A completion representing a tag in markup, such as HTML or XML.ParameterChoicesProvider Provides completions for aParameterizedCompletion
's parameters.ParameterizedCompletion A completion option that takes parameters, such as a function or method.ParameterizedCompletion.Parameter A parameter passed to a parameterizedCompletion
.ParameterizedCompletionChoicesWindow A small popup window offering a list of likely choices for a parameter when the user has code-completed a parameterized completion.RoundRobinAutoCompletion AnAutoCompletion
that adds the ability to cycle through a set ofCompletionProvider
s 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 twoCompletion
s 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.