API Reference for Enthought Tool Suite 3.2.0
Copyright 2006 by David C. Morrill
listener_table_editor = TableEditor(columns = [ ObjectColumn(name = 'class_name', label = 'Class Name', editable = False), ObjectColumn(name = 'object_id', label = 'Object Id', editable = False, horizontal_alignment = 'center'), ObjectColumn(name = 'module_name', label = 'Module Name', editable = False), ObjectColumn(name = 'method_name', label = 'Method Name', editable = False), ObjectColumn(name = 'line', editable = False, horizontal_alignment = 'center'), ObjectColumn(name = 'file_name', label = 'File Name', editable = False), ObjectColumn(name = 'source', editable = False) ], other_columns = [ ], auto_size = False, selection_bg_color = 16503697, selection_color = 'black', selected = 'selected')
view = Listener()
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| basename | os.path.basename |
| FilePosition | enthought.developer.helper.file_position.FilePosition |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Instance | enthought.traits.trait_types.Instance |
| Item | enthought.traits.ui.item.Item |
| List | enthought.traits.trait_types.List |
| ObjectColumn | enthought.traits.ui.table_column.ObjectColumn |
| Property | enthought.traits.traits.Property |
| read_file | enthought.developer.helper.read_file.read_file |
| splitext | os.path.splitext |
| Str | enthought.traits.trait_types.Str |
| TableEditor | enthought.traits.ui.editors.table_editor.TableEditor |
| TraitValue | enthought.developer.helper.traits.TraitValue |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2009 Enthought, Inc.