|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 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:29
specifies the basic operations for a tab controller.
Definition: XTabController.idl:28
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:20
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:46
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:28