Package ui :: Module ui
[show private | hide private]
[frames | no frames]

Module ui.ui

Holds the ui components in lyntin as well as the Message class. The Message class encapsulates a message to be displayed to the user through the ui. Messages have types and the ui will display the message differently depending on the type.
Classes
BaseUI Base ui class.
Message Encapsulates a message to be written to the user.

Variable Summary
str ERROR
str LTDATA
dict MESSAGETYPES
str MUDDATA
str USERDATA

Variable Details

ERROR

Type:
str
Value:
'ERROR: '                                                              

LTDATA

Type:
str
Value:
'LTDATA: '                                                             

MESSAGETYPES

Type:
dict
Value:
{'ERROR: ': 'ERROR: ',
 'LTDATA: ': 'LTDATA: ',
 'MUDDATA: ': 'MUDDATA: ',
 'USERDATA: ': 'USERDATA: '}                                           

MUDDATA

Type:
str
Value:
'MUDDATA: '                                                            

USERDATA

Type:
str
Value:
'USERDATA: '                                                           

Generated by Epydoc 1.1 on Mon Apr 28 21:11:25 2003 http://epydoc.sf.net