JNA API 3.0.3
com.sun.jna.examples.unix

Class X11.Atom

  • All Implemented Interfaces:
    NativeMapped
    Enclosing interface:
    X11


    public static class X11.Atom
    extends X11.XID
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static X11.Atom None 
    • Constructor Summary

      Constructors 
      Constructor and Description
      X11.Atom() 
      X11.Atom(int id) 
      X11.Atom(java.lang.Integer id) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
      Return constants for predefined Atom values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • None

        public static final X11.Atom None
    • Constructor Detail

      • X11.Atom

        public X11.Atom()
      • X11.Atom

        public X11.Atom(java.lang.Integer id)
      • X11.Atom

        public X11.Atom(int id)
JNA API 3.0.3

Copyright © 2007-2008 Timothy Wall. All Rights Reserved.