Klasse X11.Cursor

Alle implementierten Schnittstellen:
NativeMapped, Serializable
Umschließende Schnittstelle:
X11

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

  • Konstruktordetails

    • Cursor

      public Cursor()
    • Cursor

      public Cursor(long id)
  • Methodendetails

    • 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 X11.XID
      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.