Uses of Class
de.grogra.pf.ui.autocomplete.impl.ParameterizedCompletion.Parameter
Packages that use ParameterizedCompletion.Parameter
-
Uses of ParameterizedCompletion.Parameter in de.grogra.pf.ui.autocomplete.impl
Methods in de.grogra.pf.ui.autocomplete.impl that return ParameterizedCompletion.ParameterModifier 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) Methods in de.grogra.pf.ui.autocomplete.impl that return types with arguments of type ParameterizedCompletion.ParameterModifier and TypeMethodDescriptionMarkupTagCompletion.getAttributes()Returns all attributes of this tag.Methods in de.grogra.pf.ui.autocomplete.impl with parameters of type ParameterizedCompletion.ParameterModifier and TypeMethodDescriptionParameterChoicesProvider.getParameterChoices(AutoCompletableTextArea tc, ParameterizedCompletion.Parameter param) Returns a list of choices for a specific parameter.Method parameters in de.grogra.pf.ui.autocomplete.impl with type arguments of type ParameterizedCompletion.ParameterModifier and TypeMethodDescriptionvoidMarkupTagCompletion.setAttributes(List<? extends ParameterizedCompletion.Parameter> attrs) Sets the attributes of this tag.voidFunctionCompletion.setParams(List<ParameterizedCompletion.Parameter> params) Sets the parameters to this function.