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.attrs
Attributes of the tag.private List
<ParameterizedCompletion.Parameter> CompletionXMLParser.params
private List
<ParameterizedCompletion.Parameter> FunctionCompletion.params
Parameters to the function.private List
<ParameterizedCompletion.Parameter> TemplateCompletion.params
The 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 String
FunctionCompletion.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 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.