Java Doc for PPCComponentPeer.java in  » 6.0-JDK-Modules » j2me » sun » awt » pocketpc » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » sun.awt.pocketpc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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,
PPCComponentPeer
abstract class PPCComponentPeer extends PPCObjectPeer implements ComponentPeer,UpdateClient(Code)



Constructor Summary
 PPCComponentPeer(Component target)
    

Method Summary
native public  void_beginValidate()
    
native public  void_setBackground(int rgb)
    
native public  void_setForeground(int rgb)
    
public  voidbeginValidate()
    
public  intcheckImage(Image img, int w, int h, ImageObserver o)
    
 voidclearRectBeforePaint(Graphics g, Rectangle r)
    
abstract  voidcreate(PPCComponentPeer parent)
    
public  ImagecreateImage(ImageProducer producer)
    
public  ImagecreateImage(int width, int height)
    
native public synchronized  voiddisable()
    
public  voiddispose()
    
native public synchronized  voidenable()
    
native public  voidendValidate()
    
protected  voidfinalize()
    
public  ColorModelgetColorModel()
    
public  FontMetricsgetFontMetrics(Font font)
    
public  GraphicsgetGraphics()
    
native public  PointgetLocationOnScreen()
    
public  DimensiongetMinimumSize()
    
public  DimensiongetPreferredSize()
    
public  java.awt.ToolkitgetToolkit()
    
public  voidhandleEvent(AWTEvent e)
    
 voidhandleExpose(int x, int y, int w, int h)
    
 voidhandlePaint(int x, int y, int w, int h)
    
 voidhandleRepaint(int x, int y, int w, int h)
    
native public synchronized  voidhide()
    
public  voidinitZOrderPosition()
    
 voidinitialize()
    
public  booleanisDoubleBuffered()
    
public  booleanisFocusTraversable()
    
public  DimensionminimumSize()
    
native  voidnativeHandleEvent(AWTEvent e)
    
public  voidpaint(Graphics g)
    
 voidpostEvent(AWTEvent event)
    
public  DimensionpreferredSize()
    
public  booleanprepareImage(Image img, int w, int h, ImageObserver o)
    
public  voidprint(Graphics g)
    
public  voidrepaint(long tm, int x, int y, int width, int height)
    
native public synchronized  voidrequestFocus()
    
native public synchronized  voidreshape(int x, int y, int width, int height)
    
public synchronized  voidsetBackground(Color c)
    
public  voidsetBounds(int x, int y, int width, int height)
    
native public synchronized  voidsetCursor(Cursor c)
    
public  voidsetEnabled(boolean b)
    
native public synchronized  voidsetFont(Font f)
    
public synchronized  voidsetForeground(Color c)
    
public  voidsetVisible(boolean b)
    
native  voidsetZOrderPosition(PPCComponentPeer compAbove)
    
native public synchronized  voidshow()
    
native synchronized  voidstart()
    
public  StringtoString()
    
public  voidupdateClient(Object arg)
    


Constructor Detail
PPCComponentPeer
PPCComponentPeer(Component target)(Code)




Method Detail
_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)



checkImage
public int checkImage(Image img, int w, int h, ImageObserver o)(Code)



clearRectBeforePaint
void clearRectBeforePaint(Graphics g, Rectangle r)(Code)



create
abstract void create(PPCComponentPeer parent)(Code)



createImage
public Image createImage(ImageProducer producer)(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)



finalize
protected void finalize() throws Throwable(Code)



getColorModel
public ColorModel getColorModel()(Code)



getFontMetrics
public FontMetrics getFontMetrics(Font font)(Code)



getGraphics
public Graphics getGraphics()(Code)



getLocationOnScreen
native public Point getLocationOnScreen()(Code)



getMinimumSize
public Dimension getMinimumSize()(Code)



getPreferredSize
public Dimension getPreferredSize()(Code)



getToolkit
public java.awt.Toolkit getToolkit()(Code)



handleEvent
public void handleEvent(AWTEvent e)(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)



minimumSize
public Dimension minimumSize()(Code)
DEPRECATED



nativeHandleEvent
native void nativeHandleEvent(AWTEvent e)(Code)



paint
public void paint(Graphics g)(Code)



postEvent
void postEvent(AWTEvent event)(Code)



preferredSize
public Dimension preferredSize()(Code)
DEPRECATED



prepareImage
public boolean prepareImage(Image img, int w, int h, ImageObserver o)(Code)



print
public void print(Graphics g)(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)



setZOrderPosition
native void setZOrderPosition(PPCComponentPeer compAbove)(Code)



show
native public synchronized void show()(Code)



start
native synchronized void start()(Code)



toString
public String toString()(Code)



updateClient
public void updateClient(Object arg)(Code)



Fields inherited from sun.awt.pocketpc.PPCObjectPeer
int pData(Code)(Java Doc)
Object target(Code)(Java Doc)

Methods inherited from sun.awt.pocketpc.PPCObjectPeer
abstract public void dispose()(Code)(Java Doc)
public static PPCObjectPeer getPeerForTarget(Object t)(Code)(Java Doc)

Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.