API Reference for Enthought Tool Suite 3.2.0
Manages saving/restoring the state of an object. Any traits with metadata 'save_state = True' are automatically restored when the feature is applied and saved when they are changed. The traits are saved under the id specified by a trait with metadata 'save_state_id = True'. If no such trait exists, an id of the form: 'unknown.plugins.?.state', where ? = the name of the object's associated DockControl.
Returns a reference to the traits UI preference database.
| Local name | Refers to |
|---|---|
| DockWindowFeature | enthought.pyface.dock.dock_window_feature.DockWindowFeature |
| HasTraits | enthought.traits.has_traits.HasTraits |
| join | os.path.join |
| List | enthought.traits.trait_types.List |
| on_trait_change | enthought.traits.has_traits.on_trait_change |
| shelve | shelve |
| Str | enthought.traits.trait_types.Str |
| TraitDictObject | enthought.traits.trait_handlers.TraitDictObject |
| TraitListObject | enthought.traits.trait_handlers.TraitListObject |
| traits_home | enthought.traits.trait_base.traits_home |
| TraitSetObject | enthought.traits.trait_handlers.TraitSetObject |
© Copyright 2002-2009 Enthought, Inc.