程序包 | 说明 |
---|---|
com.fr.design.gui.autocomplete |
限定符和类型 | 方法和说明 |
---|---|
ParameterizedCompletion.Parameter |
MarkupTagCompletion.getAttribute(int index)
Returns the specified
ParameterizedCompletion.Parameter . |
ParameterizedCompletion.Parameter |
TemplateCompletion.getParam(int index)
Returns the specified
ParameterizedCompletion.Parameter . |
ParameterizedCompletion.Parameter |
ParameterizedCompletion.getParam(int index)
Returns the specified
ParameterizedCompletion.Parameter . |
ParameterizedCompletion.Parameter |
FunctionCompletion.getParam(int index)
Returns the specified
ParameterizedCompletion.Parameter . |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<ParameterizedCompletion.Parameter> |
MarkupTagCompletion.getAttributes()
Returns all attributes of this tag.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Completion> |
ParameterChoicesProvider.getParameterChoices(javax.swing.text.JTextComponent tc,
ParameterizedCompletion.Parameter param)
Returns a list of choices for a specific parameter.
|
限定符和类型 | 方法和说明 |
---|---|
void |
MarkupTagCompletion.setAttributes(java.util.List<? extends ParameterizedCompletion.Parameter> attrs)
Sets the attributes of this tag.
|
void |
FunctionCompletion.setParams(java.util.List<ParameterizedCompletion.Parameter> params)
Sets the parameters to this function.
|