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

Packages that use TextTableInfo
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 TextTableInfo in net.sf.mmm.util.cli.base
 

Fields in net.sf.mmm.util.cli.base declared as TextTableInfo
private  TextTableInfo AbstractCliParser.CliHelpWriter.tableInfo
          The TextTableInfo.
 

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

Methods in net.sf.mmm.util.text.api with parameters of type TextTableInfo
 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.
 int LineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, TextColumn... columns)
          This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) for any number of columns.
 

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

Methods in net.sf.mmm.util.text.base with parameters of type TextTableInfo
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.
 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.
 int DefaultLineWrapper.wrap(Appendable appendable, TextTableInfo tableInfo, TextColumn... columns)
          This method is like LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo) for any number of columns.
 



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