ooodev.adapter.awt.tab_controller_comp module
- class ooodev.adapter.awt.tab_controller_comp.TabControllerComp(component)[source]
Bases:
ComponentBase
,TabControllerPartial
Class for managing XTabController Component.
- Parameters:
component (XTabController) –
- __init__(component)[source]
Constructor
- Parameters:
component (UnoControlDialog) – UNO Component that implements
com.sun.star.awt.XTabController
interface.- Return type:
None
- property component: com.sun.star.awt.XTabController
XTabController Component
- Return type:
XTabController