Save This Page
Home » openjdk-7 » java » awt » peer » [javadoc | source]
java.awt.peer
public interface: FramePeer [javadoc | source]

All Implemented Interfaces:
    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.
Method from java.awt.peer.FramePeer Summary:
getBoundsPrivate,   getState,   setBoundsPrivate,   setMaximizedBounds,   setMenuBar,   setResizable,   setState,   setTitle
Method from java.awt.peer.FramePeer Detail:
 public Rectangle getBoundsPrivate()
 public int getState()
 public  void setBoundsPrivate(int x,
    int y,
    int width,
    int height)
 public  void setMaximizedBounds(Rectangle bounds)
 public  void setMenuBar(MenuBar mb)
 public  void setResizable(boolean resizeable)
 public  void setState(int state)
 public  void setTitle(String title)