API Reference for Enthought Tool Suite 3.2.0
A feature-enabled tool for monitoring Traits notification events.
events_table_editor = TableEditor(columns = [ ObjectColumn(name = 'class_name', width = 0.14999999999999999, editable = False), ObjectColumn(name = 'id', width = 0.14999999999999999, editable = False, label = 'Object Id', format = '%08X'), ObjectColumn(name = 'name', width = 0.14999999999999999, editable = False), ValueColumn(name = 'old', width = 0.17499999999999999, editable = False), ValueColumn(name = 'new', width = 0.17499999999999999, editable = False), DepthColumn(name = 'depth', width = 0.050000000000000003, editable = False, horizontal_alignment = 'center'), ObjectColumn(name = 'timestamp', width = 0.14999999999999999, editable = False, format = '%.3f', horizontal_alignment = 'right') ], show_toolbar = False, editable = False, auto_size = False, selection_bg_color = 16503697, selection_color = 'black')
The event classes that should be ignored:
IgnoreClasses = (NotificationEvent, EventMonitor)
| Local name | Refers to |
|---|---|
| _trait_notification_handler | enthought.traits.ctraits._trait_notification_handler |
| Any | enthought.traits.trait_types.Any |
| Bool | enthought.traits.trait_types.Bool |
| Constant | enthought.traits.trait_types.Constant |
| Float | enthought.traits.trait_types.Float |
| Handler | enthought.traits.ui.handler.Handler |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| HGroup | enthought.traits.ui.group.HGroup |
| Int | enthought.traits.trait_types.Int |
| Item | enthought.traits.ui.item.Item |
| List | enthought.traits.trait_types.List |
| ObjectColumn | enthought.traits.ui.table_column.ObjectColumn |
| Range | enthought.traits.trait_types.Range |
| Str | enthought.traits.trait_types.Str |
| TableEditor | enthought.traits.ui.editors.table_editor.TableEditor |
| time | time.time |
| VGroup | enthought.traits.ui.group.VGroup |
| View | enthought.traits.ui.view.View |
| WeakRef | enthought.traits.trait_types.WeakRef |
© Copyright 2002-2009 Enthought, Inc.