程序包 | 说明 |
---|---|
com.fr.design.gui.autocomplete |
限定符和类型 | 类和说明 |
---|---|
class |
FunctionCompletion
A completion choice representing a function.
|
class |
TemplateCompletion
A completion made up of a template with arbitrary parameters that the user
can tab through and fill in.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ParameterizedCompletion> |
LanguageAwareCompletionProvider.getParameterizedCompletions(javax.swing.text.JTextComponent tc)
Returns a list of parameterized completions that have been entered
at the current caret position of a text component (and thus can have
their completion choices displayed).
|
java.util.List<ParameterizedCompletion> |
DefaultCompletionProvider.getParameterizedCompletions(javax.swing.text.JTextComponent tc)
Returns a list of parameterized completions that have been entered
at the current caret position of a text component (and thus can have
their completion choices displayed).
|
java.util.List<ParameterizedCompletion> |
CompletionProvider.getParameterizedCompletions(javax.swing.text.JTextComponent tc)
Returns a list of parameterized completions that have been entered
at the current caret position of a text component (and thus can have
their completion choices displayed).
|
限定符和类型 | 方法和说明 |
---|---|
void |
ParameterizedCompletionChoicesWindow.initialize(ParameterizedCompletion pc)
Initializes this window to offer suggestions for the parameters of
a specific completion.
|