Uses of Class
net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Packages that use WindowEvent Package Description net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of WindowEvent in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder with parameters of type WindowEvent Modifier and Type Method Description void
AutoReleaseListener. windowActivated(WindowEvent event)
Window activated event.void
AutoReleaseListener. windowClosed(WindowEvent event)
The window was closed.void
AutoReleaseListener. windowClosing(WindowEvent event)
Window closing event.void
AutoReleaseListener. windowDeactivated(WindowEvent event)
Window deactivated event.void
AutoReleaseListener. windowDeiconified(WindowEvent event)
Window deiconified event.void
AutoReleaseListener. windowIconified(WindowEvent event)
Window iconified event.void
AutoReleaseListener. windowOpened(WindowEvent event)
Window opened event. -
Uses of WindowEvent in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window with parameters of type WindowEvent Modifier and Type Method Description void
WindowListener. windowActivated(WindowEvent event)
Callback method to notify a listener that a window was activated.void
WindowListener. windowClosed(WindowEvent event)
Callback method to notify a listener that a window was closed.void
WindowListener. windowClosing(WindowEvent event)
Callback method to notify a listener that a window is about to be closed.void
WindowListener. windowDeactivated(WindowEvent event)
Callback method to notify a listener that a window was deactivated.void
WindowListener. windowDeiconified(WindowEvent event)
Callback method to notify a listener that a window was deiconified.static Window
WindowUtils. windowFromEvent(WindowEvent event)
Tries to cast the source window from the specified event object into aWindow
object.static Window
WindowUtils. windowFromEventEx(WindowEvent event)
Tries to cast the source window from the specified event object into aWindow
object.void
WindowListener. windowIconified(WindowEvent event)
Callback method to notify a listener that a window was iconified.void
WindowListener. windowOpened(WindowEvent event)
Callback method to notify a listener that a window was opened. -
Uses of WindowEvent in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type WindowEvent Modifier and Type Method Description void
FormController. windowActivated(WindowEvent event)
Dummy implementation of this window event.void
FormController. windowClosed(WindowEvent event)
The associated window was closed.void
FormController. windowClosing(WindowEvent event)
Dummy implementation of this window event.void
FormController. windowDeactivated(WindowEvent event)
Dummy implementation of this window event.void
FormController. windowDeiconified(WindowEvent event)
Dummy implementation of this window event.void
FormController. windowIconified(WindowEvent event)
Dummy implementation of this window event.void
FormController. windowOpened(WindowEvent event)
The window containing the associated form was opened.
-