| Package | Description |
|---|---|
| org.havi.ui | |
| org.havi.ui.event |
| Modifier and Type | Method and Description |
|---|---|
void |
HEventMulticaster.caretMoved(HTextEvent e)
Handles the
HTextEvent by invoking the
caretMoved methods on listener-a and listener-b. |
void |
HSinglelineEntry.processHTextEvent(HTextEvent evt)
Process an
HTextEvent sent to this HSinglelineEntry. |
void |
HKeyboardInputPreferred.processHTextEvent(HTextEvent evt)
Process an
HTextEvent sent to this HKeyboardInputPreferred. |
void |
HEventMulticaster.textChanged(HTextEvent e)
Handles the
HTextEvent by invoking the
textChanged methods on listener-a and listener-b. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2012 code4tv.com. All Rights Reserved.