|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextEvent | |
org.zaval.data.event | Different events related to data layer. |
org.zaval.lw | This is basic package of the light weight library. |
Uses of TextEvent in org.zaval.data.event |
Methods in org.zaval.data.event with parameters of type TextEvent | |
void |
TextListener.textRemoved(TextEvent e)
Invoked when a part of the text has been removed. |
void |
TextListener.textInserted(TextEvent e)
Invoked when a new text has been inserted in the text. |
void |
TextListener.textUpdated(TextEvent e)
Invoked when the text has been updated. |
Uses of TextEvent in org.zaval.lw |
Methods in org.zaval.lw with parameters of type TextEvent | |
void |
LwSpin.textRemoved(TextEvent e)
|
void |
LwSpin.textInserted(TextEvent e)
|
void |
LwSpin.textUpdated(TextEvent e)
|
void |
LwTextRender.textRemoved(TextEvent e)
Invoked when a part of the target text has been removed. |
void |
LwTextRender.textUpdated(TextEvent e)
Invoked when a part of the target text has been updated. |
void |
LwTextRender.textInserted(TextEvent e)
Invoked when a new text has been inserted in the target text. |
void |
LwColorPanel.textRemoved(TextEvent e)
|
void |
LwColorPanel.textInserted(TextEvent e)
|
void |
LwColorPanel.textUpdated(TextEvent e)
|
void |
LwFontPanel.textRemoved(TextEvent e)
|
void |
LwFontPanel.textInserted(TextEvent e)
|
void |
LwFontPanel.textUpdated(TextEvent e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |