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

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

interface XTabController

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

[ DEPRECATED ]


Known Services which Export this Interface

com::sun::star::form::FormController specifies the view representation of a form.
com::sun::star::awt::TabController specifies a standard tab controller

Methods' Summary

setModel
getModel
setContainer
getContainer
getControls
autoTabOrder
activateTabOrder
activateFirst
activateLast

Methods' Details

setModel
 
[ oneway ] void
setModel(
[ in ] com::sun::star::awt::XTabControllerModel Model );

getModel
 
com::sun::star::awt::XTabControllerModel
getModel();
setContainer
 
[ oneway ] void
setContainer(
[ in ] com::sun::star::awt::XControlContainer Container );

getContainer
 
com::sun::star::awt::XControlContainer
getContainer();
getControls
 
sequence< com::sun::star::awt::XControl >
getControls();
autoTabOrder
 
[ oneway ] void
autoTabOrder();
activateTabOrder
 
[ oneway ] void
activateTabOrder();
activateFirst
 
[ oneway ] void
activateFirst();
activateLast
 
[ oneway ] void
activateLast();

Top of Page