Java Doc for XEmbedChildProxyPeer.java in  » 6.0-JDK-Platform » solaris » sun » awt » X11 » 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 Platform » solaris » sun.awt.X11 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   sun.awt.X11.XEmbedChildProxyPeer

XEmbedChildProxyPeer
public class XEmbedChildProxyPeer implements ComponentPeer,XEventDispatcher(Code)


Field Summary
 XEmbeddingContainercontainer
    
 longhandle
    
 XEmbedChildProxyproxy
    

Constructor Summary
 XEmbedChildProxyPeer(XEmbedChildProxy proxy)
    

Method Summary
public  booleancanDetermineObscurity()
    
public  intcheckImage(Image img, int w, int h, ImageObserver o)
    
 voidchildResized()
    
public  voidcoalescePaintEvent(PaintEvent e)
    
public  voidcreateBuffers(int numBuffers, BufferCapabilities caps)
    
public  ImagecreateImage(ImageProducer producer)
    
public  ImagecreateImage(int width, int height)
    
public  VolatileImagecreateVolatileImage(int width, int height)
    
public  voiddestroyBuffers()
    
public  voiddisable()
     DEPRECATED: Replaced by setEnabled(boolean).
public  voiddispatchEvent(XEvent xev)
    
public  voiddispose()
    
public  voidenable()
     DEPRECATED: Replaced by setEnabled(boolean).
public  voidflip(BufferCapabilities.FlipContents flipAction)
    
public  ImagegetBackBuffer()
    
public  RectanglegetBounds()
    
public  ColorModelgetColorModel()
    
public  FontMetricsgetFontMetrics(Font font)
    
public  GraphicsgetGraphics()
    
public  GraphicsConfigurationgetGraphicsConfiguration()
    
public  PointgetLocationOnScreen()
    
public  DimensiongetMinimumSize()
    
public  DimensiongetPreferredSize()
    
public  ToolkitgetToolkit()
    
 WindowgetTopLevel(Component comp)
    
 voidhandleConfigureNotify(XEvent xev)
    
public  voidhandleEvent(AWTEvent e)
    
 voidhandlePropertyNotify(XEvent xev)
    
public  booleanhandlesWheelScrolling()
    
public  voidhide()
     DEPRECATED: Replaced by setVisible(boolean).
 voidinitDispatching()
    
public  booleanisFocusable()
    
public  booleanisObscured()
    
public  booleanisReparentSupported()
    
public  voidlayout()
     Used by lightweight implementations to tell a ComponentPeer to layout its sub-elements.
public  DimensionminimumSize()
     DEPRECATED: Replaced by getMinimumSize().
public  voidpaint(Graphics g)
    
 voidpostEvent(AWTEvent event)
    
public  DimensionpreferredSize()
     DEPRECATED: Replaced by getPreferredSize().
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)
    
public  voidreparent(ContainerPeer newNativeParent)
    
public  booleanrequestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)
    
 voidrequestXEmbedFocus()
    
public  voidreshape(int x, int y, int width, int height)
     DEPRECATED: Replaced by setBounds(int, int, int, int).
public  voidsetBackground(Color c)
    
public  voidsetBounds(int x, int y, int width, int height, int op)
    
public  voidsetBoundsOperation(int operation)
    
public  voidsetEnabled(boolean b)
    
public  voidsetFont(Font f)
    
public  voidsetForeground(Color c)
    
public  voidsetVisible(boolean b)
    
public  voidshow()
     DEPRECATED: Replaced by setVisible(boolean).
 booleansimulateMotifRequestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)
    
public  voidupdateCursorImmediately()
    

Field Detail
container
XEmbeddingContainer container(Code)



handle
long handle(Code)



proxy
XEmbedChildProxy proxy(Code)




Constructor Detail
XEmbedChildProxyPeer
XEmbedChildProxyPeer(XEmbedChildProxy proxy)(Code)




Method Detail
canDetermineObscurity
public boolean canDetermineObscurity()(Code)



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



childResized
void childResized()(Code)



coalescePaintEvent
public void coalescePaintEvent(PaintEvent e)(Code)



createBuffers
public void createBuffers(int numBuffers, BufferCapabilities caps) throws AWTException(Code)



createImage
public Image createImage(ImageProducer producer)(Code)



createImage
public Image createImage(int width, int height)(Code)



createVolatileImage
public VolatileImage createVolatileImage(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).



flip
public void flip(BufferCapabilities.FlipContents flipAction)(Code)



getBackBuffer
public Image getBackBuffer()(Code)



getBounds
public Rectangle getBounds()(Code)



getColorModel
public ColorModel getColorModel()(Code)



getFontMetrics
public FontMetrics getFontMetrics(Font font)(Code)



getGraphics
public Graphics getGraphics()(Code)



getGraphicsConfiguration
public GraphicsConfiguration getGraphicsConfiguration()(Code)



getLocationOnScreen
public Point getLocationOnScreen()(Code)



getMinimumSize
public Dimension getMinimumSize()(Code)



getPreferredSize
public Dimension getPreferredSize()(Code)



getToolkit
public Toolkit getToolkit()(Code)



getTopLevel
Window getTopLevel(Component comp)(Code)



handleConfigureNotify
void handleConfigureNotify(XEvent xev)(Code)



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



paint
public void paint(Graphics g)(Code)



postEvent
void postEvent(AWTEvent event)(Code)



preferredSize
public Dimension preferredSize()(Code)
DEPRECATED: Replaced by getPreferredSize().



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)



reparent
public void reparent(ContainerPeer newNativeParent)(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).



setBackground
public void setBackground(Color c)(Code)



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)



setFont
public void setFont(Font f)(Code)



setForeground
public void setForeground(Color c)(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)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(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.