Uses of Class
net.sf.mmm.util.text.api.TextColumnInfo

Packages that use TextColumnInfo
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.text.api Provides the API for utilities that help with textual operations. 
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
 

Uses of TextColumnInfo in net.sf.mmm.util.cli.base
 

Fields in net.sf.mmm.util.cli.base declared as TextColumnInfo
private  TextColumnInfo AbstractCliParser.CliHelpWriter.mainColumnInfo
          The TextColumnInfo for the main column.
private  TextColumnInfo AbstractCliParser.CliHelpWriter.parameterColumnInfo
          The TextColumnInfo for parameters (e.g.
 

Uses of TextColumnInfo in net.sf.mmm.util.text.api
 

Fields in net.sf.mmm.util.text.api declared as TextColumnInfo
private  TextColumnInfo TextColumn.columnInfo
           
 

Methods in net.sf.mmm.util.text.api that return TextColumnInfo
 TextColumnInfo TextColumn.getColumnInfo()
          This method gets the TextColumnInfo holding the metadata of the column.
 

Methods in net.sf.mmm.util.text.api with parameters of type TextColumnInfo
 int LineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, String columnText, TextColumnInfo columnInfo)
          This method appends the given text to the appendable.
 int LineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, String column1Text, TextColumnInfo column1Info, String column2Text, TextColumnInfo column2Info)
          This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column layout.
 int LineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, String column1Text, TextColumnInfo column1Info, String column2Text, TextColumnInfo column2Info, String column3Text, TextColumnInfo column3Info)
          This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a three-column layout.
 

Constructors in net.sf.mmm.util.text.api with parameters of type TextColumnInfo
TextColumn(String text, TextColumnInfo columnInfo)
          The constructor.
 

Uses of TextColumnInfo in net.sf.mmm.util.text.base
 

Methods in net.sf.mmm.util.text.base with parameters of type TextColumnInfo
 int AbstractLineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, String columnText, TextColumnInfo columnInfo)
          This method appends the given text to the appendable.
 int AbstractLineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, String column1Text, TextColumnInfo column1Info, String column2Text, TextColumnInfo column2Info)
          This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a two-column layout.
 int AbstractLineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, String column1Text, TextColumnInfo column1Info, String column2Text, TextColumnInfo column2Info, String column3Text, TextColumnInfo column3Info)
          This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo) but for a three-column layout.
 

Constructors in net.sf.mmm.util.text.base with parameters of type TextColumnInfo
DefaultLineWrapper.ColumnState(String text, TextColumnInfo columnInfo, HyphenatorBuilder hyphenatorBuilder)
          The constructor.
 



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