|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIWindowEvent | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
javax.rad.ui.event.type.window | Contains event listener interfaces for window events. |
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.type.window |
---|
Methods in javax.rad.ui.event.type.window with parameters of type UIWindowEvent | |
---|---|
void |
IWindowActivatedListener.windowActivated(UIWindowEvent pWindowEvent)
Invoked when the Window is set to be the active Window. |
void |
IWindowClosedListener.windowClosed(UIWindowEvent pWindowEvent)
Invoked when a window has been closed as the result of calling dispose on the window. |
void |
IWindowClosingListener.windowClosing(UIWindowEvent pWindowEvent)
Invoked when the user attempts to close the window from the window's system menu. |
void |
IWindowDeactivatedListener.windowDeactivated(UIWindowEvent pWindowEvent)
Invoked when a Window is no longer the active Window. |
void |
IWindowDeiconifiedListener.windowDeiconified(UIWindowEvent pWindowEvent)
Invoked when a window is changed from a minimized to a normal state. |
void |
IWindowIconifiedListener.windowIconified(UIWindowEvent pWindowEvent)
Invoked when a window is changed from a normal to a minimized state. |
void |
IWindowOpenedListener.windowOpened(UIWindowEvent pWindowEvent)
Invoked the first time a window is made visible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |