| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.abstractics.xmlpanel.xmllayout.XmlLayoutSize
com.abstractics.xmlpanel.xmllayout.XmlLayoutRow
| Constructor Summary | |
(package private) | 
XmlLayoutRow(XmlLayout parentPanel,
             XmlPanel panel,
             org.w3c.dom.Element element)
Only package level constructable.  | 
| Method Summary | |
 java.lang.String | 
getCellAlign()
 | 
 java.lang.String | 
getCellPadding()
 | 
 XmlLayoutCell[] | 
getCells()
 | 
 java.awt.Dimension | 
getMinimumSize()
Gets the minimum size for this row - the sum of all minumum widths of the cells and the max of the minimum heights  | 
 int | 
getNeededSize()
Should return the size element of the preferred size needed for this type of component (width for cells, height for rows)  | 
 XmlLayout | 
getParentLayout()
 | 
 java.awt.Dimension | 
getPreferredSize()
Gets the preferred size for this row - the sum of all preferred widths of the cells and the max of the preferred heights. If the row is not included in the layout, then the height is 0  | 
 java.lang.String[] | 
getRequiredWidths()
 | 
 boolean | 
includeInLayout()
For rows, if the row height is unspecified, and if all of the components in all of the cells in the row are not visible, then the row is not included.  | 
| Methods inherited from class com.abstractics.xmlpanel.xmllayout.XmlLayoutSize | 
determineSizes, getFixed, getPercent, isFixed, isPercent, isRemainder, isUnspecified | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
XmlLayoutRow(XmlLayout parentPanel,
             XmlPanel panel,
             org.w3c.dom.Element element)
XmlLayout
 object.
parentPanel - panel - element - | Method Detail | 
public java.lang.String[] getRequiredWidths()
public java.awt.Dimension getMinimumSize()
public java.awt.Dimension getPreferredSize()
getPreferredSize in class XmlLayoutSizepublic XmlLayoutCell[] getCells()
public XmlLayout getParentLayout()
public int getNeededSize()
XmlLayoutSize
getNeededSize in class XmlLayoutSizepublic java.lang.String getCellAlign()
public java.lang.String getCellPadding()
public boolean includeInLayout()
includeInLayout in class XmlLayoutSizeXmlLayoutSize.includeInLayout()
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||