Uses of Interface
net.sf.mmm.util.text.api.Justification

Packages that use Justification
net.sf.mmm.util.nls.api Provides the API for the native language support (NLS). 
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 Justification in net.sf.mmm.util.nls.api
 

Fields in net.sf.mmm.util.nls.api declared as Justification
private  Justification NlsArgument.justification
           
 

Methods in net.sf.mmm.util.nls.api that return Justification
 Justification NlsArgument.getJustification()
          This method gets the optional Justification.
 

Constructors in net.sf.mmm.util.nls.api with parameters of type Justification
NlsArgument(String key, NlsFormatter<?> formatter, Justification justification)
          The constructor.
 

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

Methods in net.sf.mmm.util.text.api that return Justification
 Justification JustificationBuilder.build(String format)
          This method parses the given format as Justification.
 

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

Classes in net.sf.mmm.util.text.base that implement Justification
 class JustificationImpl
          This is the implementation of a Justification.
 

Methods in net.sf.mmm.util.text.base that return Justification
 Justification JustificationBuilderImpl.build(String format)
          This method parses the given format as Justification.
 



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