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

Packages that use WindowHandler
com.sibvisions.rad.ui.swing.impl.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.ui.container Contains all interfaces to develop containers for a graphical user interface. 
 

Uses of WindowHandler in com.sibvisions.rad.ui.swing.impl.container
 

Fields in com.sibvisions.rad.ui.swing.impl.container declared as WindowHandler
protected  WindowHandler SwingAbstractFrame.eventWindowActivated
          EventHandler for windowActivated.
protected  WindowHandler SwingAbstractFrame.eventWindowClosed
          EventHandler for windowClosed.
protected  WindowHandler SwingAbstractFrame.eventWindowClosing
          EventHandler for windowClosing.
protected  WindowHandler SwingAbstractFrame.eventWindowDeactivated
          EventHandler for windowDeactivated.
protected  WindowHandler SwingAbstractFrame.eventWindowDeiconified
          EventHandler for windowDeiconified.
protected  WindowHandler SwingAbstractFrame.eventWindowIconified
          EventHandler for windowIconified.
protected  WindowHandler SwingAbstractFrame.eventWindowOpened
          EventHandler for windowOpened.
 

Methods in com.sibvisions.rad.ui.swing.impl.container that return WindowHandler
 WindowHandler SwingAbstractFrame.eventWindowActivated()
          The EventHandler for the window activated event.
 WindowHandler SwingAbstractFrame.eventWindowClosed()
          The EventHandler for the window closed event.
 WindowHandler SwingAbstractFrame.eventWindowClosing()
          The EventHandler for the window closing event.
 WindowHandler SwingAbstractFrame.eventWindowDeactivated()
          The EventHandler for the window deactivated event.
 WindowHandler SwingAbstractFrame.eventWindowDeiconified()
          The EventHandler for the window deiconified event.
 WindowHandler SwingAbstractFrame.eventWindowIconified()
          The EventHandler for the window iconified event.
 WindowHandler SwingAbstractFrame.eventWindowOpened()
          The EventHandler for the window opened event.
 

Uses of WindowHandler in javax.rad.genui.container
 

Methods in javax.rad.genui.container that return WindowHandler
 WindowHandler AbstractWindow.eventWindowActivated()
          The EventHandler for the window activated event.
 WindowHandler AbstractWindow.eventWindowClosed()
          The EventHandler for the window closed event.
 WindowHandler AbstractWindow.eventWindowClosing()
          The EventHandler for the window closing event.
 WindowHandler AbstractWindow.eventWindowDeactivated()
          The EventHandler for the window deactivated event.
 WindowHandler AbstractWindow.eventWindowDeiconified()
          The EventHandler for the window deiconified event.
 WindowHandler AbstractWindow.eventWindowIconified()
          The EventHandler for the window iconified event.
 WindowHandler AbstractWindow.eventWindowOpened()
          The EventHandler for the window opened event.
 

Uses of WindowHandler in javax.rad.ui.container
 

Methods in javax.rad.ui.container that return WindowHandler
 WindowHandler IWindow.eventWindowActivated()
          The EventHandler for the window activated event.
 WindowHandler IWindow.eventWindowClosed()
          The EventHandler for the window closed event.
 WindowHandler IWindow.eventWindowClosing()
          The EventHandler for the window closing event.
 WindowHandler IWindow.eventWindowDeactivated()
          The EventHandler for the window deactivated event.
 WindowHandler IWindow.eventWindowDeiconified()
          The EventHandler for the window deiconified event.
 WindowHandler IWindow.eventWindowIconified()
          The EventHandler for the window iconified event.
 WindowHandler IWindow.eventWindowOpened()
          The EventHandler for the window opened event.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.