- insert(JTextComponent) - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplate
-
Insert this code template into the given text component
at the caret position.
- isEditable() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Check whether this parameter is editable by the user.
- isInserted() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Check whether the code template that this request
represents was already inserted into the document.
- isLoaded() - Method in class org.netbeans.lib.editor.codetemplates.api.CodeTemplateManager
-
Check whether asynchronous loading of the code templates into this manager
was already finished.
- isReleased() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateInsertRequest
-
Check whether this request is already released which means
that the code template was inserted and values of all the parameters
were modified by the user so there is no more work to be done.
- isSlave() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Check whether this parameter is slave or not.
- isUserModified() - Method in class org.netbeans.lib.editor.codetemplates.spi.CodeTemplateParameter
-
Check whether the value of this parameter was modified by the user.