API Reference for Enthought Tool Suite 3.2.0

Adds a 'connection' feature to DockWindow which allows users to dynamically connect (i.e. synchronize) traits on one object with another either permanently (via a connection) or temporarilly (via drag and drop). To make an object 'connectable' the developer must specify the 'connection' metadata on any trait that can be connected to another object's trait. The value of the 'connection' metadata should be a Connection object, which contains information about how connections can be made to the object trait.

Variables

Classes

Function summary

Functions

Imported Names

Local nameRefers to
Actionenthought.traits.ui.menu.Action
Anyenthought.traits.trait_types.Any
Dictenthought.traits.trait_types.Dict
DockWindowFeatureenthought.pyface.dock.dock_window_feature.DockWindowFeature
Enumenthought.traits.trait_types.Enum
get_pickleenthought.developer.helper.pickle.get_pickle
HasPrivateTraitsenthought.traits.has_traits.HasPrivateTraits
HasTraitsenthought.traits.has_traits.HasTraits
ImageResourceenthought.pyface.image_resource.ImageResource
Instanceenthought.traits.trait_types.Instance
Listenthought.traits.trait_types.List
set_pickleenthought.developer.helper.pickle.set_pickle
Strenthought.traits.trait_types.Str

© Copyright 2002-2009 Enthought, Inc.