Uses of Interface
org.fife.ui.rsyntaxtextarea.templates.CodeTemplate
Packages that use CodeTemplate
Package
Description
A syntax-highlighting text editor.
Facilitates adding code templates to an
RSyntaxTextArea.-
Uses of CodeTemplate in org.fife.ui.rsyntaxtextarea
Fields in org.fife.ui.rsyntaxtextarea with type parameters of type CodeTemplateMethods in org.fife.ui.rsyntaxtextarea that return CodeTemplateModifier and TypeMethodDescriptionCodeTemplateManager.getTemplate(RSyntaxTextArea textArea) Returns the template that should be inserted at the current caret position, assuming the trigger character was pressed.CodeTemplateManager.getTemplates()Returns the templates currently available.CodeTemplateManager.removeTemplate(String id) Returns the code template with the specified id.Methods in org.fife.ui.rsyntaxtextarea with parameters of type CodeTemplateModifier and TypeMethodDescriptionvoidCodeTemplateManager.addTemplate(CodeTemplate template) Registers the specified template with this template manager.booleanCodeTemplateManager.removeTemplate(CodeTemplate template) Returns the specified code template.voidCodeTemplateManager.replaceTemplates(CodeTemplate[] newTemplates) Replaces the current set of available templates with the ones specified. -
Uses of CodeTemplate in org.fife.ui.rsyntaxtextarea.templates
Classes in org.fife.ui.rsyntaxtextarea.templates that implement CodeTemplateModifier and TypeClassDescriptionclassA base class to build code templates on top of.classA code template that inserts static text before and after the caret.Methods in org.fife.ui.rsyntaxtextarea.templates with parameters of type CodeTemplateModifier and TypeMethodDescriptionintAbstractCodeTemplate.compareTo(CodeTemplate o) Compares theStaticCodeTemplateto another.