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

com :: sun :: star :: view ::

interface XControlAccess

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

Description
provides access to the controls in a view.
See also
com::sun::star::frame::XController


Known Services which Export this Interface

com::sun::star::view::OfficeDocumentView specifies a view of a standard office document.

Methods' Summary

getControl is called to get the control from the specified control model.

Methods' Details

getControl
 
com::sun::star::awt::XControl
getControl(
[ in ] com::sun::star::awt::XControlModel xModel )
raises ( com::sun::star::container::NoSuchElementException );

Description
is called to get the control from the specified control model.

Top of Page