Java Doc for XlibWrapper.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.XlibWrapper

XlibWrapper
public class XlibWrapper implements XConstants,XUtilConstants,XProtocolConstants,XCursorFontConstants(Code)


Field Summary
final static  intMAXSIZE
    
final static  intMINSIZE
    
static  intdataModel
    
final public static  StringeventToString
    
final static  longiarg1
    
final static  longiarg2
    
final static  longiarg3
    
final static  longiarg4
    
final static  longiarg5
    
final static  longiarg6
    
final static  longiarg7
    
final static  longiarg8
    
final static  longibuffer
    
final static  booleanisBuildInternal
    
final static  longlarg1
    
final static  longlarg2
    
final static  longlarg3
    
final static  longlarg4
    
final static  longlarg5
    
final static  longlarg6
    
final static  longlarg7
    
final static  longlarg8
    
final static  longlbuffer
    
static  Unsafeunsafe
    


Method Summary
native static  intCallErrorHandler(long handler, long display, long event_ptr)
    
native static  longDefaultScreen(long display)
    
native static  longDisplayHeight(long display, long screen)
    
native static  longDisplayHeightMM(long display, long screen)
    
native static  longDisplayWidth(long display, long screen)
    
native static  longDisplayWidthMM(long display, long screen)
    
native static  intDoesBackingStore(long screen)
    
native static  voidExitSecondaryLoop()
     Terminates the topmost secondary loop (if any).
native static  StringGetProperty(long display, long window, long atom)
    
native static  longInternAtom(long display, String string, int only_if_exists)
    
native static  booleanIsKeypadKey(long keysym)
    
native static  longRootWindow(long display, long screen_number)
    
native static  intScreenCount(long display)
    
native static  longScreenOfDisplay(long display, long screen_number)
    
native static  StringServerVendor(long display)
    
native static  voidSetProperty(long display, long window, long atom, String str)
    
native static  longSetToolkitErrorHandler()
    
native static  intVendorRelease(long display)
    
native static  booleanXAllocColor(long display, long colormap, long screen_in_out)
    
native static  longXAllocSizeHints()
    
native static  longXAllocWMHints()
    
native static  voidXBell(long display, int percent)
    
native static  voidXChangeActivePointerGrab(long display, int mask, long cursor, long time)
    
static  voidXChangeProperty(long display, long window, long atom, long type, int format, int mode, long data, int nelements)
    
native static  voidXChangePropertyImpl(long display, long window, long atom, long type, int format, int mode, long data, int nelements)
    
native static  voidXChangePropertyS(long display, long window, long atom, long type, int format, int mode, String value)
    
native static  voidXChangeWindowAttributes(long display, long window, long valuemask, long attributes)
    
native static  voidXClearWindow(long display, long window)
    
native static  voidXCloseDisplay(long display)
    
native static  voidXConvertCase(long keysym, long keysym_lowercase, long keysym_uppercase)
    
native static  voidXConvertSelection(long display, long selection, long target, long property, long requestor, long time)
    
native static  longXCreateBitmapFromData(long display, long drawable, long data, int width, int height)
    
native static  intXCreateFontCursor(long display, int shape)
    
native static  longXCreateGC(long display, long drawable, long valuemask, long values)
    
native static  longXCreateImage(long display, long visual_ptr, int depth, int format, int offset, long data, int width, int height, int bitmap_pad, int bytes_per_line)
    
native static  longXCreatePixmap(long display, long drawable, int width, int height, int depth)
    
native static  longXCreatePixmapCursor(long display, long source, long mask, long fore, long back, int x, int y)
    
native static  longXCreateWindow(long display, long parent, int x, int y, int width, int height, int border_width, int depth, long wclass, long visual, long valuemask, long attributes)
    
native static  voidXDeleteProperty(long display, long window, long atom)
    
native static  voidXDestroyImage(long image)
    
native static  voidXDestroyWindow(long display, long window)
    
native static  longXDisplayString(long display)
    
native static  intXEventsQueued(long display, int mode)
    
native static  booleanXFilterEvent(long ptr, long window)
    
native static  voidXFlush(long display)
    
native static  voidXFree(long ptr)
    
