Package pydrizzle :: Package traits102 :: Module tktrait_sheet :: Class TraitEditorText
[hide private]
[frames] | no frames]

Class TraitEditorText

source code

trait_sheet.TraitEditor --+    
                          |    
              tkTraitEditor --+
                              |
                             TraitEditorText

Instance Methods [hide private]
 
__init__(self, dic={}, auto_set=TRUE) source code
 
popup_editor(self, object, trait_name, description, handler, control) source code
 
simple_editor(self, object, trait_name, description, handler, parent) source code
 
update(self, object, trait_name, control) source code
 
on_enter(self, event) source code
 
on_key(self, event) source code
 
get_value(self, control) source code

Inherited from tkTraitEditor: error, on_popup, on_restore

Inherited from trait_sheet.TraitEditor: custom_editor, set, str, str_value, text_editor

Method Details [hide private]

simple_editor(self, object, trait_name, description, handler, parent)

source code 
Overrides: trait_sheet.TraitEditor.simple_editor

update(self, object, trait_name, control)

source code 
Overrides: tkTraitEditor.update