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

Packages that use UIWindowEvent
com.sibvisions.rad.application Contains base classes for application creation. 
javax.rad.ui.event Provides classes for dealing with different types of events fired by UI components. 
 

Uses of UIWindowEvent in com.sibvisions.rad.application
 

Methods in com.sibvisions.rad.application with parameters of type UIWindowEvent
 void Message.doClose(UIWindowEvent pEvent)
          Closes the message when the x button in the title was clicked.
 void Application.doErrorClosed(UIWindowEvent pEvent)
          Unsets the error dialog.
 

Uses of UIWindowEvent in javax.rad.ui.event
 

Methods in javax.rad.ui.event with parameters of type UIWindowEvent
 void IWindowListener.windowActivated(UIWindowEvent pWindowEvent)
          Invoked when the Window is set to be the active Window.
 void IWindowListener.windowClosed(UIWindowEvent pWindowEvent)
          Invoked when a window has been closed as the result of calling dispose on the window.
 void IWindowListener.windowClosing(UIWindowEvent pWindowEvent)
          Invoked when the user attempts to close the window from the window's system menu.
 void IWindowListener.windowDeactivated(UIWindowEvent pWindowEvent)
          Invoked when a Window is no longer the active Window.
 void IWindowListener.windowDeiconified(UIWindowEvent pWindowEvent)
          Invoked when a window is changed from a minimized to a normal state.
 void IWindowListener.windowIconified(UIWindowEvent pWindowEvent)
          Invoked when a window is changed from a normal to a minimized state.
 void IWindowListener.windowOpened(UIWindowEvent pWindowEvent)
          Invoked the first time a window is made visible.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.