native static  voidXFreeCursor(long display, long cursor)
    
native static  voidXFreeGC(long display, long gc)
    
native static  voidXFreeModifiermap(long keymap)
    
native static  voidXFreePixmap(long display, long pixmap)
    
native static  StringXGetAtomName(long display, long atom)
    
native static  StringXGetDefault(long display, String program, String option)
    
native static  intXGetGeometry(long display, long drawable, long root_return, long x_return, long y_return, long width_return, long height_return, long border_width_return, long depth_return)
    
native static  intXGetIconSizes(long display, long window, long ret_sizes, long ret_count)
    
native static  longXGetInputFocus(long display)
    
native static  longXGetModifierMapping(long display)
    
native static  intXGetPointerMapping(long display, long map, int buttonNumber)
    
native static  longXGetSelectionOwner(long display, long selection)
    
native static  longXGetVisualInfo(long display, long vinfo_mask, long vinfo_template, long nitems_return)
    
native static  voidXGetWMHints(long display, long window, long wmhints)
    
native static  intXGetWMNormalHints(long display, long window, long hints, long supplied_return)
    
native static  intXGetWindowAttributes(long display, long window, long attr_ptr)
    
native static  intXGetWindowProperty(long display, long window, long atom, long long_offset, long long_length, long delete, long req_type, long actualy_type, long actualy_format, long nitems_ptr, long bytes_after, long data_ptr)
    
native static  intXGrabKeyboard(long display, long grab_window, int owner_events, int pointer_mode, int keyboard_mode, long time)
    
native static  intXGrabPointer(long display, long grab_window, int owner_events, int event_mask, int pointer_mode, int keyboard_mode, long confine_to, long cursor, long time)
    
native static  voidXGrabServer(long display)
    
native static  intXIconifyWindow(long display, long window, long screenNumber)
    
native static  intXInternAtoms(long display, String[] names, boolean only_if_exists, long atoms)
    
native static  longXKeycodeToKeysym(long display, int keycode, int index)
    
native static  intXKeysymToKeycode(long display, long keysym)
    
native static  voidXLowerWindow(long display, long window)
    
native static  voidXMapRaised(long display, long window)
    
native static  voidXMapWindow(long display, long window)
    
native static  voidXMaskEvent(long display, long event_mask, long event_return)
    
native static  longXMaxRequestSize(long display)
    
native static  voidXMoveResizeWindow(long display, long window, int x, int y, int width, int height)
    
native static  voidXMoveWindow(long display, long window, int x, int y)
    
native static  voidXNextEvent(long display, long ptr)
    
native static  booleanXNextSecondaryLoopEvent(long display, long ptr)
     Extracts an X event that can be processed in a secondary loop.
native static  longXOpenDisplay(long display)
    
native static  voidXPeekEvent(long display, long ptr)
    
native static  voidXPutBackEvent(long display, long event)
    
native static  voidXPutImage(long display, long drawable, long gc, long image, int src_x, int src_y, int dest_x, int dest_y, int width, int height)
    
native static  booleanXQueryBestCursor(long display, long drawable, int width, int height, long width_return, long height_return)
    
native static  booleanXQueryExtension(long display, String name, long mop_return, long feve_return, long err_return)
    
native static  booleanXQueryPointer(long display, long window, long root_return, long child_return, long root_x_return, long root_y_return, long win_x_return, long win_y_return, long mask_return)
    
native static  intXQueryTree(long display, long window, long root_return, long parent_return, long children_return, long nchildren_return)
    
native static  voidXRaiseWindow(long display, long window)
    
native static  voidXReparentWindow(long display, long window, long parent, int x, int y)
    
native static  voidXResizeWindow(long display, long window, int width, int height)
    
native static  voidXRestackWindows(long display, long windows, int length)
    
native static  longXScreenNumberOfScreen(long screen)
    
native static  voidXSelectInput(long display, long window, long event_mask)
    
native static  intXSendEvent(long display, long window, boolean propagate, long event_mask, long event)
    
native static  voidXSetCloseDownMode(long display, int close_mode)
    
native static  voidXSetErrorHandler(long handler)
    
native static  voidXSetInputFocus(long display, long window)
    
