public class SimpleTemplateLanguageFormattingModelBuilder extends java.lang.Object implements FormattingModelBuilder
| Constructor and Description |
|---|
SimpleTemplateLanguageFormattingModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FormattingModel |
createModel(PsiElement element,
CodeStyleSettings settings)
Requests building the formatting model for a section of the file containing
the specified PSI element and its children.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRangeAffectingIndentpublic SimpleTemplateLanguageFormattingModelBuilder()
public FormattingModel createModel(PsiElement element, CodeStyleSettings settings)
FormattingModelBuildercreateModel in interface FormattingModelBuilderelement - the top element for which formatting is requested.settings - the code style settings used for formatting.