org.gnu.gdk
Class Atom

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.gdk.Atom

public class Atom
extends org.gnu.glib.Struct


Constructor Summary
Atom(org.gnu.glib.Handle handle)
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Atom(java.lang.String name, boolean onlyIfExists)
           
 
Method Summary
 java.lang.String getName()
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Atom

public Atom(java.lang.String name,
            boolean onlyIfExists)

Atom

public Atom(org.gnu.glib.Handle handle)
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Builds an atom with the specified handle.

Method Detail

getName

public java.lang.String getName()
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.

Obtains the atom's name.

Returns:
The atom's name