Inherits from
- View: enthought.pyface.workbench.view.View
Attributes
- id
The part's globally unique identifier.
id = 'enthought.plugins.ipython_shell.namespace_view'
- name
The view's name.
name = 'Namespace'
- position
The default position of the view relative to the item specified in the 'relative_to' trait.
position = 'left'
- search_text
Search text
search_text = Str
- traits_view
traits_view = TraitsView(Group(Item('search_text', label = 'Search')), Item('tree_nodes', id = 'table', editor = TreeEditor(auto_open = 1, hide_root = True, editable = False, nodes = value_tree_nodes, on_dclick = 'object._explore'), springy = True, resizable = True, show_label = False), resizable = True)
- tree_editor
tree_editor = Property(depends_on = 'ui')
- tree_nodes
The different tree nodes
tree_nodes = Property(depends_on = 'search_text')
Method summary
- __refresh_tree_nodes_timer_default(self)
- create_control(self, parent)
- destroy_control(self)
Methods
- __refresh_tree_nodes_timer_default(self)
- create_control(self, parent)
Creates the toolkit-specific control that represents the view.
'parent' is the toolkit-specific control that is the view's parent.
- destroy_control(self)
Destroys the toolkit-specific control that represents the view.