Package | Description |
---|---|
org.netbeans.lib.editor.codetemplates.spi |
Class and Description |
---|
CodeTemplateFilter
Filter accepting code templates being displayed in a code completion popup.
|
CodeTemplateFilter.Factory
Factory for producing of the code template filters.
|
CodeTemplateInsertRequest
Code template insert request parses the code template's text
to gather the data necessary to insert
the particular code template into the document (such as the template's parameters).
|
CodeTemplateParameter
Code template parameter describes parsed parameter in the template's text.
|
CodeTemplateProcessor
Fills in default values of the code template's parameters and may react
to user's typing modifications of the parameters.
|