|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WindowPeer
The peer interface for Window
.
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.
Field Summary |
---|
Fields inherited from interface java.awt.peer.ComponentPeer |
---|
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
Method Summary | |
---|---|
void |
setAlwaysOnTop(boolean alwaysOnTop)
Sets if the window should always stay on top of all other windows or not. |
void |
setModalBlocked(Dialog blocker,
boolean blocked)
Sets if this window is blocked by a modal dialog or not. |
void |
toBack()
Makes this window the bottommost window on the desktop. |
void |
toFront()
Makes this window the topmost window on the desktop. |
void |
updateFocusableWindowState()
Updates the window's focusable state. |
void |
updateIconImages()
Updates the icons for the window. |
void |
updateMinimumSize()
Updates the minimum size on the peer. |
Methods inherited from interface java.awt.peer.ContainerPeer |
---|
beginLayout, beginValidate, endLayout, endValidate, getInsets, isRestackSupported, restack |
Method Detail |
---|
void toFront()
Window.toFront()
void toBack()
Window.toBack()
void setAlwaysOnTop(boolean alwaysOnTop)
alwaysOnTop
- if the window should always stay on top of all other
windows or notWindow.setAlwaysOnTop(boolean)
void updateFocusableWindowState()
Window.setFocusableWindowState(boolean)
void setModalBlocked(Dialog blocker, boolean blocked)
blocker
- the blocking modal dialogblocked
- true
to block the window, false
to unblock itvoid updateMinimumSize()
Window.setMinimumSize(Dimension)
void updateIconImages()
Window.setIconImages(java.util.List)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |