API Reference for Enthought Tool Suite 3.2.0

Basic resolver that searches a container's DB of components using the following conditions:

id=foo : the component's .id must be 'foo'

class=['foo','bar'] : the component's .class must be in the list

target='foo' : the component's .target is 'foo'; this usually applies
to tools, overlays, and decorators

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2009 Enthought, Inc.