Uses of Package
com.intellij.formatting

Packages that use com.intellij.formatting
com.intellij.formatting Provides interfaces which allow to implement code formatters for custom languages. 
com.intellij.lang Provides base interfaces which allow to extend IDEA with support for custom languages. 
 

Classes in com.intellij.formatting used by com.intellij.formatting
Alignment
          The alignment setting for a formatting model block.
Block
          Describes a single block in the FormattingModel.
ChildAttributes
          Defines the indent and alignment settings which are applied to a new child block added to a formatting model block.
FormattingDocumentModel
          Represents a model of the document containing the formatted text, as seen by the formatter.
FormattingModel
          Defines the formatting model for a file.
Indent
          The indent setting for a formatting model block.
Spacing
          The spacing setting for a formatting model block.
Wrap
          The wrap setting for a formatting model block.
WrapType
          Defines possible types of a wrap.
 

Classes in com.intellij.formatting used by com.intellij.lang
FormattingModelBuilder
          Allows a custom language plugin to build a formatting model for a file in the language, or for a portion of a file.