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

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

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

Methods in org.apache.pivot.wtk.text with parameters of type TextNode
 void TextNodeListener.charactersInserted(TextNode textNode, int index, int count)
          Called when characters have been inserted into a text node.
 void TextNodeListener.charactersRemoved(TextNode textNode, int index, int count)
          Called when characters have been removed from a text node.
 

Constructors in org.apache.pivot.wtk.text with parameters of type TextNode
TextNode(TextNode textNode)