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<IWindowActivatedListener> SwingAbstractFrame.eventWindowActivated
          EventHandler for windowActivated.
protected  WindowHandler<IWindowClosedListener> SwingAbstractFrame.eventWindowClosed
          EventHandler for windowClosed.
protected  WindowHandler<IWindowClosingListener> SwingAbstractFrame.eventWindowClosing
          EventHandler for windowClosing.
protected  WindowHandler<IWindowDeactivatedListener> SwingAbstractFrame.eventWindowDeactivated
          EventHandler for windowDeactivated.
protected  WindowHandler<IWindowDeiconifiedListener> SwingAbstractFrame.eventWindowDeiconified
          EventHandler for windowDeiconified.
protected  WindowHandler<IWindowIconifiedListener> SwingAbstractFrame.eventWindowIconified
          EventHandler for windowIconified.
protected  WindowHandler<IWindowOpenedListener> SwingAbstractFrame.eventWindowOpened
          EventHandler for windowOpened.
 

Methods in com.sibvisions.rad.ui.swing.impl.container that return WindowHandler
 WindowHandler<IWindowActivatedListener> SwingAbstractFrame.eventWindowActivated()
          The EventHandler for the window activated event.
 WindowHandler<IWindowClosedListener> SwingAbstractFrame.eventWindowClosed()
          The EventHandler for the window closed event.
 WindowHandler<IWindowClosingListener> SwingAbstractFrame.eventWindowClosing()
          The EventHandler for the window closing event.
 WindowHandler<IWindowDeactivatedListener> SwingAbstractFrame.eventWindowDeactivated()
          The EventHandler for the window deactivated event.
 WindowHandler<IWindowDeiconifiedListener> SwingAbstractFrame.eventWindowDeiconified()
          The EventHandler for the window deiconified event.
 WindowHandler<IWindowIconifiedListener> SwingAbstractFrame.eventWindowIconified()
          The EventHandler for the window iconified event.
 WindowHandler<IWindowOpenedListener> 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<IWindowActivatedListener> AbstractWindow.eventWindowActivated()
          The EventHandler for the window activated event.
 WindowHandler<IWindowClosedListener> AbstractWindow.eventWindowClosed()
          The EventHandler for the window closed event.
 WindowHandler<IWindowClosingListener> AbstractWindow.eventWindowClosing()
          The EventHandler for the window closing event.
 WindowHandler<IWindowDeactivatedListener> AbstractWindow.eventWindowDeactivated()
          The EventHandler for the window deactivated event.
 WindowHandler<IWindowDeiconifiedListener> AbstractWindow.eventWindowDeiconified()
          The EventHandler for the window deiconified event.
 WindowHandler<IWindowIconifiedListener> AbstractWindow.eventWindowIconified()
          The EventHandler for the window iconified event.
 WindowHandler<IWindowOpenedListener> 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<IWindowActivatedListener> IWindow.eventWindowActivated()
          The EventHandler for the window activated event.
 WindowHandler<IWindowClosedListener> IWindow.eventWindowClosed()
          The EventHandler for the window closed event.
 WindowHandler<IWindowClosingListener> IWindow.eventWindowClosing()
          The EventHandler for the window closing event.
 WindowHandler<IWindowDeactivatedListener> IWindow.eventWindowDeactivated()
          The EventHandler for the window deactivated event.
 WindowHandler<IWindowDeiconifiedListener> IWindow.eventWindowDeiconified()
          The EventHandler for the window deiconified event.
 WindowHandler<IWindowIconifiedListener> IWindow.eventWindowIconified()
          The EventHandler for the window iconified event.
 WindowHandler<IWindowOpenedListener> IWindow.eventWindowOpened()
          The EventHandler for the window opened event.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.