Uses of Class
javax.rad.ui.event.UIKeyEvent

Packages that use UIKeyEvent
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.ui.event Provides classes for dealing with different types of events fired by UI components. 
javax.rad.ui.event.type.key Contains event listener interfaces for key events. 
 

Uses of UIKeyEvent in javax.rad.genui
 

Methods in javax.rad.genui with parameters of type UIKeyEvent
 void UIComponent.doEventKey(UIKeyEvent pKeyEvent)
          Dispatches the given UIKeyEvent to all EventHandlers that have subscribed to the Key of the event.
 

Uses of UIKeyEvent in javax.rad.ui.event
 

Methods in javax.rad.ui.event with parameters of type UIKeyEvent
 boolean Key.equals(UIKeyEvent pEvent)
          Returns true if the Key matches the given KeyEvent.
static Key Key.getKey(UIKeyEvent pEvent)
          Returns a shared instance of an Key that represents the Key of the given UIKeyEvent.
 

Uses of UIKeyEvent in javax.rad.ui.event.type.key
 

Methods in javax.rad.ui.event.type.key with parameters of type UIKeyEvent
 void IKeyPressedListener.keyPressed(UIKeyEvent pKeyEvent)
          Invoked when a key has been pressed.
 void IKeyReleasedListener.keyReleased(UIKeyEvent pKeyEvent)
          Invoked when a key has been released.
 void IKeyTypedListener.keyTyped(UIKeyEvent pKeyEvent)
          Invoked when a key has been typed.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.