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.
|
net.sf.jguiraffe.gui.platform.swing.builder.window |
This package contains concrete implementations of Swing window classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InvariantWindowClosingStrategy
A very simple implementation of the
WindowClosingStrategy
interface. |
Modifier and Type | Method and Description |
---|---|
WindowClosingStrategy |
Window.getWindowClosingStrategy()
Returns the current
WindowClosingStrategy of this window. |
Modifier and Type | Method and Description |
---|---|
void |
Window.setWindowClosingStrategy(WindowClosingStrategy windowClosingStrategy)
Sets the
WindowClosingStrategy for this window. |
Modifier and Type | Method and Description |
---|---|
WindowClosingStrategy |
WindowAdapter.getWindowClosingStrategy()
Returns the window's closing strategy.
|
WindowClosingStrategy |
InternalFrameAdapter.getWindowClosingStrategy()
Returns this window's closing strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
WindowAdapter.setWindowClosingStrategy(WindowClosingStrategy windowClosingStrategy)
Sets the window's closing strategy.
|
void |
InternalFrameAdapter.setWindowClosingStrategy(WindowClosingStrategy windowClosingStrategy)
Sets the closing strategy for this window.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.