Uses of Class
net.sf.mmm.util.text.base.DefaultLineWrapper.TextSegmentType

Packages that use DefaultLineWrapper.TextSegmentType
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
 

Uses of DefaultLineWrapper.TextSegmentType in net.sf.mmm.util.text.base
 

Fields in net.sf.mmm.util.text.base declared as DefaultLineWrapper.TextSegmentType
private  DefaultLineWrapper.TextSegmentType DefaultLineWrapper.TextSegment.type
           
 

Methods in net.sf.mmm.util.text.base that return DefaultLineWrapper.TextSegmentType
private static DefaultLineWrapper.TextSegmentType DefaultLineWrapper.ColumnState.getCharacterType(char c)
          This method gets the DefaultLineWrapper.TextSegmentType corresponding to the given character.
 DefaultLineWrapper.TextSegmentType DefaultLineWrapper.TextSegment.getType()
          This method determines if this DefaultLineWrapper.TextSegment represents a word.
static DefaultLineWrapper.TextSegmentType DefaultLineWrapper.TextSegmentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultLineWrapper.TextSegmentType[] DefaultLineWrapper.TextSegmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mmm.util.text.base with parameters of type DefaultLineWrapper.TextSegmentType
 void DefaultLineWrapper.TextSegment.initialize(int start, int end, DefaultLineWrapper.TextSegmentType textType)
          This method resets and initializes this object.
 



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