- get(Document) - Static method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplateManager
-
Get an instance of the manager for the given document.
- getAbbreviation() - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplate
-
Get abbreviation that triggers expansion of this code template.
- getAllParameters() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get all the parameters (masters and slaves)
present in the code template text in the order as they occur
in the parametrized text.
- getCodeTemplate() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get code template associated with this insert request.
- getCodeTemplates() - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplateManager
-
Get unmodifiable collection of the code templates for this manager.
- getComponent() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get the text component into which the template should be inserted
at the current caret position.
- getContexts() - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplate
-
- getDescription() - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplate
-
Get textual description of this code template.
- getHints() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get map of the [String,String] hints in the parameter.
- getInsertText() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get the text where all the parameters are replaced
by their present values.
- getInsertTextOffset() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Return offset of the inserted template in the document's text.
- getInsertTextOffset() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
- getMaster() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get the master parameter of this parameter.
- getMasterParameter(String) - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get master parameter with the given name.
- getMasterParameters() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get list of master parameters in the order they are located
in the code template text.
- getName() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get name of this parameter as parsed from the code template description's text.
- getParametrizedText() - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplate
-
Get the parametrized text of this code template.
- getParametrizedText() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Get the present parametrized text handled by this request.
- getParametrizedTextEndOffset() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get the ending offset of this parameter in the parametrized text.
- getParametrizedTextStartOffset() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get starting offset of this parameter in the parametrized text.
- getSlaves() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get unmodifiable collection of the slave parameters.
- getSupportedContexts() - Method in interface org.netbeans.lib.editor.codetemplates.spi.CodeTemplateFilter.ContextBasedFactory
-
Get the list of all code template contexts supported by filters
created by the factory.
- getValue() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Get the present value of this parameter.