public interface WindowPeer extends ContainerPeer
| Modifier and Type | Method and Description |
|---|---|
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() |
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, isRestackSupported, restackcanDetermineObscurity, 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, updateCursorImmediatelyvoid toBack()
void toFront()
void updateAlwaysOnTop()
boolean requestWindowFocus()
void setAlwaysOnTop(boolean alwaysOnTop)
void updateFocusableWindowState()
void setModalBlocked(Dialog blocker, boolean blocked)
void updateMinimumSize()
void updateIconImages()