java.awt.peer
Interface WindowPeer

All Superinterfaces:
ComponentPeer, ContainerPeer
All Known Subinterfaces:
DialogPeer, FileDialogPeer, FramePeer

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()
           
 
Methods inherited from interface java.awt.peer.ContainerPeer
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restack
 
Methods inherited from interface java.awt.peer.ComponentPeer
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isFocusable, isFocusTraversable, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, requestFocus, requestFocus, reshape, setBackground, setBounds, setBounds, setCursor, setEnabled, setEventMask, setFont, setForeground, setVisible, show, updateCursorImmediately
 

Method Detail

toBack

void toBack()

toFront

void toFront()

updateAlwaysOnTop

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

Since:
1.5

requestWindowFocus

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

Returns:
true if the window received focus, false otherwise
Since:
1.5

setAlwaysOnTop

void setAlwaysOnTop(boolean alwaysOnTop)

updateFocusableWindowState

void updateFocusableWindowState()

setModalBlocked

void setModalBlocked(Dialog blocker,
                     boolean blocked)

updateMinimumSize

void updateMinimumSize()

updateIconImages

void updateIconImages()