Uses of Interface
org.zaval.lw.event.LwWinListener

Packages that use LwWinListener
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 LwWinListener in org.zaval.lw
 

Classes in org.zaval.lw that implement LwWinListener
 class LwBlankDialog
          This class is "template" window component that can be used as the dialog window with the different content.
 class LwCombo
          This is combobox component.
 class LwWindow
          This class is window lightweight component that can be used as a desktop window.
 

Methods in org.zaval.lw with parameters of type LwWinListener
 void LwWinLayer.add(LwComponent c, LwWinListener l, java.lang.Integer type)
          Adds the new window with the specified window listener and the given window type.
 

Uses of LwWinListener in org.zaval.lw.event
 

Methods in org.zaval.lw.event with parameters of type LwWinListener
 void LwEventManager.removeWinListener(LwWinListener l)
          Removes the specified window listener.
 void LwEventManager.addWinListener(LwWinListener l)
          Adds the specified window listener.
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