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

Packages that use TextSpan
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.text Contains classes representing a text object model. 
 

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

Constructors in org.apache.pivot.wtk.skin with parameters of type TextSpan
TextPaneSkinSpanView(TextSpan span)
           
 

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)