站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

G-Index (NetBeans Editor Code Templates) - NetBeans API Javadoc 5.5.0

org.netbeans.modules.editor.codetemplates/1 1.2.22
C D E G I O P R S T U W

G

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.
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.CodeTemplateParameter
Get starting offset of this parameter in the getInsertText().
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.
getValue() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
Get the present value of this parameter.

org.netbeans.modules.editor.codetemplates/1 1.2.22
C D E G I O P R S T U W
Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.