Uses of Class
org.havi.ui.event.HTextEvent

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 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.
 

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.