API Reference for Enthought Tool Suite 3.0.1
editors which are used by the interactor classes
array_eval_editor = TabularEditor(adapter = ArrayAdapter(), show_titles = False, editable = True)
float_eval_editor = TextEditor(evaluate = float_eval, auto_set = False, enter_set = True)
int_eval_editor = TextEditor(evaluate = int_eval, auto_set = False, enter_set = True)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| delete | numpy.delete |
| TabularAdapter | enthought.traits.ui.tabular_adapter.TabularAdapter |
| TabularEditor | enthought.traits.ui.editors.TabularEditor |
| TextEditor | enthought.traits.ui.editors.TextEditor |
| TraitError | enthought.traits.trait_errors.TraitError |
| typeDict | numpy.typeDict |
© Copyright 2002-2008 Enthought, Inc.