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.

Classes

Function summary

Functions

Imported Names

Local nameRefers to
DockWindowFeatureenthought.pyface.dock.dock_window_feature.DockWindowFeature
HasTraitsenthought.traits.has_traits.HasTraits
joinos.path.join
Listenthought.traits.trait_types.List
on_trait_changeenthought.traits.has_traits.on_trait_change
shelveshelve
Strenthought.traits.trait_types.Str
TraitDictObjectenthought.traits.trait_handlers.TraitDictObject
TraitListObjectenthought.traits.trait_handlers.TraitListObject
traits_homeenthought.traits.trait_base.traits_home
TraitSetObjectenthought.traits.trait_handlers.TraitSetObject

© Copyright 2002-2009 Enthought, Inc.