WindowPeerpublic interface WindowPeer implements ContainerPeerThe peer interfaces are intended only for use in porting
the AWT. They are not intended for use by application
developers, and developers should not implement peers
nor invoke any of the peer methods directly on the peer
instances. |
Methods Summary |
---|
public boolean | requestWindowFocus()
| public void | setAlwaysOnTop(boolean alwaysOnTop)
| public void | setModalBlocked(java.awt.Dialog blocker, boolean blocked)
| public void | toBack()
| public void | toFront()
| public void | updateFocusableWindowState()
| public void | updateIconImages()
| public void | updateMinimumSize()
|
|