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 TypeClassDescriptionclassA completion choice representing a function.classA 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 ParameterizedCompletionParameterizedCompletionContext.pcThe completion being described.private ParameterizedCompletionParameterizedCompletionDescriptionToolTip.pcThe 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 TypeMethodDescriptionvoidParameterizedCompletionChoicesWindow.initialize(ParameterizedCompletion pc) Initializes this window to offer suggestions for the parameters of a specific completion.private voidAutoCompletion.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.