API Reference for Enthought Tool Suite 3.2.0
Defines the tree editor for the PyQt user interface toolkit.
CopyAction = Action(name = 'Copy', action = 'editor._menu_copy_node', enabled_when = 'editor._is_copyable(object)')
CutAction = Action(name = 'Cut', action = 'editor._menu_cut_node', enabled_when = 'editor._is_cutable(object)')
DeleteAction = Action(name = 'Delete', action = 'editor._menu_delete_node', enabled_when = 'editor._is_deletable(object)')
NewAction = 'NewAction'
PasteAction = Action(name = 'Paste', action = 'editor._menu_paste_node', enabled_when = 'editor._is_pasteable(object)')
RenameAction = Action(name = 'Rename', action = 'editor._menu_rename_node', enabled_when = 'editor._is_renameable(object)')
| Local name | Refers to |
|---|---|
| Action | enthought.traits.ui.menu.Action |
| Any | enthought.traits.trait_types.Any |
| clipboard | enthought.traits.ui.qt4.clipboard.clipboard |
| copy | copy |
| Editor | enthought.traits.ui.qt4.editor.Editor |
| Event | enthought.traits.trait_types.Event |
| ListUndoItem | enthought.traits.ui.undo.ListUndoItem |
| Menu | enthought.pyface.action.menu_manager.MenuManager |
| MultiTreeNode | enthought.traits.ui.tree_node.MultiTreeNode |
| ObjectTreeNode | enthought.traits.ui.tree_node.ObjectTreeNode |
| pixmap_cache | enthought.traits.ui.qt4.helper.pixmap_cache |
| PyMimeData | enthought.traits.ui.qt4.clipboard.PyMimeData |
| QtCore | PyQt4.QtCore |
| QtGui | PyQt4.QtGui |
| resource_manager | enthought.pyface.resource_manager.resource_manager |
| Separator | enthought.traits.ui.menu.Separator |
| ToolkitEditorFactory | enthought.traits.ui.editors.tree_editor.ToolkitEditorFactory |
| TreeNode | enthought.traits.ui.tree_node.TreeNode |
© Copyright 2002-2009 Enthought, Inc.