public static class X11.XID extends java.lang.Object implements NativeMapped
| Constructor and Description |
|---|
X11.XID() |
X11.XID(int id) |
X11.XID(java.lang.Integer id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
FromNativeContext context)
Convert the given native object into its Java representation using
the given context.
|
protected boolean |
isNone(java.lang.Object o) |
java.lang.Class |
nativeType()
Indicate the native type used by this converter.
|
java.lang.Object |
toNative()
Convert this object into a supported native type.
|
java.lang.String |
toString() |
public static final X11.XID None
public X11.XID()
public X11.XID(java.lang.Integer id)
public X11.XID(int id)
protected boolean isNone(java.lang.Object o)
public java.lang.Object fromNative(java.lang.Object nativeValue,
FromNativeContext context)
NativeMappedfromNative in interface NativeMappedpublic java.lang.Class nativeType()
NativeMappednativeType in interface NativeMappedpublic java.lang.Object toNative()
NativeMappedtoNative in interface NativeMappedpublic java.lang.String toString()
toString in class java.lang.Object