Uses of Interface
com.intellij.formatting.FormattingModel

Packages that use FormattingModel
com.intellij.formatting Provides interfaces which allow to implement code formatters for custom languages. 
 

Uses of FormattingModel in com.intellij.formatting
 

Methods in com.intellij.formatting that return FormattingModel
static FormattingModel FormattingModelProvider.createFormattingModelForPsiFile(PsiFile file, Block rootBlock, CodeStyleSettings settings)
          Creates an instance of the standard formatting model implementation for the specified file.
 FormattingModel FormattingModelBuilder.createModel(PsiElement element, CodeStyleSettings settings)
          Requests building the formatting model for a section of the file containing the specified PSI element and its children.