| java.lang.Object sun.awt.qt.QtComponentPeer sun.awt.qt.QtContainerPeer sun.awt.qt.QtPanelPeer sun.awt.qt.QtWindowPeer
All known Subclasses: sun.awt.qt.QtDialogPeer, sun.awt.qt.QtFramePeer,
QtWindowPeer | class QtWindowPeer extends QtPanelPeer implements WindowPeer(Code) | | QtWindowPeer.java
author: Indrayana Rustandi author: Nicholas Allen |
Method Summary | |
Insets | calculateInsets() Calculates the insets using any values appropriate (such as borders). | native public void | computeInsets() | native protected void | create(QtComponentPeer parentPeer) | public Graphics | getGraphics() | protected int | getHeightDelta() | public Insets | getInsets() | int | getOriginX() | int | getOriginY() | protected int | getWidthDelta() | public void | hide() | void | hideLater() | void | postMouseEvent(int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int nativeEvent) | protected void | postWindowEvent(int type) | protected void | postWindowEvent(AWTEvent event) | protected void | resetInsetsDeltas() | public void | setActive() | native public void | setActiveNative() | public void | setBounds(int x, int y, int w, int h) This is overridden to set the bounds on the window manager's
frame. | native void | setBoundsNative(int x, int y, int width, int height) | native public void | setFocusInWindow(QtComponentPeer toFocus) | protected void | setInsets(Insets newInsets, boolean isInsetsChanged) Sets the window peer's insets. | static void | setQWSCoords(int x, int y) | native public void | setResizable(boolean resizable) | public void | show() | native public void | toBack() | native public void | toFront() | protected void | updateInsets(int top, int left, int bottom, int right) Updates this Frame/Dialog's inset values. | native public int | warningLabelHeight() |
insetsChanged | boolean insetsChanged(Code) | | |
qwsInit | static boolean qwsInit(Code) | | |
qwsXqwsY | static int qwsXqwsY(Code) | | |
topBorderDeltaleftBorderDeltabottomBorderDeltarightBorderDelta | int topBorderDeltaleftBorderDeltabottomBorderDeltarightBorderDelta(Code) | | |
topBorderleftBorderbottomBorderrightBorder | int topBorderleftBorderbottomBorderrightBorder(Code) | | |
calculateInsets | Insets calculateInsets()(Code) | | Calculates the insets using any values appropriate (such as borders).
|
computeInsets | native public void computeInsets()(Code) | | |
getHeightDelta | protected int getHeightDelta()(Code) | | |
getOriginX | int getOriginX()(Code) | | |
getOriginY | int getOriginY()(Code) | | |
getWidthDelta | protected int getWidthDelta()(Code) | | |
hideLater | void hideLater()(Code) | | |
postMouseEvent | void postMouseEvent(int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int nativeEvent)(Code) | | |
postWindowEvent | protected void postWindowEvent(int type)(Code) | | |
resetInsetsDeltas | protected void resetInsetsDeltas()(Code) | | |
setActive | public void setActive()(Code) | | |
setActiveNative | native public void setActiveNative()(Code) | | |
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | This is overridden to set the bounds on the window manager's
frame.
|
setBoundsNative | native void setBoundsNative(int x, int y, int width, int height)(Code) | | |
setInsets | protected void setInsets(Insets newInsets, boolean isInsetsChanged)(Code) | | Sets the window peer's insets.
|
setQWSCoords | static void setQWSCoords(int x, int y)(Code) | | |
setResizable | native public void setResizable(boolean resizable)(Code) | | |
toBack | native public void toBack()(Code) | | |
toFront | native public void toFront()(Code) | | |
updateInsets | protected void updateInsets(int top, int left, int bottom, int right)(Code) | | Updates this Frame/Dialog's inset values.
Invoked by the native layer after the window is realized.
|
warningLabelHeight | native public int warningLabelHeight()(Code) | | |
Methods inherited from sun.awt.qt.QtComponentPeer | static boolean canBeFocusedByClick(Component component)(Code)(Java Doc) protected boolean canHavePixmapBackground()(Code)(Java Doc) public int checkImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) abstract protected void create(QtComponentPeer parentPeer)(Code)(Java Doc) public Image createImage(ImageProducer producer)(Code)(Java Doc) public Image createImage(int width, int height)(Code)(Java Doc) public VolatileImage createVolatileImage(int width, int height)(Code)(Java Doc) public void dispose()(Code)(Java Doc) public ColorModel getColorModel()(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) native public Point getLocationOnScreen()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public long getNativeComponent()(Code)(Java Doc) native public Dimension getPreferredSize()(Code)(Java Doc) public Toolkit getToolkit()(Code)(Java Doc) public void handleEvent(AWTEvent event)(Code)(Java Doc) native void hide()(Code)(Java Doc) public boolean isFocusTraversable()(Code)(Java Doc) public boolean isFocusable()(Code)(Java Doc) native static boolean isPacked(Component component)(Code)(Java Doc) public void lostOwnership(Clipboard clipboard, Transferable contents)(Code)(Java Doc) native public boolean nativeRequestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) void postEvent(AWTEvent event)(Code)(Java Doc) void postMouseEvent(int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int nativeEvent)(Code)(Java Doc) void postPaintEvent(int x, int y, int width, int height)(Code)(Java Doc) public boolean prepareImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) public boolean requestFocus(Component child, Window parent, boolean temporary, boolean focusedWindowChangeAllowed, long time)(Code)(Java Doc) public void setBackground(Color c)(Code)(Java Doc) public void setBounds(int x, int y, int width, int height)(Code)(Java Doc) native void setBoundsNative(int x, int y, int width, int height)(Code)(Java Doc) public void setCursor(Cursor cursor)(Code)(Java Doc) native public void setEnabled(boolean b)(Code)(Java Doc) native public void setFocusable(boolean focusable)(Code)(Java Doc) public void setFont(Font f)(Code)(Java Doc) public void setForeground(Color c)(Code)(Java Doc) public void setVisible(boolean b)(Code)(Java Doc) protected boolean shouldFocusOnClick()(Code)(Java Doc) native void show()(Code)(Java Doc) protected byte[] stringToNulMultiByte(String string)(Code)(Java Doc) public void update(Graphics g)(Code)(Java Doc) public void updateClient(Object arg)(Code)(Java Doc)
|
|
|