Package com.sun.jna.platform.unix
Class X11.Window
- java.lang.Object
- 
- java.lang.Number
- 
- com.sun.jna.IntegerType
- 
- com.sun.jna.NativeLong
- 
- com.sun.jna.platform.unix.X11.XID
- 
- com.sun.jna.platform.unix.X11.Drawable
- 
- com.sun.jna.platform.unix.X11.Window
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped,- java.io.Serializable
 - Enclosing interface:
- X11
 
 public static class X11.Window extends X11.Drawable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static X11.WindowNone- 
Fields inherited from class com.sun.jna.NativeLongSIZE
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectfromNative(java.lang.Object nativeValue, FromNativeContext context)Convert the given native object into its Java representation using the given context.- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNative
 
- 
 
- 
- 
- 
Field Detail- 
Nonepublic static final X11.Window None 
 
- 
 - 
Method Detail- 
fromNativepublic java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)Description copied from interface:NativeMappedConvert the given native object into its Java representation using the given context.- Specified by:
- fromNativein interface- NativeMapped
- Overrides:
- fromNativein class- X11.Drawable
- Parameters:
- nativeValue- Java representation of the native type to be converted.
- context- Context in which the conversion is taking place.
- Returns:
- Converted object.
 
 
- 
 
-