native static  voidXSetInputFocus2(long display, long window, long time)
    
native static  StringXSetLocaleModifiers(String modifier_list)
    
native static  voidXSetMinMaxHints(long display, long window, int x, int y, int width, int height, long flags)
    
native static  voidXSetSelectionOwner(long display, long selection, long owner, long time)
    
native static  voidXSetTransientFor(long display, long window, long transient_for_window)
    
native static  voidXSetWMHints(long display, long window, long wmhints)
    
native static  voidXSetWMNormalHints(long display, long window, long hints)
    
native static  voidXSetWindowBackground(long display, long window, long background_pixel)
    
native static  voidXSetWindowBackgroundPixmap(long display, long window, long pixmap)
    
native static  booleanXSupportsLocale()
    
native static  voidXSync(long display, int discard)
    
native public static  intXSynchronize(long display, boolean onoff)
    
native static  String[]XTextPropertyToStringList(byte[] bytes, long encoding_atom)
     Calls XTextPropertyToStringList on the specified byte array and returns the array of strings.
native static  intXTranslateCoordinates(long display, long src_w, long dest_w, long src_x, long src_y, long dest_x_return, long dest_y_return, long child_return)
    
native static  voidXUngrabKeyboard(long display, long time)
    
native static  voidXUngrabPointer(long display, long time)
    
native static  voidXUngrabServer(long display)
    
native static  voidXUnmapWindow(long display, long window)
    
native static  voidXWindowEvent(long display, long window, long event_mask, long event_return)
    
native static  longXdbeAllocateBackBufferName(long display, long window, int swap_action)
    
native static  intXdbeBeginIdiom(long display)
    
native static  intXdbeDeallocateBackBufferName(long display, long buffer)
    
native static  intXdbeEndIdiom(long display)
    
native static  intXdbeQueryExtension(long display, long major_version_return, long minor_version_return)
    
native static  intXdbeSwapBuffers(long display, long swap_info, int num_windows)
    
native static  voidcopyIntArray(long dest_ptr, Object array, int size_bytes)
    
native static  voidcopyLongArray(long dest_ptr, Object array, int size_bytes)
    
native static  longgetAddress(Object o)
    
static  intgetDataModel()
    
native static  longgetScreenOfWindow(long display, long window)
    
native static  byte[]getStringBytes(long str_ptr)
    
static  StringhintsToString(long flags)
    
native static  voidmemcpy(long dest_ptr, long src_ptr, long length)
    

Field Detail
MAXSIZE
final static int MAXSIZE(Code)



MINSIZE
final static int MINSIZE(Code)



dataModel
static int dataModel(Code)



eventToString
final public static String eventToString(Code)



iarg1
final static long iarg1(Code)



iarg2
final static long iarg2(Code)



iarg3
final static long iarg3(Code)



iarg4
final static long iarg4(Code)



iarg5
final static long iarg5(Code)



iarg6
final static long iarg6(Code)



iarg7
final static long iarg7(Code)



iarg8
final static long iarg8(Code)



ibuffer
final static long ibuffer(Code)



isBuildInternal
final static boolean isBuildInternal(Code)



larg1
final static long larg1(Code)



larg2
final static long larg2(Code)



larg3
final static long larg3(Code)



larg4
final static long larg4(Code)



larg5
final static long larg5(Code)



larg6
final static long larg6(Code)



larg7
final static long larg7(Code)



larg8
final static long larg8(Code)



lbuffer
final static long lbuffer(Code)



unsafe
static Unsafe unsafe(Code)





Method Detail
CallErrorHandler
native static int CallErrorHandler(long handler, long display, long event_ptr)(Code)



DefaultScreen
native static long DefaultScreen(long display)(Code)



DisplayHeight
native static long DisplayHeight(long display, long screen)(Code)



DisplayHeightMM
native static long DisplayHeightMM(long display, long screen)(Code)



DisplayWidth
native static long DisplayWidth(long display, long screen)(Code)



DisplayWidthMM
native static long DisplayWidthMM(long display, long screen)(Code)



DoesBackingStore
native static int DoesBackingStore(long screen)(Code)



