Uses of Interface
org.fife.ui.autocomplete.ParameterizedCompletion
-
Uses of ParameterizedCompletion in org.fife.ui.autocomplete
Classes in org.fife.ui.autocomplete that implement ParameterizedCompletionModifier and TypeClassDescriptionclass
A completion choice representing a function.class
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 ParameterizedCompletionModifier and TypeFieldDescriptionprivate 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 ParameterizedCompletionModifier and TypeMethodDescriptionCompletionProvider.getParameterizedCompletions
(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).DefaultCompletionProvider.getParameterizedCompletions
(JTextComponent tc) LanguageAwareCompletionProvider.getParameterizedCompletions
(JTextComponent tc) Methods in org.fife.ui.autocomplete with parameters of type ParameterizedCompletionModifier and TypeMethodDescriptionvoid
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 ParameterizedCompletionModifierConstructorDescription(package private)
Constructor.(package private)
ParameterizedCompletionDescriptionToolTip
(Window owner, ParameterizedCompletionContext context, AutoCompletion ac, ParameterizedCompletion pc) Constructor.