Uses of Class
com.abstractics.xmlpanel.xmllayout.XmlLayoutRow

Packages that use XmlLayoutRow
com.abstractics.xmlpanel.xmllayout   
 

Uses of XmlLayoutRow in com.abstractics.xmlpanel.xmllayout
 

Methods in com.abstractics.xmlpanel.xmllayout that return XmlLayoutRow
 XmlLayoutRow XmlLayoutCell.getParentRow()
           
 XmlLayoutRow[] XmlLayout.getRows()
           
 

Constructors in com.abstractics.xmlpanel.xmllayout with parameters of type XmlLayoutRow
XmlLayoutCell(XmlLayoutRow parentRow, XmlPanel panel, org.w3c.dom.Element element)
          Only package level constructable.