Uses of Class
de.grogra.pf.ui.autocomplete.impl.ParameterizedCompletion.Parameter
-
Uses of ParameterizedCompletion.Parameter in de.grogra.pf.ui.autocomplete.impl
Modifier and TypeMethodDescriptionMarkupTagCompletion.getAttribute
(int index) Returns the specifiedParameterizedCompletion.Parameter
.FunctionCompletion.getParam
(int index) ParameterizedCompletion.getParam
(int index) Returns the specifiedParameterizedCompletion.Parameter
.TemplateCompletion.getParam
(int index) Modifier and TypeMethodDescriptionMarkupTagCompletion.getAttributes()
Returns all attributes of this tag.Modifier and TypeMethodDescriptionParameterChoicesProvider.getParameterChoices
(AutoCompletableTextArea tc, ParameterizedCompletion.Parameter param) Returns a list of choices for a specific parameter.Modifier and TypeMethodDescriptionvoid
MarkupTagCompletion.setAttributes
(List<? extends ParameterizedCompletion.Parameter> attrs) Sets the attributes of this tag.void
FunctionCompletion.setParams
(List<ParameterizedCompletion.Parameter> params) Sets the parameters to this function.