Interface zebkit.layout.Layout | <zebkit.layout> |
Layout manager interface is simple interface that all layout managers have to implement. One method has to calculate preferred size of the given component and another one method has to perform layouting of children components of the given target component.
public
void
calcPreferredSize (t )
Calculate preferred size of the given component Parameters:
|
public
void
doLayout (t )
Layout children components of the specified layoutable target component Parameters:
|