Package | Description |
---|---|
org.netbeans.lib.editor.codetemplates.api | |
org.netbeans.lib.editor.codetemplates.spi |
Modifier and Type | Method and Description |
---|---|
CodeTemplate |
CodeTemplateManager.createTemporary(String parametrizedText)
Create temporary code template for an ad hoc insertion.
|
Modifier and Type | Method and Description |
---|---|
CodeTemplate |
CodeTemplateInsertRequest.getCodeTemplate()
Get code template associated with this insert request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CodeTemplateFilter.accept(CodeTemplate template)
Accept or reject the given code template.
|