java-gnome version 4.0.19

org.gnome.glade
Class XML

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.gnome.glib.Object
              extended by org.gnome.glade.XML

public class XML
extends Object

This class proxies the internal representation used by libglade to represent the processed .glade XML data. Ideally we wouldn't expose such a thing, but it turns out that the library's power is accessed care of methods on this Object.

There comes a point when the underlying mapping becomes a bit ridiculous, but the underlying structure is GladeXML, so according to our mapping algorithm, XML it is. Parser or ParsedTree or some such would have been better, but oh well.

Note that this class name changed from Xml to XML in 4.0.3 when we generated from the actual upstream .defs data for libglade

Since:
4.0.2
Author:
Andrew Cowie
See Also:
Glade

Method Summary
 Widget getWidget(String name)
          Get the Widget corresponding to the given name.
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getWidget

public Widget getWidget(String name)
Get the Widget corresponding to the given name.

Since:
4.0.2


java-gnome