Package com.sun.jna.platform.unix
Class X11.XID
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.NativeLong
com.sun.jna.platform.unix.X11.XID
- All Implemented Interfaces:
- NativeMapped,- Serializable
- Direct Known Subclasses:
- X11.Atom,- X11.Colormap,- X11.Cursor,- X11.Drawable,- X11.Font,- X11.KeySym,- X11.Xrender.PictFormat
- Enclosing interface:
- X11
- See Also:
- 
Field SummaryFieldsFields inherited from class com.sun.jna.NativeLongSIZE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromNative(Object nativeValue, FromNativeContext context) Convert the given native object into its Java representation using the given context.protected booleantoString()Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNativeMethods inherited from class java.lang.NumberbyteValue, shortValue
- 
Field Details- 
None
 
- 
- 
Constructor Details- 
XIDpublic XID()
- 
XIDpublic XID(long id) 
 
- 
- 
Method Details- 
isNone
- 
fromNativeDescription copied from interface:NativeMappedConvert the given native object into its Java representation using the given context.- Specified by:
- fromNativein interface- NativeMapped
- Overrides:
- fromNativein class- IntegerType
- Parameters:
- nativeValue- Java representation of the native type to be converted.
- context- Context in which the conversion is taking place.
- Returns:
- Converted object.
 
- 
toString- Overrides:
- toStringin class- IntegerType
 
 
-