Table of Contents

Class: NamedCollectionEditor ./MapEditor.py

Provide a simple editor to - add items - remove items - edit items in a NamedCollection (e.g. a dictionary). The NamedCollection is responsible for supplying: - add(name) - delete(name) - edit(name) - names() the name initially listed methods, which should being up UI for add/edit if necessary.

Base Classes   
tkSimpleDialog.Dialog
Methods   
__init__
body
deleteItem
editItem
newItem
ok
  __init__ 
__init__ (
        self,
        master,
        collection,
        )

  body 
body ( self,  master )

  deleteItem 
deleteItem ( self )

  editItem 
editItem ( self )

  newItem 
newItem ( self )

  ok 
ok ( self,  event=None )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0