Package com.sun.jna.platform.unix
Klasse X11.XID
java.lang.Object
java.lang.Number
com.sun.jna.IntegerType
com.sun.jna.NativeLong
com.sun.jna.platform.unix.X11.XID
- Alle implementierten Schnittstellen:
NativeMapped
,Serializable
- Bekannte direkte Unterklassen:
X11.Atom
,X11.Colormap
,X11.Cursor
,X11.Drawable
,X11.Font
,X11.KeySym
,X11.Xrender.PictFormat
- Umschließende Schnittstelle:
X11
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder com.sun.jna.NativeLong
SIZE
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfromNative
(Object nativeValue, FromNativeContext context) Convert the given native object into its Java representation using the given context.protected boolean
toString()
Von Klasse geerbte Methoden com.sun.jna.IntegerType
compare, compare, compare, doubleValue, equals, floatValue, hashCode, intValue, longValue, nativeType, setValue, toNative
Von Klasse geerbte Methoden java.lang.Number
byteValue, shortValue
-
Felddetails
-
None
-
-
Konstruktordetails
-
XID
public XID() -
XID
public XID(long id)
-
-
Methodendetails
-
isNone
-
fromNative
Beschreibung aus Schnittstelle kopiert:NativeMapped
Convert the given native object into its Java representation using the given context.- Angegeben von:
fromNative
in SchnittstelleNativeMapped
- Setzt außer Kraft:
fromNative
in KlasseIntegerType
- Parameter:
nativeValue
- Java representation of the native type to be converted.context
- Context in which the conversion is taking place.- Gibt zurück:
- Converted object.
-
toString
- Setzt außer Kraft:
toString
in KlasseIntegerType
-