org.gnome.glade

Class 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.

Author:
Andrew Cowie
Since:
4.0.2
See Also:
Glade

Method Summary

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

Methods inherited from class org.freedesktop.bindings.Proxy

toString

Method Details

getWidget

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