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, wait
getRangeAffectingIndent
public SimpleTemplateLanguageFormattingModelBuilder()
public FormattingModel createModel(PsiElement element, CodeStyleSettings settings)
FormattingModelBuilder
createModel
in interface FormattingModelBuilder
element
- the top element for which formatting is requested.settings
- the code style settings used for formatting.