org.montsuqi.monsia
Class ChildInfo
java.lang.Object
org.montsuqi.monsia.ChildInfo
public class ChildInfo
- extends java.lang.Object
A value ofject that holds information about child widgets of
a container widget.
Note that some Gtk+'s widgets have children even though their counterparts
in Swing are not conttainer widgets. ComboBox and Notebook are example of such
widget types.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChildInfo
ChildInfo()
getWidgetInfo
public WidgetInfo getWidgetInfo()
setWidgetInfo
void setWidgetInfo(WidgetInfo child)
getProperties
public java.util.Map getProperties()
setProperties
void setProperties(java.util.Map properties)
addProperty
public void addProperty(java.lang.String name,
java.lang.String value)