Uses of Interface
net.sf.jguiraffe.gui.builder.window.WindowListener
-
Packages that use WindowListener 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 WindowListener in net.sf.jguiraffe.gui.builder
Classes in net.sf.jguiraffe.gui.builder that implement WindowListener Modifier and Type Class Description class
AutoReleaseListener
A specializedWindowListener
implementation for implementing the auto release mechanism supported by builders. -
Uses of WindowListener in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window with parameters of type WindowListener Modifier and Type Method Description void
Window. addWindowListener(WindowListener l)
Adds a window listener for this window.void
Window. removeWindowListener(WindowListener l)
Removes a window listener for this window. -
Uses of WindowListener in net.sf.jguiraffe.gui.builder.window.ctrl
Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement WindowListener Modifier and Type Class Description class
FormController
A base class for form controllers.
-