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

Packages that use HEventGroup
org.havi.ui   
 

Uses of HEventGroup in org.havi.ui
 

Methods in org.havi.ui that return HEventGroup
 HEventGroup HScene.getKeyEvents()
          Return the key codes which this HScene is interested in receiving when it has input focus.
 

Methods in org.havi.ui with parameters of type HEventGroup
 void HScene.setKeyEvents(HEventGroup keyCodes)
          Define the key codes which this HScene is interested in receiving when it has input focus.