org.gnu.gdk

Class Atom


public class Atom
extends Struct

Constructor Summary

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.
Atom(String name, boolean onlyIfExists)

Method Summary

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.

Constructor Details

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.

Atom

public Atom(String name,
            boolean onlyIfExists)

Method Details

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