ooodev.adapter.frame.controller_comp module

class ooodev.adapter.frame.controller_comp.ControllerComp(component)[source]

Bases: ComponentBase, ControllerPartial, DispatchProviderPartial, KeyHandlerEvents, MouseClickEvents, SelectionChangeEvents

Class for managing Controller Component.

Parameters:

component (Controller) –

__init__(component)[source]

Constructor

Parameters:

component (Controller) – UNO Component that implements com.sun.star.frame.Controller service.

Return type:

None

property component: com.sun.star.frame.Controller

Controller Component

Return type:

Controller