|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTextEvent | |
|---|---|
| org.havi.ui | |
| org.havi.ui.event | |
| Uses of HTextEvent in org.havi.ui |
|---|
| Methods in org.havi.ui with parameters of type HTextEvent | |
|---|---|
void |
HEventMulticaster.caretMoved(HTextEvent e)
Handles the HTextEvent by invoking the
caretMoved methods on listener-a and listener-b. |
void |
HKeyboardInputPreferred.processHTextEvent(HTextEvent evt)
Process an HTextEvent sent to this HKeyboardInputPreferred. |
void |
HSinglelineEntry.processHTextEvent(HTextEvent evt)
Process an HTextEvent sent to this HSinglelineEntry. |
void |
HEventMulticaster.textChanged(HTextEvent e)
Handles the HTextEvent by invoking the
textChanged methods on listener-a and listener-b. |
| Uses of HTextEvent in org.havi.ui.event |
|---|
| Methods in org.havi.ui.event with parameters of type HTextEvent | |
|---|---|
void |
HTextListener.caretMoved(HTextEvent e)
Called when the caret position of an HTextValue component has moved. |
void |
HTextListener.textChanged(HTextEvent e)
Called when the textual content of an HTextValue component has changed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||