ExitSecondaryLoop
native static void ExitSecondaryLoop()(Code)
Terminates the topmost secondary loop (if any). Should never be called on the toolkit thread.



GetProperty
native static String GetProperty(long display, long window, long atom)(Code)



InternAtom
native static long InternAtom(long display, String string, int only_if_exists)(Code)



IsKeypadKey
native static boolean IsKeypadKey(long keysym)(Code)



RootWindow
native static long RootWindow(long display, long screen_number)(Code)



ScreenCount
native static int ScreenCount(long display)(Code)



ScreenOfDisplay
native static long ScreenOfDisplay(long display, long screen_number)(Code)



ServerVendor
native static String ServerVendor(long display)(Code)



SetProperty
native static void SetProperty(long display, long window, long atom, String str)(Code)



SetToolkitErrorHandler
native static long SetToolkitErrorHandler()(Code)



VendorRelease
native static int VendorRelease(long display)(Code)



XAllocColor
native static boolean XAllocColor(long display, long colormap, long screen_in_out)(Code)



XAllocSizeHints
native static long XAllocSizeHints()(Code)



XAllocWMHints
native static long XAllocWMHints()(Code)



XBell
native static void XBell(long display, int percent)(Code)



XChangeActivePointerGrab
native static void XChangeActivePointerGrab(long display, int mask, long cursor, long time)(Code)



XChangeProperty
static void XChangeProperty(long display, long window, long atom, long type, int format, int mode, long data, int nelements)(Code)



XChangePropertyImpl
native static void XChangePropertyImpl(long display, long window, long atom, long type, int format, int mode, long data, int nelements)(Code)



XChangePropertyS
native static void XChangePropertyS(long display, long window, long atom, long type, int format, int mode, String value)(Code)



XChangeWindowAttributes
native static void XChangeWindowAttributes(long display, long window, long valuemask, long attributes)(Code)



XClearWindow
native static void XClearWindow(long display, long window)(Code)



XCloseDisplay
native static void XCloseDisplay(long display)(Code)



XConvertCase
native static void XConvertCase(long keysym, long keysym_lowercase, long keysym_uppercase)(Code)



XConvertSelection
native static void XConvertSelection(long display, long selection, long target, long property, long requestor, long time)(Code)



XCreateBitmapFromData
native static long XCreateBitmapFromData(long display, long drawable, long data, int width, int height)(Code)



XCreateFontCursor
native static int XCreateFontCursor(long display, int shape)(Code)



XCreateGC
native static long XCreateGC(long display, long drawable, long valuemask, long values)(Code)



XCreateImage
native static long XCreateImage(long display, long visual_ptr, int depth, int format, int offset, long data, int width, int height, int bitmap_pad, int bytes_per_line)(Code)



XCreatePixmap
native static long XCreatePixmap(long display, long drawable, int width, int height, int depth)(Code)



XCreatePixmapCursor
native static long XCreatePixmapCursor(long display, long source, long mask, long fore, long back, int x, int y)(Code)



XCreateWindow
native static long XCreateWindow(long display, long parent, int x, int y, int width, int height, int border_width, int depth, long wclass, long visual, long valuemask, long attributes)(Code)



XDeleteProperty
native static void XDeleteProperty(long display, long window, long atom)(Code)



XDestroyImage
native static void XDestroyImage(long image)(Code)



XDestroyWindow
native static void XDestroyWindow(long display, long window)(Code)



XDisplayString
native static long XDisplayString(long display)(Code)



XEventsQueued
native static int XEventsQueued(long display, int mode)(Code)



XFilterEvent
native static boolean XFilterEvent(long ptr, long window)(Code)



XFlush
native static void XFlush(long display)(Code)



XFree
native static void XFree(long ptr)(Code)



XFreeCursor
native static void XFreeCursor(long display, long cursor)(Code)



XFreeGC
native static void XFreeGC(long display, long gc)(Code)



XFreeModifiermap
native static void XFreeModifiermap(long keymap)(Code)



XFreePixmap
native static void XFreePixmap(long display, long pixmap)(Code)



XGetAtomName
native static String XGetAtomName(long display, long atom)(Code)



XGetDefault
native static String XGetDefault(long display, String program, String option)(Code)



