LibreOffice Module scripting (master) 1
Public Member Functions | Public Attributes | List of all members
msgbox.ButtonListener Class Reference
Inheritance diagram for msgbox.ButtonListener:
[legend]
Collaboration diagram for msgbox.ButtonListener:
[legend]

Public Member Functions

def __init__ (self, caller)
 
def disposing (self, eventObject)
 
def actionPerformed (self, actionEvent)
 
- Public Member Functions inherited from unohelper::Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 caller
 

Detailed Description

Stops the MessageBox, sets the button label as returned value

Definition at line 198 of file msgbox.py.

Constructor & Destructor Documentation

◆ __init__()

def msgbox.ButtonListener.__init__ (   self,
  caller 
)

Definition at line 200 of file msgbox.py.

Member Function Documentation

◆ actionPerformed()

def msgbox.ButtonListener.actionPerformed (   self,
  actionEvent 
)

Definition at line 206 of file msgbox.py.

◆ disposing()

def msgbox.ButtonListener.disposing (   self,
  eventObject 
)

Definition at line 203 of file msgbox.py.

Member Data Documentation

◆ caller

msgbox.ButtonListener.caller

Definition at line 201 of file msgbox.py.


The documentation for this class was generated from the following file: