org.montsuqi.monsia
Class ChildInfo

java.lang.Object
  extended by 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.


Constructor Summary
ChildInfo()
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String value)
           
 java.util.Map getProperties()
           
 WidgetInfo getWidgetInfo()
           
(package private)  void setProperties(java.util.Map properties)
           
(package private)  void setWidgetInfo(WidgetInfo child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildInfo

ChildInfo()
Method Detail

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)