程序包 | 说明 |
---|---|
com.fr.design.gui.autocomplete |
类和说明 |
---|
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.
|
AutoCompletionStyleContext
Manages the colors shared across the library.
|
BasicCompletion
A straightforward
Completion implementation. |
Completion
Represents a completion choice.
|
CompletionProvider
Provides autocompletion values to an
AutoCompletion . |
CompletionProviderBase
A base class for all standard completion providers.
|
DescWindowCallback
Passed to
ExternalURLHandler s 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
Provides completions for a
ParameterizedCompletion 's parameters. |
ParameterizedCompletion
A completion option that takes parameters, such as a function or method.
|
ParameterizedCompletion.Parameter
A parameter passed to a parameterized
Completion . |
TemplateCompletion
A completion made up of a template with arbitrary parameters that the user
can tab through and fill in.
|
VariableCompletion
A completion for a variable (or constant) in a programming language.
|