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

Package ui

This is the ui package. Ui's to be used in Lyntin need to be dropped in here. ui's should extend the ui.BaseUI class and should also implement the get_ui function that actually returns an instance of the ui.

See the textui and tkui as examples.

Modules

Function Summary
BaseUI subclass get_ui(uiname)
Attempts to retrieve the ui by that name.

Function Details

get_ui(uiname)

Attempts to retrieve the ui by that name.
Parameters:
uiname - the name of the ui passed in by the command line
           (type=string)
Returns:
a BaseUI subclass instance corresponding to the name of the ui the user wants to instantiate. or None if the ui could not be found or instantiated.
           (type=BaseUI subclass)

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