XGetGeometry
native static int XGetGeometry(long display, long drawable, long root_return, long x_return, long y_return, long width_return, long height_return, long border_width_return, long depth_return)(Code)



XGetIconSizes
native static int XGetIconSizes(long display, long window, long ret_sizes, long ret_count)(Code)



XGetInputFocus
native static long XGetInputFocus(long display)(Code)



XGetModifierMapping
native static long XGetModifierMapping(long display)(Code)



XGetPointerMapping
native static int XGetPointerMapping(long display, long map, int buttonNumber)(Code)



XGetSelectionOwner
native static long XGetSelectionOwner(long display, long selection)(Code)



XGetVisualInfo
native static long XGetVisualInfo(long display, long vinfo_mask, long vinfo_template, long nitems_return)(Code)



XGetWMHints
native static void XGetWMHints(long display, long window, long wmhints)(Code)



XGetWMNormalHints
native static int XGetWMNormalHints(long display, long window, long hints, long supplied_return)(Code)



XGetWindowAttributes
native static int XGetWindowAttributes(long display, long window, long attr_ptr)(Code)



XGetWindowProperty
native static int XGetWindowProperty(long display, long window, long atom, long long_offset, long long_length, long delete, long req_type, long actualy_type, long actualy_format, long nitems_ptr, long bytes_after, long data_ptr)(Code)



XGrabKeyboard
native static int XGrabKeyboard(long display, long grab_window, int owner_events, int pointer_mode, int keyboard_mode, long time)(Code)



XGrabPointer
native static int XGrabPointer(long display, long grab_window, int owner_events, int event_mask, int pointer_mode, int keyboard_mode, long confine_to, long cursor, long time)(Code)



XGrabServer
native static void XGrabServer(long display)(Code)



XIconifyWindow
native static int XIconifyWindow(long display, long window, long screenNumber)(Code)



XInternAtoms
native static int XInternAtoms(long display, String[] names, boolean only_if_exists, long atoms)(Code)



XKeycodeToKeysym
native static long XKeycodeToKeysym(long display, int keycode, int index)(Code)



XKeysymToKeycode
native static int XKeysymToKeycode(long display, long keysym)(Code)



XLowerWindow
native static void XLowerWindow(long display, long window)(Code)



XMapRaised
native static void XMapRaised(long display, long window)(Code)



XMapWindow
native static void XMapWindow(long display, long window)(Code)



XMaskEvent
native static void XMaskEvent(long display, long event_mask, long event_return)(Code)



XMaxRequestSize
native static long XMaxRequestSize(long display)(Code)



XMoveResizeWindow
native static void XMoveResizeWindow(long display, long window, int x, int y, int width, int height)(Code)



XMoveWindow
native static void XMoveWindow(long display, long window, int x, int y)(Code)



XNextEvent
native static void XNextEvent(long display, long ptr)(Code)



XNextSecondaryLoopEvent
native static boolean XNextSecondaryLoopEvent(long display, long ptr)(Code)
Extracts an X event that can be processed in a secondary loop. Should only be called on the toolkit thread. Returns false if this secondary event was terminated.



XOpenDisplay
native static long XOpenDisplay(long display)(Code)



XPeekEvent
native static void XPeekEvent(long display, long ptr)(Code)



XPutBackEvent
native static void XPutBackEvent(long display, long event)(Code)



XPutImage
native static void XPutImage(long display, long drawable, long gc, long image, int src_x, int src_y, int dest_x, int dest_y, int width, int height)(Code)



XQueryBestCursor
native static boolean XQueryBestCursor(long display, long drawable, int width, int height, long width_return, long height_return)(Code)



XQueryExtension
native static boolean XQueryExtension(long display, String name, long mop_return, long feve_return, long err_return)(Code)



XQueryPointer
native static boolean XQueryPointer(long display, long window, long root_return, long child_return, long root_x_return, long root_y_return, long win_x_return, long win_y_return, long mask_return)(Code)



XQueryTree
native static int XQueryTree(long display, long window, long root_return, long parent_return, long children_return, long nchildren_return)(Code)



XRaiseWindow
native static void XRaiseWindow(long display, long window)(Code)



