|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTextListener
The HTextListener
interface enables the reception of HTextEvents
, as generated
by objects implementing HTextValue
.
Parameter | Description | Default value | Set method | Get method |
---|---|---|---|---|
None. |
Description | Default value | Set method | Get method |
---|---|---|---|
None. |
Method Summary | |
---|---|
void |
caretMoved(HTextEvent e)
Called when the caret position of an HTextValue component has moved. |
void |
textChanged(HTextEvent e)
Called when the textual content of an HTextValue component has changed. |
Method Detail |
---|
void textChanged(HTextEvent e)
HTextValue
component has changed.
e
- is the HTextEvent
generated by the object implementing HTextValue
.void caretMoved(HTextEvent e)
HTextValue
component has moved.
e
- is the HTextEvent
generated by the object implementing HTextValue
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |