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 {
Provides access to the controls within an UnoControlContainer.
Definition: XControlContainer.idl:35
specifies the basic operations for a tab controller model.
Definition: XTabControllerModel.idl:34
specifies the basic operations for a tab controller.
Definition: XTabController.idl:38
void setModel([in] com::sun::star::awt::XTabControllerModel Model)
sets the tab controller model.
sequence< com::sun::star::awt::XControl > getControls()
returns all controls of the control container.
void setContainer([in] com::sun::star::awt::XControlContainer Container)
set the control container.
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.
void activateTabOrder()
activates tab order.
com::sun::star::awt::XTabControllerModel getModel()
returns the tab controller model.
void autoTabOrder()
enables automatic tab order.
void activateLast()
sets the focus to the last control that can be reached with the TAB key.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22