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

Packages that use ComponentHandler
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

Uses of ComponentHandler in com.sibvisions.rad.ui.awt.impl
 

Fields in com.sibvisions.rad.ui.awt.impl declared as ComponentHandler
protected  ComponentHandler<IComponentMovedListener> AwtComponent.eventComponentMoved
          EventHandler for componentMoved.
protected  ComponentHandler<IComponentResizedListener> AwtComponent.eventComponentResized
          EventHandler for componentResized.
 

Methods in com.sibvisions.rad.ui.awt.impl that return ComponentHandler
 ComponentHandler<IComponentMovedListener> AwtComponent.eventComponentMoved()
          The ComponentHandler for the moved event.
 ComponentHandler<IComponentResizedListener> AwtComponent.eventComponentResized()
          The ComponentHandler for the resized event.
 

Uses of ComponentHandler in javax.rad.genui
 

Methods in javax.rad.genui that return ComponentHandler
 ComponentHandler<IComponentMovedListener> UIComponent.eventComponentMoved()
          The ComponentHandler for the moved event.
 ComponentHandler<IComponentResizedListener> UIComponent.eventComponentResized()
          The ComponentHandler for the resized event.
 

Uses of ComponentHandler in javax.rad.ui
 

Methods in javax.rad.ui that return ComponentHandler
 ComponentHandler<IComponentMovedListener> IComponent.eventComponentMoved()
          The ComponentHandler for the moved event.
 ComponentHandler<IComponentResizedListener> IComponent.eventComponentResized()
          The ComponentHandler for the resized event.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.