Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: awt ::

interface XLayoutConstrains

Base Interface
com::sun::star::uno::XInterface

Description
enables a component to specify layout constrains for a surrounding container.


Known Services which Export this Interface

com::sun::star::awt::UnoControlListBox specifies a list box control.
com::sun::star::awt::UnoControlEdit specifies that UnoControlEdit implements an edit control based on UnoControl .
com::sun::star::awt::UnoControlFixedText specifies a control to display a fixed text.
com::sun::star::awt::UnoControlButton specifies a button control.
com::sun::star::awt::UnoControlImageControl specifies a control to display an image.
com::sun::star::awt::UnoControlCheckBox specifies a check-box control.
com::sun::star::awt::UnoControlRadioButton specifies a button control.

Methods' Summary

getMinimumSize
getPreferredSize
calcAdjustedSize

Methods' Details

getMinimumSize
 
com::sun::star::awt::Size
getMinimumSize();
Returns
the minimum size for this component.
getPreferredSize
 
com::sun::star::awt::Size
getPreferredSize();
Returns
the preferred size for this component.
calcAdjustedSize
 
com::sun::star::awt::Size
calcAdjustedSize(
[ in ] com::sun::star::awt::Size aNewSize );

Returns
the an actual size for a given maximal size.

Top of Page