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

C-Index (NetBeans Editor Code Templates) - NetBeans API Javadoc 5.5.1

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

C

CodeTemplate - Class in org.netbeans.lib.editor.codetemplates.api
Code template is represented by a parametrized text that, after pre-processing, can be pasted into a given text component.
CodeTemplateInsertRequest - Class in org.netbeans.lib.editor.codetemplates.spi
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).
CodeTemplateManager - Class in org.netbeans.lib.editor.codetemplates.api
Code template manager maintains list of code templates for a particular document type and allows temporary code templates to be created.
CodeTemplateParameter - Class in org.netbeans.lib.editor.codetemplates.spi
Code template parameter describes parsed parameter in the template's text.
CodeTemplateProcessor - Interface in org.netbeans.lib.editor.codetemplates.spi
Fills in default values of the code template's parameters and may react to user's typing modifications of the parameters.
CodeTemplateProcessorFactory - Interface in org.netbeans.lib.editor.codetemplates.spi
Factory constructs code template processor for a given insert request.
createProcessor(CodeTemplateInsertRequest) - Method in interface org.netbeans.lib.editor.codetemplates.spi.CodeTemplateProcessorFactory
Create an instance of code template processor for a given insert request.
createTemporary(String) - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplateManager
Create temporary code template for an ad hoc insertion.
CURSOR_PARAMETER_NAME - Static variable in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
Name of the parameter corresponding to the caret position parameter.

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