Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Field Summary |
Fields inherited from class gnu.java.awt.peer.x.XWindowPeer | |
xwindow |
Fields inherited from class gnu.java.awt.peer.swing.SwingComponentPeer | |
awtComponent , paintArea , peerFont , swingComponent |
Method Summary | |
Rectangle | |
int |
|
boolean |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
Methods inherited from class gnu.java.awt.peer.x.XWindowPeer | |
VolatileImage createVolatileImage , createImage , finalize , getFontMetrics , getGraphics , getLocationOnScreen , getXwindow , hide , insets , requestWindowFocus , reshape , show , toBack , toFront , updateAlwaysOnTop |
Methods inherited from class gnu.java.awt.peer.swing.SwingWindowPeer | |
setAlwaysOnTop , setModalBlocked , updateFocusableWindowState , updateIconImages , updateMinimumSize |
Methods inherited from class gnu.java.awt.peer.swing.SwingContainerPeer | |
addHeavyweightDescendent , beginLayout , beginValidate , cancelPendingPaint , endLayout , endValidate , getHeavyweightDescendents , getInsets , handleKeyEvent , handleMouseEvent , handleMouseMotionEvent , insets , isPaintPending , isRestackSupported , peerPaint , peerPaintChildren , removeHeavyweightDescendent , restack |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public Rectangle getBoundsPrivate()
- Specified by:
- getBoundsPrivate in interface FramePeer
public boolean isRestackSupported()
Check if this frame peer supports being restacked.
- Specified by:
- isRestackSupported in interface FramePeer
- isRestackSupported in interface ContainerPeer
- Overrides:
- isRestackSupported in interface SwingContainerPeer
- Returns:
- true if this frame peer can be restacked, false otherwise
- Since:
- 1.5
public void setBoundsPrivate(int x, int y, int width, int height)
Sets the bounds of this frame peer.
- Specified by:
- setBoundsPrivate in interface FramePeer
- Parameters:
x
- the new x co-ordinatey
- the new y co-ordinatewidth
- the new widthheight
- the new height
- Since:
- 1.5
public void setMaximizedBounds(Rectangle r)
- Specified by:
- setMaximizedBounds in interface FramePeer
public void setResizable(boolean resizable)
- Specified by:
- setResizable in interface FramePeer