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.qt.QtComponentPeer | |
POPUP_TRIGGER , backBuffer , qtApp , toolkit |
Fields inherited from class gnu.java.awt.peer.qt.NativeWrapper | |
nativeObject |
Constructor Summary | |
|
Method Summary | |
void |
|
Rectangle | |
Insets | |
int |
|
protected void |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected void |
|
void |
|
Methods inherited from class gnu.java.awt.peer.qt.QtWindowPeer | |
init , requestWindowFocus , setAlwaysOnTop , setModalBlocked , setTitle , setup , toBack , toFront , updateAlwaysOnTop , updateFocusableWindowState , updateIconImages , updateMinimumSize |
Methods inherited from class gnu.java.awt.peer.qt.QtContainerPeer | |
beginLayout , beginValidate , cancelPendingPaint , endLayout , endValidate , getInsets , init , insets , isPaintPending , isRestackSupported , restack , setup |
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 Insets getInsets()
- Specified by:
- getInsets in interface ContainerPeer
- Overrides:
- getInsets in interface QtContainerPeer
public boolean requestWindowFocus()
Request that this window peer be given the window focus.
- Specified by:
- requestWindowFocus in interface WindowPeer
- Overrides:
- requestWindowFocus in interface QtWindowPeer
- Returns:
- true if the window received focus, 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 rect)
- Specified by:
- setMaximizedBounds in interface FramePeer
public void setResizable(boolean resizeable)
- Specified by:
- setResizable in interface FramePeer
public void updateAlwaysOnTop()
Update the always-on-top status of the Window.
- Specified by:
- updateAlwaysOnTop in interface WindowPeer
- Overrides:
- updateAlwaysOnTop in interface QtWindowPeer
- Since:
- 1.5