|
org.netbeans.modules.editor.codetemplates/1 1.22.1 1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeTemplateParameter | |
|---|---|
| org.netbeans.lib.editor.codetemplates.spi | |
| Uses of CodeTemplateParameter in org.netbeans.lib.editor.codetemplates.spi |
|---|
| Methods in org.netbeans.lib.editor.codetemplates.spi that return CodeTemplateParameter | |
|---|---|
CodeTemplateParameter |
CodeTemplateParameter.getMaster()
Get the master parameter of this parameter. |
CodeTemplateParameter |
CodeTemplateInsertRequest.getMasterParameter(String name)
Get master parameter with the given name. |
| Methods in org.netbeans.lib.editor.codetemplates.spi that return types with arguments of type CodeTemplateParameter | |
|---|---|
List<? extends CodeTemplateParameter> |
CodeTemplateInsertRequest.getAllParameters()
Get all the parameters (masters and slaves) present in the code template text in the order as they occur in the parametrized text. |
List<? extends CodeTemplateParameter> |
CodeTemplateInsertRequest.getMasterParameters()
Get list of master parameters in the order they are located in the code template text. |
Collection<? extends CodeTemplateParameter> |
CodeTemplateParameter.getSlaves()
Get unmodifiable collection of the slave parameters. |
| Methods in org.netbeans.lib.editor.codetemplates.spi with parameters of type CodeTemplateParameter | |
|---|---|
void |
CodeTemplateProcessor.parameterValueChanged(CodeTemplateParameter masterParameter,
boolean typingChange)
Notification that a master parameter's value has been modified by the user and the processor may need to react to it. |
|
org.netbeans.modules.editor.codetemplates/1 1.22.1 1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||