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 voidTextNodeListener. charactersInserted(TextNode textNode, int index, int count)Called when characters have been inserted into a text node.voidTextNodeListener.Listeners. charactersInserted(TextNode textNode, int index, int count)voidTextNodeListener. charactersRemoved(TextNode textNode, int index, int count)Called when characters have been removed from a text node.voidTextNodeListener.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)
-