Uses of Class
org.apache.pivot.wtk.text.TextNode
-
Packages that use TextNode Package Description 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 Modifier and Type Method Description void
TextNodeListener. charactersInserted(TextNode textNode, int index, int count)
Called when characters have been inserted into a text node.void
TextNodeListener.Listeners. charactersInserted(TextNode textNode, int index, int count)
void
TextNodeListener. charactersRemoved(TextNode textNode, int index, int count)
Called when characters have been removed from a text node.void
TextNodeListener.Listeners. charactersRemoved(TextNode textNode, int index, int count)
Constructors in org.apache.pivot.wtk.text with parameters of type TextNode Constructor Description TextNode(TextNode textNode)
-