java.awt.peer
Interface WindowPeer
- All Superinterfaces:
- ComponentPeer, ContainerPeer
- All Known Subinterfaces:
- DialogPeer, FileDialogPeer, FramePeer
public interface WindowPeer
- extends ContainerPeer
The 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 inherited from interface java.awt.peer.ComponentPeer |
applyShape, canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, dispose, flip, getBackBuffer, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, isFocusable, isObscured, isReparentSupported, layout, paint, prepareImage, print, reparent, requestFocus, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, updateCursorImmediately |
toFront
void toFront()
toBack
void toBack()
setAlwaysOnTop
void setAlwaysOnTop(boolean alwaysOnTop)
updateFocusableWindowState
void updateFocusableWindowState()
setModalBlocked
void setModalBlocked(java.awt.Dialog blocker,
boolean blocked)
updateMinimumSize
void updateMinimumSize()
updateIconImages
void updateIconImages()