org.gnu.gdk

Class Atom


public class Atom
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

Atom(String name, boolean onlyIfExists)
Atom(Handle handle)
Builds an atom with the specified handle.

Method Summary

protected static Handle
gdk_atom_intern(String atomName, boolean onlyIfExists)
BEGINNING OF GENERATED CODE
protected static String
gdk_atom_name(Handle atom)
String
getName()
Obtains the atom's name.

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

Atom

public Atom(String name,
            boolean onlyIfExists)


Atom

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

Method Details

gdk_atom_intern

protected static final Handle gdk_atom_intern(String atomName,
                                              boolean onlyIfExists)
BEGINNING OF GENERATED CODE


gdk_atom_name

protected static final String gdk_atom_name(Handle atom)


getName

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

Returns:
The atom's name