Uses of Class
org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
-
Uses of ParameterizedCompletion.Parameter in org.fife.ui.autocomplete
Fields in org.fife.ui.autocomplete with type parameters of type ParameterizedCompletion.ParameterModifier and TypeFieldDescriptionprivate List<ParameterizedCompletion.Parameter> MarkupTagCompletion.attrsAttributes of the tag.private List<ParameterizedCompletion.Parameter> CompletionXMLParser.paramsprivate List<ParameterizedCompletion.Parameter> FunctionCompletion.paramsParameters to the function.private List<ParameterizedCompletion.Parameter> TemplateCompletion.paramsThe template's parameters.Methods in org.fife.ui.autocomplete 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 org.fife.ui.autocomplete that return types with arguments of type ParameterizedCompletion.ParameterModifier and TypeMethodDescriptionMarkupTagCompletion.getAttributes()Returns all attributes of this tag.Methods in org.fife.ui.autocomplete with parameters of type ParameterizedCompletion.ParameterModifier and TypeMethodDescriptionParameterChoicesProvider.getParameterChoices(JTextComponent tc, ParameterizedCompletion.Parameter param) Returns a list of choices for a specific parameter.private StringFunctionCompletion.getParamText(ParameterizedCompletion.Parameter param) Returns the text to insert for a parameter.Method parameters in org.fife.ui.autocomplete 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.