Package | Description |
---|---|
org.netbeans.lib.editor.codetemplates.spi |
Modifier and Type | Method and Description |
---|---|
CodeTemplateParameter |
CodeTemplateParameter.getMaster()
Get the master parameter of this parameter.
|
CodeTemplateParameter |
CodeTemplateInsertRequest.getMasterParameter(String name)
Get master parameter with the given name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.