API Reference for Enthought Tool Suite 3.0.1

The base class for all actions.

An action is the non-UI side of a command which can be triggered by the end user. Actions are typically associated with buttons, menu items and tool bar tools.

When the user triggers the command via the UI, the action's 'perform' method is invoked to do the actual work.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2008 Enthought, Inc.