XReparentWindow
native static void XReparentWindow(long display, long window, long parent, int x, int y)(Code)



XResizeWindow
native static void XResizeWindow(long display, long window, int width, int height)(Code)



XRestackWindows
native static void XRestackWindows(long display, long windows, int length)(Code)



XScreenNumberOfScreen
native static long XScreenNumberOfScreen(long screen)(Code)



XSelectInput
native static void XSelectInput(long display, long window, long event_mask)(Code)



XSendEvent
native static int XSendEvent(long display, long window, boolean propagate, long event_mask, long event)(Code)



XSetCloseDownMode
native static void XSetCloseDownMode(long display, int close_mode)(Code)



XSetErrorHandler
native static void XSetErrorHandler(long handler)(Code)



XSetInputFocus
native static void XSetInputFocus(long display, long window)(Code)



XSetInputFocus2
native static void XSetInputFocus2(long display, long window, long time)(Code)



XSetLocaleModifiers
native static String XSetLocaleModifiers(String modifier_list)(Code)



XSetMinMaxHints
native static void XSetMinMaxHints(long display, long window, int x, int y, int width, int height, long flags)(Code)



XSetSelectionOwner
native static void XSetSelectionOwner(long display, long selection, long owner, long time)(Code)



XSetTransientFor
native static void XSetTransientFor(long display, long window, long transient_for_window)(Code)



XSetWMHints
native static void XSetWMHints(long display, long window, long wmhints)(Code)



XSetWMNormalHints
native static void XSetWMNormalHints(long display, long window, long hints)(Code)



XSetWindowBackground
native static void XSetWindowBackground(long display, long window, long background_pixel)(Code)



XSetWindowBackgroundPixmap
native static void XSetWindowBackgroundPixmap(long display, long window, long pixmap)(Code)



XSupportsLocale
native static boolean XSupportsLocale()(Code)



XSync
native static void XSync(long display, int discard)(Code)



XSynchronize
native public static int XSynchronize(long display, boolean onoff)(Code)



XTextPropertyToStringList
native static String[] XTextPropertyToStringList(byte[] bytes, long encoding_atom)(Code)
Calls XTextPropertyToStringList on the specified byte array and returns the array of strings.



XTranslateCoordinates
native static int XTranslateCoordinates(long display, long src_w, long dest_w, long src_x, long src_y, long dest_x_return, long dest_y_return, long child_return)(Code)



XUngrabKeyboard
native static void XUngrabKeyboard(long display, long time)(Code)



XUngrabPointer
native static void XUngrabPointer(long display, long time)(Code)



XUngrabServer
native static void XUngrabServer(long display)(Code)



XUnmapWindow
native static void XUnmapWindow(long display, long window)(Code)



XWindowEvent
native static void XWindowEvent(long display, long window, long event_mask, long event_return)(Code)



XdbeAllocateBackBufferName
native static long XdbeAllocateBackBufferName(long display, long window, int swap_action)(Code)



XdbeBeginIdiom
native static int XdbeBeginIdiom(long display)(Code)



XdbeDeallocateBackBufferName
native static int XdbeDeallocateBackBufferName(long display, long buffer)(Code)



XdbeEndIdiom
native static int XdbeEndIdiom(long display)(Code)



XdbeQueryExtension
native static int XdbeQueryExtension(long display, long major_version_return, long minor_version_return)(Code)



XdbeSwapBuffers
native static int XdbeSwapBuffers(long display, long swap_info, int num_windows)(Code)



copyIntArray
native static void copyIntArray(long dest_ptr, Object array, int size_bytes)(Code)



copyLongArray
native static void copyLongArray(long dest_ptr, Object array, int size_bytes)(Code)



getAddress
native static long getAddress(Object o)(Code)



getDataModel
static int getDataModel()(Code)



getScreenOfWindow
native static long getScreenOfWindow(long display, long window)(Code)



getStringBytes
native static byte[] getStringBytes(long str_ptr)(Code)
Gets byte string from str_ptr and copies it into byte array String should be NULL terminated



hintsToString
static String hintsToString(long flags)(Code)



memcpy
native static void memcpy(long dest_ptr, long src_ptr, long length)(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.