Uses of Class
org.apache.pivot.wtk.text.TextSpan

Packages that use TextSpan
org.apache.pivot.wtk.text Contains classes representing a text object model. 
 

Uses of TextSpan in org.apache.pivot.wtk.text
 

Subclasses of TextSpan in org.apache.pivot.wtk.text
 class Span
          Deprecated. class has been renamed to TextSpan
 

Methods in org.apache.pivot.wtk.text that return TextSpan
 TextSpan TextSpan.duplicate(boolean recursive)
           
 TextSpan TextSpan.getRange(int offset, int characterCount)
           
 

Constructors in org.apache.pivot.wtk.text with parameters of type TextSpan
TextSpan(TextSpan span, boolean recursive)