Uses of Interface
com.intellij.formatting.Block

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

Uses of Block in com.intellij.formatting
 

Methods in com.intellij.formatting that return Block
 Block FormattingModel.getRootBlock()
          Returns the root block of the formatting model.
 

Methods in com.intellij.formatting that return types with arguments of type Block
 java.util.List<Block> Block.getSubBlocks()
          Returns the list of child blocks for the specified block.
 

Methods in com.intellij.formatting with parameters of type Block
static FormattingModel FormattingModelProvider.createFormattingModelForPsiFile(PsiFile file, Block rootBlock, CodeStyleSettings settings)
          Creates an instance of the standard formatting model implementation for the specified file.
 Spacing Block.getSpacing(Block child1, Block child2)
          Returns a spacing object indicating what spaces and/or line breaks are added between two specified children of this block.