|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextNode | |
---|---|
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 TextNode in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin with parameters of type TextNode | |
---|---|
void |
TextPaneSkinTextNodeView.charactersInserted(TextNode textNode,
int index,
int count)
|
void |
TextPaneSkinTextNodeView.charactersRemoved(TextNode textNode,
int index,
int count)
|
Constructors in org.apache.pivot.wtk.skin with parameters of type TextNode | |
---|---|
TextPaneSkinTextNodeView(TextNode textNode)
|
|
TextPaneSkinTextNodeView(TextNode textNode,
int start)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |