org.gnome.glade
Class Xml
java.lang.Object
org.freedesktop.bindings.Proxy
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.
Widget | getWidget(String name) - Get the Widget corresponding to the given name.
|
getWidget
public Widget getWidget(String name)
Get the Widget corresponding to the given name.
|  java-gnome |