traitsui.editors.value_editor module

Defines the tree-based Python value editor and the value editor factory.

class traitsui.editors.value_editor.ToolkitEditorFactory(*args, **traits)

Bases: traitsui.editor_factory.EditorFactory

Editor factory for tree-based value editors.

traitsui.editors.value_editor.ValueEditor

alias of ToolkitEditorFactory

Previous topic

traitsui.editors.tuple_editor module

Next topic

traitsui.extras package

This Page