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 classInvariantWindowClosingStrategyA very simple implementation of theWindowClosingStrategyinterface.Methods in net.sf.jguiraffe.gui.builder.window that return WindowClosingStrategy Modifier and Type Method Description WindowClosingStrategyWindow. getWindowClosingStrategy()Returns the currentWindowClosingStrategyof this window.Methods in net.sf.jguiraffe.gui.builder.window with parameters of type WindowClosingStrategy Modifier and Type Method Description voidWindow. setWindowClosingStrategy(WindowClosingStrategy windowClosingStrategy)Sets theWindowClosingStrategyfor this window.
-