|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.freedesktop.bindings.Pointer org.freedesktop.bindings.Proxy org.gnome.glib.Object org.gnome.glade.XML
public class XML
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
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 |
---|
public Widget getWidget(String name)
|
java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |