java.awt.peer
Interface FramePeer
- All Superinterfaces:
- ComponentPeer, ContainerPeer, WindowPeer
public interface FramePeer
- extends WindowPeer
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 |
setTitle
void setTitle(java.lang.String title)
setMenuBar
void setMenuBar(java.awt.MenuBar mb)
setResizable
void setResizable(boolean resizeable)
setState
void setState(int state)
getState
int getState()
setMaximizedBounds
void setMaximizedBounds(java.awt.Rectangle bounds)
setBoundsPrivate
void setBoundsPrivate(int x,
int y,
int width,
int height)
getBoundsPrivate
java.awt.Rectangle getBoundsPrivate()