Inherits from
- HasTraits: enthought.traits.has_traits.HasTraits
Method summary
- add_to_menu(self, action)
- add_to_toolbar(self, action)
- can_add_to_menu(self, action)
- can_add_to_toolbar(self, action)
- perform(self, action, event)
Methods
- add_to_toolbar(self, action)
Called when an action is added to the a toolbar.
- can_add_to_toolbar(self, action)
Returns True if the action can be added to a toolbar.
- perform(self, action, event)
Control an action invocation.