FileDocCategorySizeDatePackage
FramePeer.javaAPI DocJava SE 6 API836Tue Jun 10 00:25:30 BST 2008java.awt.peer

FramePeer

public interface FramePeer implements 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.

Fields Summary
Constructors Summary
Methods Summary
public java.awt.RectanglegetBoundsPrivate()

public intgetState()

public voidsetBoundsPrivate(int x, int y, int width, int height)

public voidsetMaximizedBounds(java.awt.Rectangle bounds)

public voidsetMenuBar(java.awt.MenuBar mb)

public voidsetResizable(boolean resizeable)

public voidsetState(int state)

public voidsetTitle(java.lang.String title)