org.gnu.gdk
Class Atom

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.gdk.Atom

public class Atom
extends Boxed


Constructor Summary
Atom(int handle)
          Builds an atom with the specified handle.
 
Method Summary
 java.lang.String getName()
          Obtains the atom's name.
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Atom

public Atom(int handle)
Builds an atom with the specified handle.

Method Detail

getName

public java.lang.String getName()
Obtains the atom's name.

Returns:
The atom's name

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net