Uses of Interface
de.grogra.pf.ui.autocomplete.impl.ParameterizedCompletion
Packages that use ParameterizedCompletion
-
Uses of ParameterizedCompletion in de.grogra.autocompletors
Methods in de.grogra.autocompletors that return types with arguments of type ParameterizedCompletionModifier and TypeMethodDescriptionXLContextCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) -
Uses of ParameterizedCompletion in de.grogra.pf.ui.autocomplete.impl
Classes in de.grogra.pf.ui.autocomplete.impl 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.Methods in de.grogra.pf.ui.autocomplete.impl that return types with arguments of type ParameterizedCompletionModifier and TypeMethodDescriptionChildrenCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) ClassCompletionProvider.getParameterizedCompletions(AutoCompletableTextArea tc) CompletionProvider.getParameterizedCompletions(AutoCompletableTextArea 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(AutoCompletableTextArea tc) Methods in de.grogra.pf.ui.autocomplete.impl with parameters of type ParameterizedCompletionModifier and TypeMethodDescriptionvoidParameterizedCompletionChoicesWindow.initialize(ParameterizedCompletion pc) Initializes this window to offer suggestions for the parameters of a specific completion.