org.gnu.gdk

Class Atom

public class Atom extends Struct

Constructor Summary
Atom(String name, boolean onlyIfExists)
Atom(Handle handle)
Builds an atom with the specified handle.
Method Summary
StringgetName()
Obtains the atom's name.

Constructor Detail

Atom

public Atom(String name, boolean onlyIfExists)

Atom

public Atom(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 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