java.awt.peer

Interface FramePeer

public interface FramePeer extends WindowPeer

Method Summary
intgetState()
booleanisRestackSupported()
Check if this frame peer supports being restacked.
voidsetBoundsPrivate(int x, int y, int width, int height)
Sets the bounds of this frame peer.
voidsetIconImage(Image image)
voidsetMaximizedBounds(Rectangle r)
voidsetMenuBar(MenuBar mb)
voidsetResizable(boolean resizable)
voidsetState(int state)
voidsetTitle(String title)

Method Detail

getState

public int getState()

isRestackSupported

public boolean isRestackSupported()
Check if this frame peer supports being restacked.

Returns: true if this frame peer can be restacked, false otherwise

Since: 1.5

setBoundsPrivate

public void setBoundsPrivate(int x, int y, int width, int height)
Sets the bounds of this frame peer.

Parameters: x the new x co-ordinate y the new y co-ordinate width the new width height the new height

Since: 1.5

setIconImage

public void setIconImage(Image image)

setMaximizedBounds

public void setMaximizedBounds(Rectangle r)

setMenuBar

public void setMenuBar(MenuBar mb)

setResizable

public void setResizable(boolean resizable)

setState

public void setState(int state)

setTitle

public void setTitle(String title)