Uses of Interface
net.sf.jguiraffe.gui.builder.window.WindowClosingStrategy
-
Packages that use WindowClosingStrategy Package Description net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts. -
-
Uses of WindowClosingStrategy in net.sf.jguiraffe.gui.builder.window
Classes in net.sf.jguiraffe.gui.builder.window that implement WindowClosingStrategy Modifier and Type Class Description class
InvariantWindowClosingStrategy
A very simple implementation of theWindowClosingStrategy
interface.Methods in net.sf.jguiraffe.gui.builder.window that return WindowClosingStrategy Modifier and Type Method Description WindowClosingStrategy
Window. getWindowClosingStrategy()
Returns the currentWindowClosingStrategy
of this window.Methods in net.sf.jguiraffe.gui.builder.window with parameters of type WindowClosingStrategy Modifier and Type Method Description void
Window. setWindowClosingStrategy(WindowClosingStrategy windowClosingStrategy)
Sets theWindowClosingStrategy
for this window.
-