|
java-gnome version 4.0.7 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Objectorg.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(java.lang.String name)
Get the Widget corresponding to the given name. |
| Methods inherited from class org.freedesktop.bindings.Proxy |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Widget getWidget(java.lang.String name)
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||