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.Parameter Modifier and Type Field Description private java.util.List<ParameterizedCompletion.Parameter>MarkupTagCompletion. attrsAttributes of the tag.private java.util.List<ParameterizedCompletion.Parameter>CompletionXMLParser. paramsprivate java.util.List<ParameterizedCompletion.Parameter>FunctionCompletion. paramsParameters to the function.private java.util.List<ParameterizedCompletion.Parameter>TemplateCompletion. paramsThe template's parameters.Methods in org.fife.ui.autocomplete that return ParameterizedCompletion.Parameter Modifier and Type Method Description ParameterizedCompletion.ParameterMarkupTagCompletion. getAttribute(int index)Returns the specifiedParameterizedCompletion.Parameter.ParameterizedCompletion.ParameterFunctionCompletion. getParam(int index)ParameterizedCompletion.ParameterParameterizedCompletion. getParam(int index)Returns the specifiedParameterizedCompletion.Parameter.ParameterizedCompletion.ParameterTemplateCompletion. getParam(int index)Methods in org.fife.ui.autocomplete that return types with arguments of type ParameterizedCompletion.Parameter Modifier and Type Method Description java.util.List<ParameterizedCompletion.Parameter>MarkupTagCompletion. getAttributes()Returns all attributes of this tag.Methods in org.fife.ui.autocomplete with parameters of type ParameterizedCompletion.Parameter Modifier and Type Method Description java.util.List<Completion>ParameterChoicesProvider. getParameterChoices(javax.swing.text.JTextComponent tc, ParameterizedCompletion.Parameter param)Returns a list of choices for a specific parameter.private java.lang.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.Parameter Modifier and Type Method Description voidMarkupTagCompletion. setAttributes(java.util.List<? extends ParameterizedCompletion.Parameter> attrs)Sets the attributes of this tag.voidFunctionCompletion. setParams(java.util.List<ParameterizedCompletion.Parameter> params)Sets the parameters to this function.
-