LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XTabController_idl__
20 #define __com_sun_star_awt_XTabController_idl__
32 module
com { module sun { module star { module awt {
void setModel([in] com::sun::star::awt::XTabControllerModel Model)
sets the tab controller model.
Provides access to the controls within an UnoControlContainer.
Definition: XControlContainer.idl:35
specifies the basic operations for a tab controller.
Definition: XTabController.idl:38
void activateLast()
sets the focus to the last control that can be reached with the TAB key.
void activateTabOrder()
activates tab order.
com::sun::star::awt::XTabControllerModel getModel()
returns the tab controller model.
Definition: Ambiguous.idl:22
void setContainer([in] com::sun::star::awt::XControlContainer Container)
set the control container.
void autoTabOrder()
enables automatic tab order.
void activateFirst()
sets the focus to the first control that can be reached with the TAB key.
com::sun::star::awt::XControlContainer getContainer()
returns the control container.
base interface of all UNO interfaces
Definition: XInterface.idl:48
sequence< com::sun::star::awt::XControl > getControls()
returns all controls of the control container.
specifies the basic operations for a tab controller model.
Definition: XTabControllerModel.idl:34