java.awt.peer
public interface FramePeer extends WindowPeer
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBoundsPrivate() |
int |
getState() |
boolean |
isRestackSupported()
Check if this frame peer supports being restacked.
|
void |
setBoundsPrivate(int x,
int y,
int width,
int height)
Sets the bounds of this frame peer.
|
void |
setIconImage(Image image) |
void |
setMaximizedBounds(Rectangle r) |
void |
setMenuBar(MenuBar mb) |
void |
setResizable(boolean resizable) |
void |
setState(int state) |
void |
setTitle(String title) |
requestWindowFocus, setAlwaysOnTop, setModalBlocked, toBack, toFront, updateAlwaysOnTop, updateFocusableWindowState, updateIconImages, updateMinimumSize
beginLayout, beginValidate, cancelPendingPaint, endLayout, endValidate, getInsets, insets, isPaintPending, restack
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
void setIconImage(Image image)
void setMenuBar(MenuBar mb)
void setResizable(boolean resizable)
int getState()
void setState(int state)
void setMaximizedBounds(Rectangle r)
boolean isRestackSupported()
isRestackSupported
in interface ContainerPeer
void setBoundsPrivate(int x, int y, int width, int height)
x
- the new x co-ordinatey
- the new y co-ordinatewidth
- the new widthheight
- the new heightRectangle getBoundsPrivate()