API Reference for Enthought Tool Suite 3.2.0
Defines the abstract ViewElement class that all trait view template items (i.e., View, Group, Item, Include) derive from.
The container trait used by ViewSubElements:
Container = Trait(DefaultViewElement(), ViewElement)
label_pat = re.compile('^(.*)\\[(.*)\\](.*)$', (re.MULTILINE | re.DOTALL))
label_pat2 = re.compile('^(.*){(.*)}(.*)$', (re.MULTILINE | re.DOTALL))
| Local name | Refers to |
|---|---|
| AnObject | enthought.traits.ui.ui_traits.AnObject |
| Any | enthought.traits.trait_types.Any |
| ATheme | enthought.traits.ui.ui_traits.ATheme |
| Bool | enthought.traits.trait_types.Bool |
| ExportType | enthought.traits.ui.ui_traits.ExportType |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Image | enthought.traits.ui.ui_traits.Image |
| Instance | enthought.traits.trait_types.Instance |
| re | re |
| rfind | string.rfind |
| Trait | enthought.traits.traits.Trait |
© Copyright 2002-2009 Enthought, Inc.