org.gnu.gdk
Class Atom
java.lang.Object
org.gnu.glib.Struct
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 |
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.
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