java.awt.peer
public interface WindowPeer extends ContainerPeer
| Method Summary | |
|---|---|
| boolean | requestWindowFocus()
Request that this window peer be given the window focus.
|
| void | setAlwaysOnTop(boolean alwaysOnTop) |
| void | setModalBlocked(Dialog blocker, boolean blocked) |
| void | toBack() |
| void | toFront() |
| void | updateAlwaysOnTop()
Update the always-on-top status of the Window.
|
| void | updateFocusableWindowState() |
| void | updateIconImages() |
| void | updateMinimumSize() |
Returns: true if the window received focus, false otherwise
Since: 1.5
Since: 1.5