Uses of Package
com.abstractics.xmlpanel.xmllayout

Packages that use com.abstractics.xmlpanel.xmllayout
com.abstractics.xmlpanel.swing   
com.abstractics.xmlpanel.xmllayout   
 

Classes in com.abstractics.xmlpanel.xmllayout used by com.abstractics.xmlpanel.swing
XmlLayout
          In determining both widths and heights for the layout, the following precedence is followed: All sizes are inclusive of padding Fixed sizes (those specified by a pixel number) are given priority to stay the size they request Non-specified sizes assume the preferred size of the component and are given the next level of priority Percentage widths are given next priority and are based on whatever space is left after fixed and non-specified sizes are accounted for Remainder sizes are last.
 

Classes in com.abstractics.xmlpanel.xmllayout used by com.abstractics.xmlpanel.xmllayout
XmlLayout
          In determining both widths and heights for the layout, the following precedence is followed: All sizes are inclusive of padding Fixed sizes (those specified by a pixel number) are given priority to stay the size they request Non-specified sizes assume the preferred size of the component and are given the next level of priority Percentage widths are given next priority and are based on whatever space is left after fixed and non-specified sizes are accounted for Remainder sizes are last.
XmlLayoutCell
           
XmlLayoutRow
           
XmlLayoutSize
          A container object to hold sizing information that is used for both XmlLayoutRow and XmlLayoutCell objects.