Klasse 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

public static class X11.XID extends NativeLong
Siehe auch:
  • Felddetails

    • None

      public static final X11.XID None
  • Konstruktordetails

    • XID

      public XID()
    • XID

      public XID(long id)
  • Methodendetails

    • isNone

      protected boolean isNone(Object o)
    • fromNative

      public Object fromNative(Object nativeValue, FromNativeContext context)
      Beschreibung aus Schnittstelle kopiert: NativeMapped
      Convert the given native object into its Java representation using the given context.
      Angegeben von:
      fromNative in Schnittstelle NativeMapped
      Setzt außer Kraft:
      fromNative in Klasse IntegerType
      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

      public String toString()
      Setzt außer Kraft:
      toString in Klasse IntegerType