Uses of Package
net.sf.mmm.util.text.api

Packages that use net.sf.mmm.util.text.api
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.nls.api Provides the API for the native language support (NLS). 
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.pojo.descriptor.impl Contains the implementation of the Introspection-API
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. 
 

Classes in net.sf.mmm.util.text.api used by net.sf.mmm.util.cli.base
LineWrapper
          This is the interface used to wrap texts if they exceed a specific length.
TextColumnInfo
          This is a Java-bean for the layout-configuration of a text column.
TextTableInfo
          This is a Java-bean for the layout-configuration of a text table.
 

Classes in net.sf.mmm.util.text.api used by net.sf.mmm.util.nls.api
Justification
          This is the interface for a specific justification.
 

Classes in net.sf.mmm.util.text.api used by net.sf.mmm.util.nls.base
JustificationBuilder
          This is the interface used to build a Justification from a String.
 

Classes in net.sf.mmm.util.text.api used by net.sf.mmm.util.pojo.descriptor.impl
Singularizer
          This is the interface for a translation of a term given in plural form to the according singular form.
 

Classes in net.sf.mmm.util.text.api used by net.sf.mmm.util.text.api
DiacriticalMark
          This enum contains the most important diacritical marks.
Hyphenation
          This is the interface for the result of a hyphenation.
Hyphenator
          A Hyphenator is used to hyphenate words.
Justification
          This is the interface for a specific justification.
TextColumn
          This class is a simple container for the text of a column together with its metadata.
TextColumnInfo
          This is a Java-bean for the layout-configuration of a text column.
TextColumnInfo.IndentationMode
          This enum contains the available modes how to deal with indentation after newlines.
TextTableInfo
          This is a Java-bean for the layout-configuration of a text table.
 

Classes in net.sf.mmm.util.text.api used by net.sf.mmm.util.text.base
Hyphenation
          This is the interface for the result of a hyphenation.
Hyphenator
          A Hyphenator is used to hyphenate words.
HyphenatorBuilder
          This is the interface used to retrieve a Hyphenator for a given Locale.
Justification
          This is the interface for a specific justification.
JustificationBuilder
          This is the interface used to build a Justification from a String.
LineWrapper
          This is the interface used to wrap texts if they exceed a specific length.
Singularizer
          This is the interface for a translation of a term given in plural form to the according singular form.
StringHasher
          This is the interface for a hashing algorithm for strings (in form of char[] or CharSequence.
TextColumn
          This class is a simple container for the text of a column together with its metadata.
TextColumnInfo
          This is a Java-bean for the layout-configuration of a text column.
TextTableInfo
          This is a Java-bean for the layout-configuration of a text table.
UnicodeUtil
          This is the interface for a collection of utility functions that help with unicode characters and texts.
 



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