Class 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

public static class X11.XID extends NativeLong
See Also:
  • Field Details

    • None

      public static final X11.XID None
  • Constructor Details

    • XID

      public XID()
    • XID

      public XID(long id)
  • Method Details

    • isNone

      protected boolean isNone(Object o)
    • fromNative

      public Object fromNative(Object nativeValue, FromNativeContext context)
      Description copied from interface: NativeMapped
      Convert the given native object into its Java representation using the given context.
      Specified by:
      fromNative in interface NativeMapped
      Overrides:
      fromNative in 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

      public String toString()
      Overrides:
      toString in class IntegerType