| java.lang.Object sun.awt.pocketpc.PPCObjectPeer sun.awt.pocketpc.PPCComponentPeer
All known Subclasses: sun.awt.pocketpc.PPCChoicePeer, sun.awt.pocketpc.PPCButtonPeer, sun.awt.pocketpc.PPCTextComponentPeer, sun.awt.pocketpc.PPCCheckboxPeer, sun.awt.pocketpc.PPCScrollbarPeer, sun.awt.pocketpc.PPCListPeer, sun.awt.pocketpc.PPCLabelPeer, sun.awt.pocketpc.PPCCanvasPeer,
Method Summary | |
native public void | _beginValidate() | native public void | _setBackground(int rgb) | native public void | _setForeground(int rgb) | public void | beginValidate() | public int | checkImage(Image img, int w, int h, ImageObserver o) | void | clearRectBeforePaint(Graphics g, Rectangle r) | abstract void | create(PPCComponentPeer parent) | public Image | createImage(ImageProducer producer) | public Image | createImage(int width, int height) | native public synchronized void | disable() | public void | dispose() | native public synchronized void | enable() | native public void | endValidate() | protected void | finalize() | public ColorModel | getColorModel() | public FontMetrics | getFontMetrics(Font font) | public Graphics | getGraphics() | native public Point | getLocationOnScreen() | public Dimension | getMinimumSize() | public Dimension | getPreferredSize() | public java.awt.Toolkit | getToolkit() | public void | handleEvent(AWTEvent e) | void | handleExpose(int x, int y, int w, int h) | void | handlePaint(int x, int y, int w, int h) | void | handleRepaint(int x, int y, int w, int h) | native public synchronized void | hide() | public void | initZOrderPosition() | void | initialize() | public boolean | isDoubleBuffered() | public boolean | isFocusTraversable() | public Dimension | minimumSize() | native void | nativeHandleEvent(AWTEvent e) | public void | paint(Graphics g) | void | postEvent(AWTEvent event) | public Dimension | preferredSize() | 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) | native public synchronized void | requestFocus() | native public synchronized void | reshape(int x, int y, int width, int height) | public synchronized void | setBackground(Color c) | public void | setBounds(int x, int y, int width, int height) | native public synchronized void | setCursor(Cursor c) | public void | setEnabled(boolean b) | native public synchronized void | setFont(Font f) | public synchronized void | setForeground(Color c) | public void | setVisible(boolean b) | native void | setZOrderPosition(PPCComponentPeer compAbove) | native public synchronized void | show() | native synchronized void | start() | public String | toString() | public void | updateClient(Object arg) |
_beginValidate | native public void _beginValidate()(Code) | | |
_setBackground | native public void _setBackground(int rgb)(Code) | | |
_setForeground | native public void _setForeground(int rgb)(Code) | | |
beginValidate | public void beginValidate()(Code) | | |
createImage | public Image createImage(int width, int height)(Code) | | |
disable | native public synchronized void disable()(Code) | | |
dispose | public void dispose()(Code) | | |
enable | native public synchronized void enable()(Code) | | |
endValidate | native public void endValidate()(Code) | | |
getLocationOnScreen | native public Point getLocationOnScreen()(Code) | | |
handleExpose | void handleExpose(int x, int y, int w, int h)(Code) | | |
handlePaint | void handlePaint(int x, int y, int w, int h)(Code) | | |
handleRepaint | void handleRepaint(int x, int y, int w, int h)(Code) | | |
hide | native public synchronized void hide()(Code) | | |
initZOrderPosition | public void initZOrderPosition()(Code) | | |
initialize | void initialize()(Code) | | |
isDoubleBuffered | public boolean isDoubleBuffered()(Code) | | |
isFocusTraversable | public boolean isFocusTraversable()(Code) | | |
repaint | public void repaint(long tm, int x, int y, int width, int height)(Code) | | |
requestFocus | native public synchronized void requestFocus()(Code) | | |
reshape | native public synchronized void reshape(int x, int y, int width, int height)(Code) | | |
setBackground | public synchronized void setBackground(Color c)(Code) | | |
setBounds | public void setBounds(int x, int y, int width, int height)(Code) | | |
setCursor | native public synchronized void setCursor(Cursor c)(Code) | | |
setEnabled | public void setEnabled(boolean b)(Code) | | |
setFont | native public synchronized void setFont(Font f)(Code) | | |
setForeground | public synchronized void setForeground(Color c)(Code) | | |
setVisible | public void setVisible(boolean b)(Code) | | |
show | native public synchronized void show()(Code) | | |
start | native synchronized void start()(Code) | | |
|
|