java-gnome version 4.0.15

org.gnome.gtk
Class Object

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.gnome.glib.Object
              extended by org.gnome.gtk.Object
Direct Known Subclasses:
Adjustment, CellRenderer, FileFilter, Language, LanguageManager, RecentFilter, Tooltip, TreeViewColumn, Widget

public abstract class Object
extends Object

Base class for Widgets and various other elements in GTK.

This is the wrapper around GtkObject!

Since the GObject type system was abstracted out from GTK some time after GTK was first written, GtkObject predates GObject; almost all of the functionality originally resident in GtkObject was moved to GObject long ago. Its presence in the type hierarchy is largely for backwards compatibility. Only people hacking on java-gnome itself will have any need to interact with this class, and then only rarely.

Since:
4.0.0
Author:
Andrew Cowie

Method Summary
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



java-gnome