| java.lang.Object sun.awt.X11.XEmbedChildProxyPeer
Method Summary | |
public boolean | canDetermineObscurity() | public int | checkImage(Image img, int w, int h, ImageObserver o) | void | childResized() | public void | coalescePaintEvent(PaintEvent e) | public void | createBuffers(int numBuffers, BufferCapabilities caps) | public Image | createImage(ImageProducer producer) | public Image | createImage(int width, int height) | public VolatileImage | createVolatileImage(int width, int height) | public void | destroyBuffers() | public void | disable() DEPRECATED: Replaced by setEnabled(boolean). | public void | dispatchEvent(XEvent xev) | public void | dispose() | public void | enable() DEPRECATED: Replaced by setEnabled(boolean). | public void | flip(BufferCapabilities.FlipContents flipAction) | public Image | getBackBuffer() | public Rectangle | getBounds() | public ColorModel | getColorModel() | public FontMetrics | getFontMetrics(Font font) | public Graphics | getGraphics() | public GraphicsConfiguration | getGraphicsConfiguration() | public Point | getLocationOnScreen() | public Dimension | getMinimumSize() | public Dimension | getPreferredSize() | public Toolkit | getToolkit() | Window | getTopLevel(Component comp) | void | handleConfigureNotify(XEvent xev) | public void | handleEvent(AWTEvent e) | void | handlePropertyNotify(XEvent xev) | public boolean | handlesWheelScrolling() | public void | hide() DEPRECATED: Replaced by setVisible(boolean). | void | initDispatching() | public boolean | isFocusable() | public boolean | isObscured() | public boolean | isReparentSupported() | public void | layout() Used by lightweight implementations to tell a ComponentPeer to layout
its sub-elements. | public Dimension | minimumSize() DEPRECATED: Replaced by getMinimumSize(). | public void | paint(Graphics g) | void | postEvent(AWTEvent event) | public Dimension | preferredSize() DEPRECATED: Replaced by getPreferredSize(). | public boolean | prepareImage(Image img, int w, int h, ImageObserver o) | public void | print(Graphics g) | public void | repaint(long tm, int x, int y, int width, int height) | public void | reparent(ContainerPeer newNativeParent) | public boolean | requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) | void | requestXEmbedFocus() | public void | reshape(int x, int y, int width, int height) DEPRECATED: Replaced by setBounds(int, int, int, int). | public void | setBackground(Color c) | public void | setBounds(int x, int y, int width, int height, int op) | public void | setBoundsOperation(int operation) | public void | setEnabled(boolean b) | public void | setFont(Font f) | public void | setForeground(Color c) | public void | setVisible(boolean b) | public void | show() DEPRECATED: Replaced by setVisible(boolean). | boolean | simulateMotifRequestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time) | public void | updateCursorImmediately() |
canDetermineObscurity | public boolean canDetermineObscurity()(Code) | | |
childResized | void childResized()(Code) | | |
createImage | public Image createImage(int width, int height)(Code) | | |
destroyBuffers | public void destroyBuffers()(Code) | | |
disable | public void disable()(Code) | | DEPRECATED: Replaced by setEnabled(boolean).
|
dispatchEvent | public void dispatchEvent(XEvent xev)(Code) | | |
dispose | public void dispose()(Code) | | |
enable | public void enable()(Code) | | DEPRECATED: Replaced by setEnabled(boolean).
|
getLocationOnScreen | public Point getLocationOnScreen()(Code) | | |
handleConfigureNotify | void handleConfigureNotify(XEvent xev)(Code) | | |
handlePropertyNotify | void handlePropertyNotify(XEvent xev)(Code) | | |
handlesWheelScrolling | public boolean handlesWheelScrolling()(Code) | | |
hide | public void hide()(Code) | | DEPRECATED: Replaced by setVisible(boolean).
|
initDispatching | void initDispatching()(Code) | | |
isFocusable | public boolean isFocusable()(Code) | | |
isObscured | public boolean isObscured()(Code) | | |
isReparentSupported | public boolean isReparentSupported()(Code) | | |
layout | public void layout()(Code) | | Used by lightweight implementations to tell a ComponentPeer to layout
its sub-elements. For instance, a lightweight Checkbox needs to layout
the box, as well as the text label.
|
minimumSize | public Dimension minimumSize()(Code) | | DEPRECATED: Replaced by getMinimumSize().
|
preferredSize | public Dimension preferredSize()(Code) | | DEPRECATED: Replaced by getPreferredSize().
|
repaint | public void repaint(long tm, int x, int y, int width, int height)(Code) | | |
requestFocus | public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)(Code) | | |
requestXEmbedFocus | void requestXEmbedFocus()(Code) | | |
reshape | public void reshape(int x, int y, int width, int height)(Code) | | DEPRECATED: Replaced by setBounds(int, int, int, int).
|
setBounds | public void setBounds(int x, int y, int width, int height, int op)(Code) | | |
setBoundsOperation | public void setBoundsOperation(int operation)(Code) | | |
setEnabled | public void setEnabled(boolean b)(Code) | | |
setVisible | public void setVisible(boolean b)(Code) | | |
show | public void show()(Code) | | DEPRECATED: Replaced by setVisible(boolean).
|
simulateMotifRequestFocus | boolean simulateMotifRequestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)(Code) | | |
updateCursorImmediately | public void updateCursorImmediately()(Code) | | |
|
|