Uses of Interface
org.fife.ui.autocomplete.ParameterizedCompletion
-
-
Uses of ParameterizedCompletion in org.fife.ui.autocomplete
Classes in org.fife.ui.autocomplete that implement ParameterizedCompletion Modifier and Type Class Description 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.Fields in org.fife.ui.autocomplete declared as ParameterizedCompletion Modifier and Type Field Description private ParameterizedCompletion
ParameterizedCompletionContext. pc
The completion being described.private ParameterizedCompletion
ParameterizedCompletionDescriptionToolTip. pc
The completion being described.Methods in org.fife.ui.autocomplete that return types with arguments of type ParameterizedCompletion Modifier and Type Method Description 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).java.util.List<ParameterizedCompletion>
DefaultCompletionProvider. getParameterizedCompletions(javax.swing.text.JTextComponent tc)
java.util.List<ParameterizedCompletion>
LanguageAwareCompletionProvider. getParameterizedCompletions(javax.swing.text.JTextComponent tc)
Methods in org.fife.ui.autocomplete with parameters of type ParameterizedCompletion Modifier and Type Method Description void
ParameterizedCompletionChoicesWindow. initialize(ParameterizedCompletion pc)
Initializes this window to offer suggestions for the parameters of a specific completion.private void
AutoCompletion. startParameterizedCompletionAssistance(ParameterizedCompletion pc, boolean typedParamListStartChar)
Displays a "tool tip" detailing the inputs to the function just entered.Constructors in org.fife.ui.autocomplete with parameters of type ParameterizedCompletion Constructor Description ParameterizedCompletionContext(java.awt.Window owner, AutoCompletion ac, ParameterizedCompletion pc)
Constructor.ParameterizedCompletionDescriptionToolTip(java.awt.Window owner, ParameterizedCompletionContext context, AutoCompletion ac, ParameterizedCompletion pc)
Constructor.
-