| 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.
|
| AutoCompleteDescWindow |
The optional "description" window that describes the currently selected
item in the auto-completion window.
|
| AutoCompleteDescWindow.HistoryEntry |
A completion and its cached summary text.
|
| AutoCompleteDescWindow.TimerAction |
Action that actually updates the summary text displayed.
|
| AutoCompletePopupWindow |
The actual popup window of choices.
|
| AutoCompletePopupWindow.KeyActionPair |
A mapping from a key (an Object) to an Action.
|
| AutoCompletePopupWindow.PopupList |
The actual list of completion choices in this popup window.
|
| AutoCompletion |
Adds auto-completion to a text component.
|
| AutoCompletion.AutoActivationListener |
Listens for events in the text component to auto-activate the code
completion popup.
|
| AutoCompletion.AutoCompleteAction |
The Action that displays the popup window if auto-completion
is enabled.
|
| AutoCompletion.LookAndFeelChangeListener |
Listens for LookAndFeel changes and updates the various popup windows
involved in auto-completion accordingly.
|
| AutoCompletion.ParentWindowListener |
Listens for events in the parent window of the text component with
auto-completion enabled.
|
| AutoCompletion.PopupWindowListener |
Listens for events from the popup window.
|
| AutoCompletion.TextComponentListener |
Listens for events from the text component we're installed on.
|
| AutoCompletionEvent |
|
| AutoCompletionEvent.Type |
Enumeration of the various types of this event.
|
| AutoCompletionListener |
An interface that allows listening for interesting events from an
AutoCompletion.
|
| AutoCompletionStyleContext |
Manages the colors shared across the library.
|
| BasicCompletion |
|
| Completion |
Represents a completion choice.
|
| CompletionListModel |
A list model implementation that allows the bulk addition of elements.
|
| CompletionProvider |
|
| CompletionProviderBase |
A base class for all standard completion providers.
|
| DescWindowCallback |
Passed to ExternalURLHandlers as a way for them to display a summary
for a new completion in response to a link event.
|
| ExternalURLHandler |
A callback for when an external URL is clicked in the description window.
|
| FunctionCompletion |
A completion choice representing a function.
|
| LinkRedirector |
Possibly redirects one URL to another.
|
| MarkupTagCompletion |
A completion representing a tag in markup, such as HTML or XML.
|
| ParameterChoicesProvider |
|
| ParameterizedCompletion |
A completion option that takes parameters, such as a function or method.
|
| 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.
|
| ParameterizedCompletionContext |
Manages UI and state specific to parameterized completions - the parameter
description tool tip, the parameter completion choices list, the actual
highlights in the editor, etc.
|
| ParameterizedCompletionContext.Listener |
Listens for various events in the text component while this tool tip
is visible.
|
| ParameterizedCompletionContext.ParamCopyInfo |
Information about a parameter.
|
| ParameterizedCompletionDescriptionToolTip |
A "tool tip" that displays information on the function or method currently
being entered.
|
| ParameterizedCompletionInsertionInfo |
Describes a parameterized completion - what's being inserted, where the
parameters are in the inserted text, etc.
|
| ParameterizedCompletionInsertionInfo.ReplacementCopy |
Information about a replacement.
|
| SuppressFBWarnings |
Used to suppress FindBugs warnings.
|
| TemplateCompletion |
A completion made up of a template with arbitrary parameters that the user
can tab through and fill in.
|
| TemplatePiece |
A piece of a TemplateCompletion.
|
| VariableCompletion |
A completion for a variable (or constant) in a programming language.
|