Uses of Class
org.zaval.lw.event.LwWinEvent

Packages that use LwWinEvent
org.zaval.lw This is basic package of the light weight library. 
org.zaval.lw.event Different events related to the light weight components. 
 

Uses of LwWinEvent in org.zaval.lw
 

Methods in org.zaval.lw with parameters of type LwWinEvent
 void LwCombo.winOpened(LwWinEvent e)
           
 void LwCombo.winClosed(LwWinEvent e)
           
 void LwCombo.winActivated(LwWinEvent e)
           
 void LwCombo.winDeactivated(LwWinEvent e)
           
 void LwWindow.winOpened(LwWinEvent e)
           
 void LwWindow.winClosed(LwWinEvent e)
           
 void LwWindow.winActivated(LwWinEvent e)
           
 void LwWindow.winDeactivated(LwWinEvent e)
           
 

Uses of LwWinEvent in org.zaval.lw.event
 

Methods in org.zaval.lw.event with parameters of type LwWinEvent
 void LwWinListener.winOpened(LwWinEvent e)
          Invoked when the light weight window component has been opened.
 void LwWinListener.winClosed(LwWinEvent e)
          Invoked when the light weight window component has been closed.
 void LwWinListener.winActivated(LwWinEvent e)
          Invoked when the light weight window component has been activated.
 void LwWinListener.winDeactivated(LwWinEvent e)
          Invoked when the light weight window component has been deactivated.
static void LwWinSupport.process(LwWinListener l, LwWinEvent e)
          The method knows how the specified window event has to be delivered to an appropriate method of the window listener.
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org