Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.codetemplates/1 1.22.1 1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
N
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.
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
Get starting offset of this parameter in the
CodeTemplateInsertRequest.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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.editor.codetemplates/1 1.22.1 1
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
L
N
O
P
R
S
T
U
W
Built on December 5 2011. | Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.