java.awt.peer

Interface WindowPeer

public interface WindowPeer extends ContainerPeer

Method Summary
booleanrequestWindowFocus()
Request that this window peer be given the window focus.
voidtoBack()
voidtoFront()
voidupdateAlwaysOnTop()
Update the always-on-top status of the Window.

Method Detail

requestWindowFocus

public boolean requestWindowFocus()
Request that this window peer be given the window focus.

Returns: true if the window received focus, false otherwise

Since: 1.5

toBack

public void toBack()

toFront

public void toFront()

updateAlwaysOnTop

public void updateAlwaysOnTop()
Update the always-on-top status of the Window.

Since: 1.5