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 voidAutoReleaseListener. windowActivated(WindowEvent event)Window activated event.voidAutoReleaseListener. windowClosed(WindowEvent event)The window was closed.voidAutoReleaseListener. windowClosing(WindowEvent event)Window closing event.voidAutoReleaseListener. windowDeactivated(WindowEvent event)Window deactivated event.voidAutoReleaseListener. windowDeiconified(WindowEvent event)Window deiconified event.voidAutoReleaseListener. windowIconified(WindowEvent event)Window iconified event.voidAutoReleaseListener. 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 voidWindowListener. windowActivated(WindowEvent event)Callback method to notify a listener that a window was activated.voidWindowListener. windowClosed(WindowEvent event)Callback method to notify a listener that a window was closed.voidWindowListener. windowClosing(WindowEvent event)Callback method to notify a listener that a window is about to be closed.voidWindowListener. windowDeactivated(WindowEvent event)Callback method to notify a listener that a window was deactivated.voidWindowListener. windowDeiconified(WindowEvent event)Callback method to notify a listener that a window was deiconified.static WindowWindowUtils. windowFromEvent(WindowEvent event)Tries to cast the source window from the specified event object into aWindowobject.static WindowWindowUtils. windowFromEventEx(WindowEvent event)Tries to cast the source window from the specified event object into aWindowobject.voidWindowListener. windowIconified(WindowEvent event)Callback method to notify a listener that a window was iconified.voidWindowListener. 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 voidFormController. windowActivated(WindowEvent event)Dummy implementation of this window event.voidFormController. windowClosed(WindowEvent event)The associated window was closed.voidFormController. windowClosing(WindowEvent event)Dummy implementation of this window event.voidFormController. windowDeactivated(WindowEvent event)Dummy implementation of this window event.voidFormController. windowDeiconified(WindowEvent event)Dummy implementation of this window event.voidFormController. windowIconified(WindowEvent event)Dummy implementation of this window event.voidFormController. windowOpened(WindowEvent event)The window containing the associated form was opened.
-