| java.lang.Object java.awt.ComponentXWindow java.awt.HeavyweightComponentXWindow java.awt.WindowXWindow java.awt.FrameXWindow
FrameXWindow | class FrameXWindow extends WindowXWindow (Code) | | X window used for a Frame.
version: 1.9, 08/19/02 author: Nicholas Allen |
create | native int create(int owner)(Code) | | |
setDefaultBorders | void setDefaultBorders(int top, int left, int bottom, int right)(Code) | | |
Fields inherited from java.awt.WindowXWindow | int topBorderleftBorderbottomBorderrightBorder(Code)(Java Doc)
|
Methods inherited from java.awt.WindowXWindow | void create()(Code)(Java Doc) native int create(int owner)(Code)(Java Doc) void map()(Code)(Java Doc) void postMouseButtonEvent(int id, long when, int modifiers, int x, int y)(Code)(Java Doc) void postMouseEvent(int id, long when, int modifiers, int x, int y)(Code)(Java Doc) void postMovedEvent()(Code)(Java Doc) final void postPaintEvent(int x, int y, int width, int height)(Code)(Java Doc) void postResizedEvent()(Code)(Java Doc) final synchronized 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) void setDefaultBorders(int top, int left, int bottom, int right)(Code)(Java Doc) final void setIconImage(Image image)(Code)(Java Doc) final native void setIconImageNative(int pixmap)(Code)(Java Doc) final native void setMouseEventMask(long mask)(Code)(Java Doc) final synchronized void setResizable(boolean b)(Code)(Java Doc) final synchronized void setSizeHints(Dimension minSize, Dimension maxSize)(Code)(Java Doc) final native void setTitle(String title)(Code)(Java Doc) final native void toBack()(Code)(Java Doc) final native void toFront()(Code)(Java Doc)
|
Methods inherited from java.awt.ComponentXWindow | void create()(Code)(Java Doc) native void dispose()(Code)(Java Doc) native Point getLocationOnScreen()(Code)(Java Doc) void map()(Code)(Java Doc) native void mapNative()(Code)(Java Doc) void postMouseButtonEvent(int id, long when, int modifiers, int x, int y)(Code)(Java Doc) void postMouseEvent(int id, long when, int modifiers, int x, int y)(Code)(Java Doc) void setBackground(Color c)(Code)(Java Doc) 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) void setCursor(Cursor cursor)(Code)(Java Doc) native void setCursorNative(int type)(Code)(Java Doc) native void setMouseEventMask(long mask)(Code)(Java Doc) native void unmap()(Code)(Java Doc)
|
|
|