API Reference for Enthought Tool Suite 3.2.0

Defines a handler class which provides a view and controller for a specified model.

This class is used when implementing a standard MVC-based design. The model trait contains most, if not all, of the data being viewed, and can be referenced in a Controller instance's View definition using unadorned trait names. (e.g., Item('name')).

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2009 Enthought, Inc.