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

Packages that use LineWrapper
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.base Provides the base-implementation of text-util API. 
 

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

Fields in net.sf.mmm.util.cli.base declared as LineWrapper
private  LineWrapper AbstractCliParserBuilder.lineWrapper
           
 

Methods in net.sf.mmm.util.cli.base that return LineWrapper
 LineWrapper AbstractCliParserBuilder.getLineWrapper()
          
 LineWrapper CliParserDependencies.getLineWrapper()
           
 

Methods in net.sf.mmm.util.cli.base with parameters of type LineWrapper
 void AbstractCliParserBuilder.setLineWrapper(LineWrapper lineWrapper)
           
 

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

Classes in net.sf.mmm.util.text.base that implement LineWrapper
 class AbstractLineWrapper
          This is the abstract base-implementation of the LineWrapper interface.
 class DefaultLineWrapper
          This is the default implementation of the LineWrapper interface.
 



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