com.sun.jna.examples.unix
Class X11.Window
java.lang.Object
com.sun.jna.examples.unix.X11.XID
com.sun.jna.examples.unix.X11.Drawable
com.sun.jna.examples.unix.X11.Window
- All Implemented Interfaces:
- NativeMapped
- Enclosing interface:
- X11
public static class X11.Window
- extends X11.Drawable
None
public static final X11.Window None
X11.Window
public X11.Window()
X11.Window
public X11.Window(Integer id)
X11.Window
public X11.Window(int id)
fromNative
public Object fromNative(Object nativeValue,
FromNativeContext context)
- Description copied from interface:
NativeMapped
- Convert the given native object into its Java representation using
the given context.
- Specified by:
fromNative
in interface NativeMapped
- Overrides:
fromNative
in class X11.Drawable
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.