Uses of Class
net.sf.mmm.util.text.base.DefaultLineWrapper.ColumnState

Packages that use DefaultLineWrapper.ColumnState
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
 

Uses of DefaultLineWrapper.ColumnState in net.sf.mmm.util.text.base
 

Fields in net.sf.mmm.util.text.base declared as DefaultLineWrapper.ColumnState
private  DefaultLineWrapper.ColumnState DefaultLineWrapper.AutoAdjustInfo.columnState
          The DefaultLineWrapper.ColumnState.
 

Methods in net.sf.mmm.util.text.base with parameters of type DefaultLineWrapper.ColumnState
protected  void DefaultLineWrapper.append(Appendable appendable, DefaultLineWrapper.ColumnState state, DefaultLineWrapper.CellBuffer cellBuffer)
          This method appends the text of a single cell (line of a single column).
protected  void DefaultLineWrapper.appendCellBuffer(DefaultLineWrapper.ColumnState state, DefaultLineWrapper.CellBuffer buffer)
          This method fills the DefaultLineWrapper.CellBuffer with the payload for the current cell.
protected  void DefaultLineWrapper.appendWithAlignment(Appendable appendable, DefaultLineWrapper.ColumnState state, boolean doIndentThisLine, DefaultLineWrapper.CellBuffer cellBuffer)
          This method actually appends the text for a single line of a single column according to alignment.
protected  void DefaultLineWrapper.autoAdjustWidthOfColumns(DefaultLineWrapper.ColumnState[] columnStates, TextTableInfo tableInfo)
          This method calculates the width of the columns to auto-adjust.
private  boolean DefaultLineWrapper.verifyWithOfColumns(DefaultLineWrapper.ColumnState[] columnStates, TextTableInfo tableInfo)
          This method verifies that the width of the columns are sane.
 

Constructors in net.sf.mmm.util.text.base with parameters of type DefaultLineWrapper.ColumnState
DefaultLineWrapper.AutoAdjustInfo(DefaultLineWrapper.ColumnState columnState)
          The constructor.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.